Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSetting color to Picture control Pin
sabapathy_805-Jan-09 23:14
sabapathy_805-Jan-09 23:14 
AnswerRe: Setting color to Picture control Pin
«_Superman_»5-Jan-09 23:19
professional«_Superman_»5-Jan-09 23:19 
GeneralRe: Setting color to Picture control Pin
sabapathy_806-Jan-09 0:38
sabapathy_806-Jan-09 0:38 
GeneralRe: Setting color to Picture control Pin
Hamid_RT6-Jan-09 7:21
Hamid_RT6-Jan-09 7:21 
QuestionUnhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Radhakrishnan G.5-Jan-09 22:40
Radhakrishnan G.5-Jan-09 22:40 
AnswerRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Cedric Moonen5-Jan-09 22:42
Cedric Moonen5-Jan-09 22:42 
GeneralRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Radhakrishnan G.5-Jan-09 22:49
Radhakrishnan G.5-Jan-09 22:49 
GeneralRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Cedric Moonen5-Jan-09 23:07
Cedric Moonen5-Jan-09 23:07 
Radhakrishnan G. wrote:
May be useful


Not really for us. In fact for these kind of problems, you'll have to find the root cause yourself and fix it. There's no magic way of solving the problem. Use the call stack to locate the problem in your code, put breakpoints before the crash occur and inspect the different variables.
The exception means that you are trying to access an invalid memory region (e.g reading or writing to a NULL pointer, ...)

Cédric Moonen
Software developer

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

AnswerRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Jijo.Raj5-Jan-09 23:11
Jijo.Raj5-Jan-09 23:11 
GeneralRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. [modified] Pin
Radhakrishnan G.5-Jan-09 23:29
Radhakrishnan G.5-Jan-09 23:29 
GeneralRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Jijo.Raj6-Jan-09 0:08
Jijo.Raj6-Jan-09 0:08 
AnswerRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Naveen6-Jan-09 0:01
Naveen6-Jan-09 0:01 
AnswerRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Radhakrishnan G.6-Jan-09 0:21
Radhakrishnan G.6-Jan-09 0:21 
AnswerRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Stuart Dootson6-Jan-09 0:44
professionalStuart Dootson6-Jan-09 0:44 
GeneralRe: Unhandled exception in PathEdit.exe (COMDLG32.DLL): 0xC0000005: Access Violation. Pin
Radhakrishnan G.6-Jan-09 4:02
Radhakrishnan G.6-Jan-09 4:02 
QuestionCreateSerivce get stuck for 2.5 minutes Pin
Green Fuze5-Jan-09 22:00
Green Fuze5-Jan-09 22:00 
AnswerRe: CreateSerivce get stuck for 2.5 minutes Pin
Randor 6-Jan-09 19:16
professional Randor 6-Jan-09 19:16 
QuestionHow to retrieve drive letter of a USB device from WMI for a given DeviceID Pin
Subrat Patnaik5-Jan-09 21:34
Subrat Patnaik5-Jan-09 21:34 
AnswerRe: How to retrieve drive letter of a USB device from WMI for a given DeviceID Pin
Sarath C5-Jan-09 21:41
Sarath C5-Jan-09 21:41 
AnswerRe: How to retrieve drive letter of a USB device from WMI for a given DeviceID Pin
Hamid_RT5-Jan-09 21:52
Hamid_RT5-Jan-09 21:52 
Questionhow to get installed font list of Windows XP?? Pin
vijay.victory5-Jan-09 20:32
vijay.victory5-Jan-09 20:32 
AnswerRe: how to get installed font list of Windows XP?? Pin
Naveen5-Jan-09 20:46
Naveen5-Jan-09 20:46 
GeneralRe: how to get installed font list of Windows XP?? Pin
Hamid_RT5-Jan-09 20:54
Hamid_RT5-Jan-09 20:54 
GeneralRe: how to get installed font list of Windows XP?? Pin
Naveen5-Jan-09 20:59
Naveen5-Jan-09 20:59 
GeneralRe: how to get installed font list of Windows XP?? Pin
Cedric Moonen5-Jan-09 21:13
Cedric Moonen5-Jan-09 21:13 

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.