Click here to Skip to main content
15,921,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCreateProcess and process groups Pin
ionzarate11-Jan-05 22:55
ionzarate11-Jan-05 22:55 
GeneralRe: CreateProcess and process groups Pin
Blake Miller12-Jan-05 5:46
Blake Miller12-Jan-05 5:46 
GeneralAccess violation reading location 0xcdcdcddd. Pin
aj168211-Jan-05 22:31
aj168211-Jan-05 22:31 
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
ThatsAlok11-Jan-05 23:53
ThatsAlok11-Jan-05 23:53 
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
aj168212-Jan-05 0:45
aj168212-Jan-05 0:45 
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
Cedric Moonen12-Jan-05 1:03
Cedric Moonen12-Jan-05 1:03 
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
aj168212-Jan-05 1:13
aj168212-Jan-05 1:13 
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
Cedric Moonen12-Jan-05 1:24
Cedric Moonen12-Jan-05 1:24 
When your program is stopped on your breakpoint, right click on the variable, and click on QuickWatch. Then you will have a window that will show you the state (and value and mamber variables...) of your class. Look if it well instancied (the adress pointer must look something else than 0x000000 or 0xccccccc or 0xcdcdcdcd ...) something like a 'valid' adress (I cannot tell you what exactly is a 'valid' adress). If this is not the case, maybe your semaphore is not instancied...
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
ThatsAlok12-Jan-05 1:23
ThatsAlok12-Jan-05 1:23 
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
digwizfox13-Jan-05 6:49
digwizfox13-Jan-05 6:49 
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
aj168213-Jan-05 7:19
aj168213-Jan-05 7:19 
GeneralRe: Access violation reading location 0xcdcdcddd. Pin
digwizfox13-Jan-05 7:45
digwizfox13-Jan-05 7:45 
QuestionCDialog Help urgent???? Pin
nutkase11-Jan-05 21:45
nutkase11-Jan-05 21:45 
AnswerRe: CDialog Help urgent???? Pin
toxcct11-Jan-05 22:29
toxcct11-Jan-05 22:29 
GeneralRe: CDialog Help urgent???? Pin
nutkase12-Jan-05 0:37
nutkase12-Jan-05 0:37 
GeneralRe: CDialog Help urgent???? Pin
toxcct12-Jan-05 21:09
toxcct12-Jan-05 21:09 
AnswerRe: CDialog Help urgent???? Pin
Martin Koorts12-Jan-05 0:04
Martin Koorts12-Jan-05 0:04 
GeneralRe: CDialog Help urgent???? Pin
nutkase12-Jan-05 0:29
nutkase12-Jan-05 0:29 
GeneralRe: CDialog Help urgent???? Pin
Martin Koorts12-Jan-05 1:34
Martin Koorts12-Jan-05 1:34 
GeneralRe: CDialog Help urgent???? Pin
nutkase12-Jan-05 17:47
nutkase12-Jan-05 17:47 
GeneralWindow style Internet Explorer Pin
vyjesh11-Jan-05 21:23
vyjesh11-Jan-05 21:23 
GeneralCallBack Definition. Pin
Neelesh K J Jain11-Jan-05 21:00
Neelesh K J Jain11-Jan-05 21:00 
GeneralRe: CallBack Definition. Pin
Abhi Lahare11-Jan-05 23:59
Abhi Lahare11-Jan-05 23:59 
GeneralRe: CallBack Definition. Pin
Chris Losinger12-Jan-05 1:05
professionalChris Losinger12-Jan-05 1:05 
GeneralRe: CallBack Definition. Pin
Antony M Kancidrowski12-Jan-05 2:34
Antony M Kancidrowski12-Jan-05 2:34 

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.