Click here to Skip to main content
15,897,718 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EXE/DLL resources modification? Pin
Blake Miller17-Feb-06 4:22
Blake Miller17-Feb-06 4:22 
AnswerRe: EXE/DLL resources modification? Pin
Michael Dunn17-Feb-06 8:59
sitebuilderMichael Dunn17-Feb-06 8:59 
QuestionWSAAsyncSelect Linux Equivalent Pin
Jnewg517-Feb-06 2:43
Jnewg517-Feb-06 2:43 
AnswerRe: WSAAsyncSelect Linux Equivalent Pin
Jnewg517-Feb-06 2:47
Jnewg517-Feb-06 2:47 
GeneralRe: WSAAsyncSelect Linux Equivalent Pin
Jnewg517-Feb-06 2:48
Jnewg517-Feb-06 2:48 
QuestionCSingleLock problem Pin
ledallam17-Feb-06 2:30
ledallam17-Feb-06 2:30 
AnswerRe: CSingleLock problem Pin
James R. Twine17-Feb-06 3:43
James R. Twine17-Feb-06 3:43 
AnswerRe: CSingleLock problem Pin
James R. Twine17-Feb-06 3:44
James R. Twine17-Feb-06 3:44 
   You really need to format your code using the PRE tags...!

   Anyway, in this code:
CString* pCStr;
CMemMapMgr* pCommunicationObject;
ListOutput.Lookup(*pCStr, pCommObject);
   You are using two uninitialized pointers there, and dereferencing the first one, which is likely the cause of your crash.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
QuestionMulti-tasking and threads Pin
theprinc17-Feb-06 2:12
theprinc17-Feb-06 2:12 
AnswerRe: Multi-tasking and threads Pin
David Crow17-Feb-06 2:32
David Crow17-Feb-06 2:32 
QuestionRe: Multi-tasking and threads Pin
theprinc17-Feb-06 2:42
theprinc17-Feb-06 2:42 
AnswerRe: Multi-tasking and threads Pin
Cedric Moonen17-Feb-06 2:49
Cedric Moonen17-Feb-06 2:49 
AnswerRe: Multi-tasking and threads Pin
David Crow17-Feb-06 2:51
David Crow17-Feb-06 2:51 
GeneralRe: Multi-tasking and threads Pin
theprinc17-Feb-06 3:01
theprinc17-Feb-06 3:01 
GeneralRe: Multi-tasking and threads Pin
David Crow17-Feb-06 3:10
David Crow17-Feb-06 3:10 
GeneralRe: Multi-tasking and threads Pin
theprinc17-Feb-06 3:25
theprinc17-Feb-06 3:25 
QuestionRe: Multi-tasking and threads Pin
David Crow17-Feb-06 3:27
David Crow17-Feb-06 3:27 
AnswerRe: Multi-tasking and threads Pin
theprinc17-Feb-06 3:59
theprinc17-Feb-06 3:59 
GeneralRe: Multi-tasking and threads Pin
David Crow17-Feb-06 4:26
David Crow17-Feb-06 4:26 
QuestionFrame Pane Fixing Problem! Pin
Temp8317-Feb-06 1:48
Temp8317-Feb-06 1:48 
AnswerRe: Frame Pane Fixing Problem! Pin
Cedric Moonen17-Feb-06 2:06
Cedric Moonen17-Feb-06 2:06 
AnswerRe: Frame Pane Fixing Problem! Pin
David Crow17-Feb-06 2:34
David Crow17-Feb-06 2:34 
AnswerRe: Frame Pane Fixing Problem! Pin
Russell'17-Feb-06 2:43
Russell'17-Feb-06 2:43 
Questionserial port data communication in Visual c++ Pin
omprakashsingh17-Feb-06 1:46
omprakashsingh17-Feb-06 1:46 
AnswerRe: serial port data communication in Visual c++ Pin
Cedric Moonen17-Feb-06 2:02
Cedric Moonen17-Feb-06 2:02 

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.