Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAny other C++ forum?? Pin
vishwadev26-Oct-02 15:09
vishwadev26-Oct-02 15:09 
AnswerRe: Any other C++ forum?? Pin
Mel Feik26-Oct-02 15:59
Mel Feik26-Oct-02 15:59 
GeneralRe: Any other C++ forum?? Pin
vishwadev26-Oct-02 16:30
vishwadev26-Oct-02 16:30 
AnswerRe: Any other C++ forum?? Pin
David Gao26-Oct-02 16:09
David Gao26-Oct-02 16:09 
AnswerRe: Any other C++ forum?? Pin
Anonymous26-Oct-02 19:09
Anonymous26-Oct-02 19:09 
AnswerRe: Any other C++ forum?? Pin
Christian Graus26-Oct-02 21:09
protectorChristian Graus26-Oct-02 21:09 
GeneralLoadImage... Out of Memory!! HELP! Pin
devvvy26-Oct-02 14:12
devvvy26-Oct-02 14:12 
GeneralRe: LoadImage... Out of Memory!! HELP! Pin
Michael Dunn26-Oct-02 18:31
sitebuilderMichael Dunn26-Oct-02 18:31 
Three problems that I can see:
  1. A thread that uses MFC must be created by AfxBeginThread().
  2. The stack size parameter has no effect in this situation, as you're not creating bitmaps on the stack.
  3. The HINSTANCE param to LoadImage() must be NULL when using LR_LOADFROMFILE
Good luck Smile | :)

--Mike--
"I'd rather you just give me a fish today, because even if you teach me how to fish, I won't do it. I'm lazy." -- Nish
Just released - 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralRe: LoadImage... Out of Memory!! HELP! Pin
devvvy28-Oct-02 11:20
devvvy28-Oct-02 11:20 
GeneralProblem with CreateThread memory allocation Pin
devvvy26-Oct-02 13:10
devvvy26-Oct-02 13:10 
GeneralRe: Problem with CreateThread memory allocation Pin
Neville Franks26-Oct-02 13:42
Neville Franks26-Oct-02 13:42 
GeneralRe: Problem with CreateThread memory allocation Pin
devvvy26-Oct-02 14:19
devvvy26-Oct-02 14:19 
GeneralRe: Problem with CreateThread memory allocation Pin
Neville Franks26-Oct-02 14:41
Neville Franks26-Oct-02 14:41 
GeneralRe: Problem with CreateThread memory allocation Pin
devvvy26-Oct-02 14:50
devvvy26-Oct-02 14:50 
GeneralRe: Problem with CreateThread memory allocation Pin
Neville Franks26-Oct-02 14:59
Neville Franks26-Oct-02 14:59 
GeneralRe: Problem with CreateThread memory allocation Pin
devvvy26-Oct-02 15:08
devvvy26-Oct-02 15:08 
GeneralMSHTML Table Insertion using CHtmlEditView Pin
Member 5194326-Oct-02 12:25
Member 5194326-Oct-02 12:25 
GeneralRe: MSHTML Table Insertion using CHtmlEditView Pin
Anonymous26-Oct-02 13:30
Anonymous26-Oct-02 13:30 
GeneralRe: MSHTML Table Insertion using CHtmlEditView Pin
Stephane Rodriguez.26-Oct-02 18:07
Stephane Rodriguez.26-Oct-02 18:07 
GeneralRe: MSHTML Table Insertion using CHtmlEditView Pin
Member 5194326-Oct-02 19:26
Member 5194326-Oct-02 19:26 
GeneralRe: MSHTML Table Insertion using CHtmlEditView Pin
Stephane Rodriguez.26-Oct-02 19:45
Stephane Rodriguez.26-Oct-02 19:45 
GeneralRe: MSHTML Table Insertion using CHtmlEditView Pin
Member 5194327-Oct-02 6:01
Member 5194327-Oct-02 6:01 
GeneralRe: MSHTML Table Insertion using CHtmlEditView Pin
Stephane Rodriguez.27-Oct-02 7:04
Stephane Rodriguez.27-Oct-02 7:04 
GeneralRe: MSHTML Table Insertion using CHtmlEditView Pin
Member 5194327-Oct-02 9:14
Member 5194327-Oct-02 9:14 
GeneralThanks for help to includeh10 Chris Losinger Pin
Svin26-Oct-02 12:16
Svin26-Oct-02 12:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.