Click here to Skip to main content
15,915,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Single document in MDI Pin
Tomasz Sowinski4-Jun-02 23:32
Tomasz Sowinski4-Jun-02 23:32 
GeneralRe: Single document in MDI Pin
Ed Gadziemski4-Jun-02 14:52
professionalEd Gadziemski4-Jun-02 14:52 
GeneralEdit box with units Pin
Ali Asi4-Jun-02 5:56
Ali Asi4-Jun-02 5:56 
GeneralRe: Edit box with units Pin
Haakon S.4-Jun-02 8:46
Haakon S.4-Jun-02 8:46 
GeneralResource ID's at runtime Pin
Aaron Schaefer4-Jun-02 5:39
Aaron Schaefer4-Jun-02 5:39 
GeneralRe: Resource ID's at runtime Pin
Joaquín M López Muñoz4-Jun-02 6:23
Joaquín M López Muñoz4-Jun-02 6:23 
GeneralRe: Resource ID's at runtime Pin
Aaron Schaefer4-Jun-02 6:22
Aaron Schaefer4-Jun-02 6:22 
Generalstepping over api calls causes exceptions Pin
moredip4-Jun-02 5:40
moredip4-Jun-02 5:40 
Ok, I posted something about this yesterday, and here is some more info:

The basic problem is that whenever I try to step over an API call (InitDialog(), CoCreateInstance(), etc) I get the same exception being raised:
0XC0000005: Access Violation

This only happens when I'm stepping through code. The exception always seems to be raised at the same assembly instruction:
mov eax,fs:[00000018]


I guess this is something to do with the debugger not coping with external function calls, but I can't figure out what is going on other than that.

If anyone needs more information I'd love to provide it, just ask Smile | :)

I hope someone knows what's going on here...

TIA,

Pete
GeneralRe: stepping over api calls causes exceptions Pin
dazinith4-Jun-02 5:47
dazinith4-Jun-02 5:47 
GeneralRe: stepping over api calls causes exceptions Pin
moredip4-Jun-02 6:00
moredip4-Jun-02 6:00 
GeneralRe: stepping over api calls causes exceptions Pin
dazinith4-Jun-02 6:07
dazinith4-Jun-02 6:07 
GeneralRe: stepping over api calls causes exceptions Pin
moredip4-Jun-02 6:22
moredip4-Jun-02 6:22 
GeneralRe: stepping over api calls causes exceptions Pin
Rama Krishna Vavilala4-Jun-02 6:25
Rama Krishna Vavilala4-Jun-02 6:25 
GeneralRe: stepping over api calls causes exceptions Pin
Rage4-Jun-02 6:47
professionalRage4-Jun-02 6:47 
GeneralRe: stepping over api calls causes exceptions Pin
moredip4-Jun-02 7:13
moredip4-Jun-02 7:13 
GeneralRe: stepping over api calls causes exceptions Pin
moredip4-Jun-02 7:17
moredip4-Jun-02 7:17 
GeneralRe: stepping over api calls causes exceptions Pin
Rama Krishna Vavilala4-Jun-02 7:33
Rama Krishna Vavilala4-Jun-02 7:33 
GeneralRe: stepping over api calls causes exceptions Pin
moredip4-Jun-02 7:45
moredip4-Jun-02 7:45 
GeneralRe: stepping over api calls causes exceptions Pin
Rama Krishna Vavilala4-Jun-02 7:51
Rama Krishna Vavilala4-Jun-02 7:51 
GeneralRe: stepping over api calls causes exceptions Pin
moredip4-Jun-02 8:06
moredip4-Jun-02 8:06 
GeneralRe: stepping over api calls causes exceptions Pin
Rama Krishna Vavilala4-Jun-02 8:03
Rama Krishna Vavilala4-Jun-02 8:03 
GeneralRe: stepping over api calls causes exceptions Pin
moredip4-Jun-02 8:17
moredip4-Jun-02 8:17 
GeneralCMenu base items Pin
dazinith4-Jun-02 5:38
dazinith4-Jun-02 5:38 
GeneralRe: CMenu base items Pin
Rage4-Jun-02 6:12
professionalRage4-Jun-02 6:12 
Generalgarbage using CFileDialog Pin
Luis E. Cuadrado4-Jun-02 5:17
Luis E. Cuadrado4-Jun-02 5:17 

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.