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

C / C++ / MFC

 
QuestionUser defined message , exeption at the handler return [modified] Pin
timbk10-Dec-10 3:05
timbk10-Dec-10 3:05 
AnswerRe: User defined message , exeption at the hander return Pin
Cool_Dev10-Dec-10 3:25
Cool_Dev10-Dec-10 3:25 
GeneralRe: User defined message , exeption at the hander return Pin
timbk10-Dec-10 4:09
timbk10-Dec-10 4:09 
AnswerRe: User defined message , exeption at the hander return Pin
Maximilien10-Dec-10 3:48
Maximilien10-Dec-10 3:48 
GeneralRe: User defined message , exeption at the hander return Pin
timbk10-Dec-10 4:24
timbk10-Dec-10 4:24 
AnswerRe: User defined message , exeption at the handler return Pin
«_Superman_»10-Dec-10 7:50
professional«_Superman_»10-Dec-10 7:50 
GeneralRe: User defined message , exeption at the handler return Pin
timbk10-Dec-10 7:56
timbk10-Dec-10 7:56 
AnswerAdded information Pin
timbk10-Dec-10 8:09
timbk10-Dec-10 8:09 
When the exception comes up, i have this debug log:
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\inpout32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\secur32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MFC42D.DLL', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MSVCRTD.DLL', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFCO42D.DLL'
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\mfc42loc.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\uxtheme.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MSCTF.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MSCTFIME.IME', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
Loaded 'C:\Archivos de programa\Internet Download Manager\idmmkb.dll', no matching symbolic information found.
Warning: dialog data checkbox value (2117840950) out of range. //I can't find why , all checkboxes  seems ok. 
Warning: dialog data checkbox value (1598735280) out of range. //I can't find why , all checkboxes  seems ok
First-chance exception in Calibracion.exe (MFC42D.DLL): 0xC0000005: Access Violation.

Look at the warnings about checkboxes , there were a lot more , but once i saved the file generated by Myapp, all these checkboxes warnings desappeared , but these two not, i can't find them.

Another thing , when the exception comes up the debugger jumps to a asembler code :
5F430BE2   call        dword ptr [eax+98h] // jump to this line.
5F430BE8   test        eax,eax
5F430BEA   je          5F430BF3
5F430BEC   mov         eax,1
5F430BF1   jmp         5F430C01
5F430BF3   mov         ecx,dword ptr [ebp-4]
5F430BF6   cmp         ecx,dword ptr [ebp+8]
5F430BF9   jne         5F430BFD
5F430BFB   jmp         5F430BFF
5F430BFD   jmp         5F430BB1
5F430BFF   xor         eax,eax
.
.

AnswerMore Added Info Pin
timbk10-Dec-10 9:30
timbk10-Dec-10 9:30 
GeneralRe: More Added Info Pin
Richard MacCutchan10-Dec-10 23:01
mveRichard MacCutchan10-Dec-10 23:01 
AnswerRe: User defined message , exeption at the handler return Pin
Gary R. Wheeler11-Dec-10 1:09
Gary R. Wheeler11-Dec-10 1:09 
AnswerVC++ debugging with latest Avira Antivir Pin
Alexander Fedorov10-Dec-10 2:33
Alexander Fedorov10-Dec-10 2:33 
QuestionUsing WM_USER, WM_APP or RegisterWindowMessage Pin
yccheok9-Dec-10 21:25
yccheok9-Dec-10 21:25 
AnswerRe: Using WM_USER, WM_APP or RegisterWindowMessage [modified] Pin
CPallini9-Dec-10 22:08
mveCPallini9-Dec-10 22:08 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
Rajesh R Subramanian9-Dec-10 23:43
professionalRajesh R Subramanian9-Dec-10 23:43 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
CPallini9-Dec-10 23:48
mveCPallini9-Dec-10 23:48 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
Rajesh R Subramanian9-Dec-10 23:51
professionalRajesh R Subramanian9-Dec-10 23:51 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
CPallini10-Dec-10 0:11
mveCPallini10-Dec-10 0:11 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
Rajesh R Subramanian10-Dec-10 0:24
professionalRajesh R Subramanian10-Dec-10 0:24 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
CPallini10-Dec-10 0:41
mveCPallini10-Dec-10 0:41 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
Rajesh R Subramanian10-Dec-10 0:54
professionalRajesh R Subramanian10-Dec-10 0:54 
JokeRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
CPallini10-Dec-10 1:02
mveCPallini10-Dec-10 1:02 
AnswerRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
Rajesh R Subramanian9-Dec-10 23:42
professionalRajesh R Subramanian9-Dec-10 23:42 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
CPallini9-Dec-10 23:50
mveCPallini9-Dec-10 23:50 
GeneralRe: Using WM_USER, WM_APP or RegisterWindowMessage Pin
Rajesh R Subramanian9-Dec-10 23:53
professionalRajesh R Subramanian9-Dec-10 23:53 

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.