Home > Software engineering >  Vc6 NTDLL. DLL error
Vc6 NTDLL. DLL error

Time:11-22

Vc6.0 compiled a program to debug mode, press f5 to debug, not an error,
Executive to run the program, an error, vc6 prompt NTDLL. DLL 0 xc0000005 mistake, don't know if you have met, strange,
Subsequent images, not too will use this app

CodePudding user response:

The unhandled exception in s.e xe (NTDLL. DLL) 0 xc0000005: access violation
Assembly according to
Developed 7 c96ae10
Mov ecx, dword PTR [esi + 0 ch] esi for 32 bde48 ecx 32 bde50

Mov exc, dword PTR (eax)
CMP ecx, dword PTR [edx + 4], the final error

CodePudding user response:

The problem has been solved, the main program use the DLL file defines a variable less

CodePudding user response:


Suggest to upgrade the VS, VC6 debug function is a bit weak some

  • Related