Click here to Skip to main content
16,004,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Simple Argument Passing Question... Pin
Chris Losinger11-Aug-06 7:42
professionalChris Losinger11-Aug-06 7:42 
AnswerRe: Simple Argument Passing Question... Pin
David Crow11-Aug-06 7:43
David Crow11-Aug-06 7:43 
AnswerRe: Simple Argument Passing Question... Pin
Zac Howland11-Aug-06 7:50
Zac Howland11-Aug-06 7:50 
GeneralOT: Re: Simple Argument Passing Question... Pin
normanS11-Aug-06 9:26
normanS11-Aug-06 9:26 
GeneralRe: OT: Re: Simple Argument Passing Question... Pin
Zac Howland11-Aug-06 9:39
Zac Howland11-Aug-06 9:39 
AnswerRe: Simple Argument Passing Question... Pin
Hamid_RT14-Aug-06 7:09
Hamid_RT14-Aug-06 7:09 
QuestionDebugging a memroy violation Pin
LCI11-Aug-06 5:06
LCI11-Aug-06 5:06 
AnswerRe: Debugging a memroy violation Pin
Zac Howland11-Aug-06 5:18
Zac Howland11-Aug-06 5:18 
If you only see it in the Release build, and don't see any memory violation warnings in the Debug Console for Debug builds, then your options are limited. First, check your project settings (specifically with regard to stack size) to make sure they are the same for both builds. Then, if you can narrow down the problem to a specific class or function, try to comment out then entire area and then slowly uncomment it to see when you see the problem.

Another option is also to put an __asm { int 3 }; line in the area you see this exception to spawn the debugger (you will want to compile your Release build with debug symbols unless you really want to debug assembly code though).

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

AnswerRe: Debugging a memroy violation Pin
PJ Arends11-Aug-06 6:39
professionalPJ Arends11-Aug-06 6:39 
QuestionProblem with folders in Outlook Pin
SelfLoader11-Aug-06 4:52
SelfLoader11-Aug-06 4:52 
QuestionHow to determine the html page dimentions ? Pin
Yariv11-Aug-06 4:43
Yariv11-Aug-06 4:43 
AnswerRe: How to determine the html page dimentions ? Pin
Chris Losinger11-Aug-06 7:43
professionalChris Losinger11-Aug-06 7:43 
GeneralRe: How to determine the html page dimentions ? Pin
Yariv11-Aug-06 20:07
Yariv11-Aug-06 20:07 
GeneralRe: How to determine the html page dimentions ? Pin
Hamid_RT14-Aug-06 6:55
Hamid_RT14-Aug-06 6:55 
QuestionHow to stop a auto window popping out? Pin
mmhu11-Aug-06 4:39
mmhu11-Aug-06 4:39 
AnswerRe: How to stop a auto window popping out? Pin
Michael Dunn11-Aug-06 17:51
sitebuilderMichael Dunn11-Aug-06 17:51 
GeneralRe: How to stop a auto window popping out? Pin
mmhu12-Aug-06 11:48
mmhu12-Aug-06 11:48 
QuestionRe: How to stop a auto window popping out? Pin
mmhu14-Aug-06 2:44
mmhu14-Aug-06 2:44 
QuestionUnicode Application with MSLU on Windows ME ???? Pin
Suyash11-Aug-06 4:38
Suyash11-Aug-06 4:38 
QuestionOverlapped and ReadFile() question Pin
kitty511-Aug-06 4:07
kitty511-Aug-06 4:07 
AnswerRe: Overlapped and ReadFile() question Pin
Zac Howland11-Aug-06 4:33
Zac Howland11-Aug-06 4:33 
GeneralRe: Overlapped and ReadFile() question [modified] Pin
kitty511-Aug-06 4:48
kitty511-Aug-06 4:48 
GeneralRe: Overlapped and ReadFile() question Pin
Zac Howland11-Aug-06 5:20
Zac Howland11-Aug-06 5:20 
Questionmodem port number Pin
t_dani11-Aug-06 3:45
t_dani11-Aug-06 3:45 
AnswerRe: modem port number Pin
t_dani29-Aug-06 1:15
t_dani29-Aug-06 1:15 

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.