Click here to Skip to main content
15,896,730 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: access violation exception dump debug Pin
Hamid_RT22-Nov-08 18:39
Hamid_RT22-Nov-08 18:39 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 19:43
George_George22-Nov-08 19:43 
GeneralRe: access violation exception dump debug Pin
Hamid_RT22-Nov-08 20:29
Hamid_RT22-Nov-08 20:29 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 20:34
George_George22-Nov-08 20:34 
GeneralRe: access violation exception dump debug Pin
Hamid_RT22-Nov-08 21:23
Hamid_RT22-Nov-08 21:23 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 22:01
George_George22-Nov-08 22:01 
GeneralRe: access violation exception dump debug Pin
Hamid_RT23-Nov-08 3:25
Hamid_RT23-Nov-08 3:25 
GeneralRe: access violation exception dump debug Pin
Cedric Moonen22-Nov-08 21:54
Cedric Moonen22-Nov-08 21:54 
Is this variable a member of a class ? If yes, check whether your class instance is valid.
Suppose you have a pointer to one of your class which is initialized to NULL. If you call a function on this instance, the function will get called and the crash will only appear when you access a member of your class. In general, it looks a bit weird at this level of the code but if you go one level higher in the callstack, you can immediately check the problem.
This is something that happens quite frequently and is a bit disturbing the first time.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 22:03
George_George22-Nov-08 22:03 
GeneralRe: access violation exception dump debug Pin
Cedric Moonen22-Nov-08 22:11
Cedric Moonen22-Nov-08 22:11 
GeneralRe: access violation exception dump debug Pin
George_George22-Nov-08 22:19
George_George22-Nov-08 22:19 
GeneralRe: access violation exception dump debug Pin
Cedric Moonen22-Nov-08 22:35
Cedric Moonen22-Nov-08 22:35 
GeneralRe: access violation exception dump debug Pin
Code-o-mat23-Nov-08 1:17
Code-o-mat23-Nov-08 1:17 
AnswerRe: access violation exception dump debug Pin
Stephen Hewitt23-Nov-08 1:39
Stephen Hewitt23-Nov-08 1:39 
QuestionCTreeCtrl's expand button become small Pin
throne88822-Nov-08 16:50
throne88822-Nov-08 16:50 
QuestionWhat happen when i use functions exported from a dll?? ( low level ) Pin
franco nero22-Nov-08 14:40
franco nero22-Nov-08 14:40 
AnswerRe: What happen when i use functions exported from a dll?? ( low level ) Pin
Saurabh.Garg22-Nov-08 17:03
Saurabh.Garg22-Nov-08 17:03 
GeneralRe: What happen when i use functions exported from a dll?? ( low level ) [modified] Pin
Jijo.Raj23-Nov-08 0:46
Jijo.Raj23-Nov-08 0:46 
AnswerRe: What happen when i use functions exported from a dll?? ( low level ) Pin
Mark Salsbery22-Nov-08 20:39
Mark Salsbery22-Nov-08 20:39 
AnswerRe: What happen when i use functions exported from a dll?? ( low level ) [modified] Pin
Jijo.Raj23-Nov-08 1:04
Jijo.Raj23-Nov-08 1:04 
Questioni need some expert design guidelines for realtime 3D graphics application Pin
atillaselem22-Nov-08 12:49
atillaselem22-Nov-08 12:49 
QuestionUNICODE support suggetions required Pin
krishnakumartm22-Nov-08 8:55
krishnakumartm22-Nov-08 8:55 
AnswerRe: UNICODE support suggetions required Pin
Code-o-mat22-Nov-08 9:33
Code-o-mat22-Nov-08 9:33 
AnswerRe: UNICODE support suggetions required Pin
Mark Salsbery22-Nov-08 20:41
Mark Salsbery22-Nov-08 20:41 
AnswerRe: UNICODE support suggetions required Pin
CPallini22-Nov-08 22:16
mveCPallini22-Nov-08 22:16 

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.