Click here to Skip to main content
15,911,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Displaying Context Sensitive Help Button Without Displaying The Cancel Button in the System Menu Pin
Paul M Watt15-May-02 7:05
mentorPaul M Watt15-May-02 7:05 
GeneralRe: Displaying Context Sensitive Help Button Without Displaying The Cancel Button in the System Menu Pin
Dean Michaud15-May-02 7:22
Dean Michaud15-May-02 7:22 
Generalwebbrowser control question Pin
Jason Henderson15-May-02 6:30
Jason Henderson15-May-02 6:30 
GeneralRe: webbrowser control question Pin
Paul M Watt15-May-02 7:19
mentorPaul M Watt15-May-02 7:19 
GeneralPassing PVOID through VARIANT Pin
Hans Ruck15-May-02 6:25
Hans Ruck15-May-02 6:25 
GeneralRe: Passing PVOID through VARIANT Pin
Chris Losinger15-May-02 11:48
professionalChris Losinger15-May-02 11:48 
GeneralProgram only runs within IDE Pin
David Chamberlain15-May-02 6:11
David Chamberlain15-May-02 6:11 
GeneralRe: Program only runs within IDE Pin
Paul M Watt15-May-02 6:18
mentorPaul M Watt15-May-02 6:18 
What is most likely happening is that your debugger is handling the exception automatically when you are running it in the IDE. There is no debugger to handle the exception if you are not running the IDE.

What you should do is change the Debug | Excpetions settings. On that dialog select all of the exceptions, and change their state to Stop always. That way when the exception occurs in your debugger, it will stop and you will be able to trace the problem.

When you are done you can go back into that dialog and reset the exception handlers back to their default state.

Good Luck!


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: Program only runs within IDE Pin
David Chamberlain15-May-02 6:51
David Chamberlain15-May-02 6:51 
GeneralRe: Program only runs within IDE Pin
David Chamberlain15-May-02 7:02
David Chamberlain15-May-02 7:02 
GeneralRe: Program only runs within IDE Pin
Navin15-May-02 6:39
Navin15-May-02 6:39 
GeneralRe: Program only runs within IDE Pin
David Chamberlain15-May-02 6:53
David Chamberlain15-May-02 6:53 
GeneralMaking my own file dialog Pin
Nnamdi Onyeyiri15-May-02 6:03
Nnamdi Onyeyiri15-May-02 6:03 
GeneralRe: Making my own file dialog Pin
Paul M Watt15-May-02 6:13
mentorPaul M Watt15-May-02 6:13 
GeneralRe: Making my own file dialog Pin
Nnamdi Onyeyiri15-May-02 6:17
Nnamdi Onyeyiri15-May-02 6:17 
GeneralRe: Making my own file dialog Pin
Jason Henderson15-May-02 6:23
Jason Henderson15-May-02 6:23 
GeneralRe: Making my own file dialog Pin
Nnamdi Onyeyiri15-May-02 6:23
Nnamdi Onyeyiri15-May-02 6:23 
GeneralRe: Making my own file dialog Pin
Jason Henderson15-May-02 6:40
Jason Henderson15-May-02 6:40 
GeneralRe: Making my own file dialog Pin
Ravi Bhavnani15-May-02 12:00
professionalRavi Bhavnani15-May-02 12:00 
GeneralDialog box question Pin
15-May-02 6:10
suss15-May-02 6:10 
GeneralRe: Dialog box question Pin
Paul M Watt15-May-02 6:45
mentorPaul M Watt15-May-02 6:45 
GeneralRe: Dialog box question Pin
15-May-02 8:29
suss15-May-02 8:29 
GeneralRe: Dialog box question Pin
Paul M Watt15-May-02 8:36
mentorPaul M Watt15-May-02 8:36 
GeneralIntercepting GDI calls Pin
twomagiclovers15-May-02 5:38
twomagiclovers15-May-02 5:38 
GeneralRe: Intercepting GDI calls Pin
Joaquín M López Muñoz15-May-02 5:38
Joaquín M López Muñoz15-May-02 5:38 

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.