NTDLL.DLL
-
Hi, I am new here and I hope to get some help. When debugging my programme I am getting the following error:
NTDLL.DLL 0xC00000005 access violation. I get this error even before loading the programme.
Any ideas? You can write in German if you wish, I do understand some words

Looking forward for your reply
Many thanks
-
When you are using static libraries, you should check their actuality. Maybe there not existing functions.
Or: Try to recompile your whole project and all references.
-
Do you get any other information out of the debugger when that happens? e.g. do you see the call stack? Does the debug output show anything out of the ordinary?
-
Hello again,
when I debuge the programme I am getting the following errors:
Loaded Sysmbols for C:\winnt\system32\MFC42D.DLL (Windows XP) and MSVCRTD.DLLThanks
hustbaer schrieb:
Do you get any other information out of the debugger when that happens? e.g. do you see the call stack? Does the debug output show anything out of the ordinary?