Click here to Skip to main content
15,923,197 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Making an mfc program open source? Pin
Beer264-Aug-03 6:34
Beer264-Aug-03 6:34 
GeneralRe: Making an mfc program open source? Pin
Beer264-Aug-03 6:36
Beer264-Aug-03 6:36 
Questionhow to stop the JIT debugger Pin
zecodela4-Aug-03 5:06
zecodela4-Aug-03 5:06 
AnswerRe: how to stop the JIT debugger Pin
Ryan Binns4-Aug-03 5:40
Ryan Binns4-Aug-03 5:40 
AnswerRe: how to stop the JIT debugger Pin
John M. Drescher4-Aug-03 14:19
John M. Drescher4-Aug-03 14:19 
GeneralRe: how to stop the JIT debugger Pin
zecodela4-Aug-03 15:31
zecodela4-Aug-03 15:31 
GeneralRe: how to stop the JIT debugger Pin
John M. Drescher4-Aug-03 15:37
John M. Drescher4-Aug-03 15:37 
GeneralRe: how to stop the JIT debugger Pin
Toni784-Aug-03 21:16
Toni784-Aug-03 21:16 
The program is leading you to the assembly code because it is crashing in one of the windows dlls. However, this doesn't mean that this is a windows bug. This is entirely your fault because you have errors in your program. The errors are being propagated in one of the dlls and that's where the program crashes. You have to find the source of the error, and there are millions of reasons why your program is crashing. No one can help you without you posting some code (the relevant parts, that you believe are causing the crash).

// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
GeneralRe: how to stop the JIT debugger Pin
zecodela4-Aug-03 21:39
zecodela4-Aug-03 21:39 
Generalbreakpoints Pin
Cedric Moonen4-Aug-03 4:48
Cedric Moonen4-Aug-03 4:48 
GeneralRe: breakpoints Pin
David Crow4-Aug-03 5:23
David Crow4-Aug-03 5:23 
GeneralRe: breakpoints Pin
Cedric Moonen4-Aug-03 20:28
Cedric Moonen4-Aug-03 20:28 
GeneralWinsock 2 layered service provider Pin
Kuniva4-Aug-03 3:44
Kuniva4-Aug-03 3:44 
Generalaccessing the boot sector Pin
boon kian4-Aug-03 2:51
boon kian4-Aug-03 2:51 
GeneralRe: accessing the boot sector Pin
Kuniva4-Aug-03 3:40
Kuniva4-Aug-03 3:40 
GeneralMAPI implemantations Pin
ranjjj4-Aug-03 2:34
ranjjj4-Aug-03 2:34 
GeneralRe: MAPI implemantations Pin
David Crow4-Aug-03 5:29
David Crow4-Aug-03 5:29 
GeneralStrange error Pin
BoudewijnEctor4-Aug-03 2:13
BoudewijnEctor4-Aug-03 2:13 
GeneralRe: Strange error Pin
jhwurmbach4-Aug-03 2:30
jhwurmbach4-Aug-03 2:30 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 2:37
BoudewijnEctor4-Aug-03 2:37 
GeneralRe: Strange error Pin
jhwurmbach4-Aug-03 3:08
jhwurmbach4-Aug-03 3:08 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 3:12
BoudewijnEctor4-Aug-03 3:12 
GeneralRe: Strange error Pin
jhwurmbach4-Aug-03 3:35
jhwurmbach4-Aug-03 3:35 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 3:45
BoudewijnEctor4-Aug-03 3:45 
GeneralRe: Strange error Pin
Ryan Binns4-Aug-03 4:56
Ryan Binns4-Aug-03 4:56 

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.