Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: plotting in Visual Studio C++ Pin
masnu12-Apr-06 12:06
masnu12-Apr-06 12:06 
AnswerRe: plotting in Visual Studio C++ Pin
El Corazon12-Apr-06 13:28
El Corazon12-Apr-06 13:28 
QuestionDevice drivers: MSVAD sample drivers Pin
imsaady12-Apr-06 10:04
imsaady12-Apr-06 10:04 
QuestionEditing long lines in VC++ 6.0 Pin
Ger Hayden12-Apr-06 9:22
Ger Hayden12-Apr-06 9:22 
AnswerRe: Editing long lines in VC++ 6.0 Pin
David Crow12-Apr-06 9:39
David Crow12-Apr-06 9:39 
GeneralRe: Editing long lines in VC++ 6.0 Pin
Ger Hayden12-Apr-06 9:50
Ger Hayden12-Apr-06 9:50 
QuestionVC++ 6 project works in debug but not release Pin
smikesmith12-Apr-06 8:56
smikesmith12-Apr-06 8:56 
AnswerRe: VC++ 6 project works in debug but not release Pin
prasad_som12-Apr-06 19:21
prasad_som12-Apr-06 19:21 
In debug mode, compiler takes care of things like initialization.
Check if all variables used are properly initialized.
Use NULL check before using pointers.

This is just a try. I'm not sure , why crash is happening.
QuestionPlease Help! What would cause Member Variable problem? Pin
Charlie Curtis12-Apr-06 8:54
Charlie Curtis12-Apr-06 8:54 
QuestionRe: Please Help! What would cause Member Variable problem? Pin
David Crow12-Apr-06 9:10
David Crow12-Apr-06 9:10 
AnswerRe: Please Help! What would cause Member Variable problem? Pin
Charlie Curtis12-Apr-06 9:26
Charlie Curtis12-Apr-06 9:26 
GeneralRe: Please Help! What would cause Member Variable problem? Pin
David Crow12-Apr-06 9:34
David Crow12-Apr-06 9:34 
GeneralRe: Please Help! What would cause Member Variable problem? Pin
Charlie Curtis12-Apr-06 10:10
Charlie Curtis12-Apr-06 10:10 
GeneralRe: Please Help! What would cause Member Variable problem? Pin
David Crow12-Apr-06 10:17
David Crow12-Apr-06 10:17 
QuestionProblem when Change number of arguments of MFC activeX control's exposed method Pin
Michael Tang12-Apr-06 8:48
Michael Tang12-Apr-06 8:48 
AnswerRe: Problem when Change number of arguments of MFC activeX control's exposed method Pin
Michael Tang12-Apr-06 9:42
Michael Tang12-Apr-06 9:42 
AnswerRe: Problem when Change number of arguments of MFC activeX control's exposed method Pin
prasad_som12-Apr-06 19:41
prasad_som12-Apr-06 19:41 
GeneralRe: Problem when Change number of arguments of MFC activeX control's exposed method Pin
Michael Tang13-Apr-06 4:05
Michael Tang13-Apr-06 4:05 
GeneralRe: Problem when Change number of arguments of MFC activeX control's exposed method Pin
prasad_som17-Apr-06 2:09
prasad_som17-Apr-06 2:09 
Questioncall stack not getting created Pin
inamulev12-Apr-06 8:29
inamulev12-Apr-06 8:29 
Questionimporting a .net dll into VC6 Pin
Waldermort12-Apr-06 8:23
Waldermort12-Apr-06 8:23 
AnswerRe: importing a .net dll into VC6 Pin
oshah12-Apr-06 13:16
oshah12-Apr-06 13:16 
AnswerRe: importing a .net dll into VC6 Pin
Michael Dunn12-Apr-06 15:24
sitebuilderMichael Dunn12-Apr-06 15:24 
GeneralRe: importing a .net dll into VC6 Pin
Waldermort12-Apr-06 19:59
Waldermort12-Apr-06 19:59 
QuestionCompile Error with __stdcall Pin
gmhanna12-Apr-06 8:00
gmhanna12-Apr-06 8:00 

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.