Click here to Skip to main content
15,891,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disabling MRU List Pin
Selvam R12-Jan-05 2:03
professionalSelvam R12-Jan-05 2:03 
GeneralRe: Disabling MRU List Pin
Aamir Butt12-Jan-05 16:48
Aamir Butt12-Jan-05 16:48 
GeneralCapturing and stretching image Pin
José Luis Sogorb11-Jan-05 23:07
José Luis Sogorb11-Jan-05 23:07 
GeneralRe: Capturing and stretching image Pin
Selvam R12-Jan-05 2:08
professionalSelvam R12-Jan-05 2:08 
GeneralRe: Capturing and stretching image Pin
José Luis Sogorb12-Jan-05 6:53
José Luis Sogorb12-Jan-05 6:53 
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 
Unhandled exception at 0x0044c743 in NewMumsEngine.exe:0xC0000005: Access violation reading location 0xcdcdcddd.

This arises in the msgSendQueue method,when I use the semaphore class variable m_pSendLock to access the lockWait()method :
m_pSendLock->lockWait();

This happens after the script has been loaded and when the message has to be sent to the queue to be stored.We need to lock to allow only one thread access at a time.

Can anyone tell me how to solve this pr atleast what this sort of an error means.

Arjun Mukherjee
Software Engineer
Hewlett Packard
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 
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 

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.