Click here to Skip to main content
15,902,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionException in Multithreading.............. Pin
shaina223122-Dec-08 19:52
shaina223122-Dec-08 19:52 
QuestionRe: Exception in Multithreading.............. Pin
CPallini22-Dec-08 21:07
mveCPallini22-Dec-08 21:07 
QuestionFSCTL_GET_VOLUME_BITMAP Pin
john563222-Dec-08 19:10
john563222-Dec-08 19:10 
QuestionDrag and Drop between tree controls (Very Urgent........) Pin
AnithaSubramani22-Dec-08 18:32
AnithaSubramani22-Dec-08 18:32 
AnswerRe: Drag and Drop between tree controls (Very Urgent........) Pin
Hamid_RT22-Dec-08 19:09
Hamid_RT22-Dec-08 19:09 
QuestionProgramming time for algorithm? Anyone help me................. Pin
thuyphuongid22-Dec-08 16:46
thuyphuongid22-Dec-08 16:46 
AnswerRe: Programming time for algorithm? Anyone help me................. Pin
L. Madhavan22-Dec-08 19:41
L. Madhavan22-Dec-08 19:41 
Question[VC++6.0]Unhandled exception in **.exe, 0xc0000005:Access Vialation Pin
kaviniswell22-Dec-08 16:30
kaviniswell22-Dec-08 16:30 
hi,

when i quit my program in debug mode, the compiler pups up a dialog:Unhandled exception in **.exe, 0xc0000005:Access Vialation. and the disassemble codes are:

014BAFE6 53 push ebx
014BAFE7 56 push esi
014BAFE8 57 push edi
014BAFE9 51 push ecx
014BAFEA 8D 7D B8 lea edi,[ebp-48h]
014BAFED B9 12 00 00 00 mov ecx,12h
014BAFF2 B8 CC CC CC CC mov eax,0CCCCCCCCh
014BAFF7 F3 AB rep stos dword ptr [edi]
014BAFF9 59 pop ecx
014BAFFA 89 4D FC mov dword ptr [ebp-4],ecx
014BAFFD 8B 45 FC mov eax,dword ptr [ebp-4]
014BB000 C7 40 0C 00 00 00 00 mov dword ptr [eax+0Ch],0
014BB007 8B 4D FC mov ecx,dword ptr [ebp-4]
014BB00A C7 41 1C 10 00 00 00 mov dword ptr [ecx+1Ch],10h
014BB011 8B 55 FC mov edx,dword ptr [ebp-4]
014BB014 8B 42 1C mov eax,dword ptr [edx+1Ch] Confused | :confused: //err place: 014bb014() line 6277 + 3 bytes
014BB017 83 E0 01 and eax,1
014BB01A 85 C0 test eax,eax
014BB01C 0F 85 AE 00 00 00 jne CDiskCheck::TaskProcess+0F0h (014bb0d0)

anybody know the problem? thank u!!
AnswerRe: [VC++6.0]Unhandled exception in **.exe, 0xc0000005:Access Vialation Pin
Garth J Lancaster22-Dec-08 18:00
professionalGarth J Lancaster22-Dec-08 18:00 
GeneralRe: [VC++6.0]Unhandled exception in **.exe, 0xc0000005:Access Vialation Pin
kaviniswell22-Dec-08 18:18
kaviniswell22-Dec-08 18:18 
GeneralRe: [VC++6.0]Unhandled exception in **.exe, 0xc0000005:Access Vialation Pin
Garth J Lancaster22-Dec-08 18:27
professionalGarth J Lancaster22-Dec-08 18:27 
GeneralRe: [VC++6.0]Unhandled exception in **.exe, 0xc0000005:Access Vialation Pin
kaviniswell22-Dec-08 18:37
kaviniswell22-Dec-08 18:37 
QuestionCallback Intro Pin
codemunkeh22-Dec-08 15:45
codemunkeh22-Dec-08 15:45 
AnswerRe: Callback Intro Pin
CPallini23-Dec-08 3:05
mveCPallini23-Dec-08 3:05 
QuestionSetWindowSubclass is killing my app! Pin
KellyR22-Dec-08 14:17
KellyR22-Dec-08 14:17 
AnswerRe: SetWindowSubclass is killing my app! Pin
Naveen22-Dec-08 18:57
Naveen22-Dec-08 18:57 
GeneralRe: SetWindowSubclass is killing my app! Pin
KellyR22-Dec-08 19:19
KellyR22-Dec-08 19:19 
GeneralRe: SetWindowSubclass is killing my app! Pin
Mark Salsbery23-Dec-08 5:50
Mark Salsbery23-Dec-08 5:50 
QuestionVC Application with password Pin
sunny_vc22-Dec-08 13:38
sunny_vc22-Dec-08 13:38 
AnswerRe: VC Application with password Pin
Garth J Lancaster22-Dec-08 15:17
professionalGarth J Lancaster22-Dec-08 15:17 
AnswerRe: VC Application with password Pin
Chandrasekharan P22-Dec-08 17:25
Chandrasekharan P22-Dec-08 17:25 
AnswerRe: VC Application with password Pin
Mustapha Rédouane23-Dec-08 0:06
Mustapha Rédouane23-Dec-08 0:06 
QuestionVC++ 6.0 to VC++ 9.0 porting issue. Runtime Assertion for Keyboard handler Pin
pratap198022-Dec-08 10:45
pratap198022-Dec-08 10:45 
AnswerRe: VC++ 6.0 to VC++ 9.0 porting issue. Runtime Assertion for Keyboard handler Pin
Jijo.Raj22-Dec-08 11:03
Jijo.Raj22-Dec-08 11:03 
GeneralRe: VC++ 6.0 to VC++ 9.0 porting issue. Runtime Assertion for Keyboard handler Pin
pratap198022-Dec-08 11:15
pratap198022-Dec-08 11:15 

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.