Re: Access violation before startup in debug mode
- From: Hans-J. Ude <news@xxxxxxxxxxxx>
- Date: Wed, 13 Feb 2008 00:10:42 +0100
Rob Richardson <CedricCicada@xxxxxxxxx> wrote:
I have an MFC application that will run in release mode, but in debug
mode I get an access violation before the program starts. The only
error message is "Unhandled exception in ModelTest.exe (NTDLL.DLL):
0xC0000005: Access Violation." It doesn't give me any indication of
where the instruction is that raised the error. I put breakpoints at
the top of my InitInstance() method and on the line containing the
opening brace of my application constructor class, and neither
breakpoint is hit.
Perhaps there are problems with wrong dll versions when linking
dynamically. I'd try both, dynamic and static linking to MFC to
compare the behaviors.
Hans
.
- Follow-Ups:
- Re: Access violation before startup in debug mode
- From: Rob Richardson
- Re: Access violation before startup in debug mode
- References:
- Access violation before startup in debug mode
- From: Rob Richardson
- Access violation before startup in debug mode
- Prev by Date: Re: Access violation before startup in debug mode
- Next by Date: Re: Any info about "Thread has exited with code 32772 (0x8004)"?
- Previous by thread: Re: Access violation before startup in debug mode
- Next by thread: Re: Access violation before startup in debug mode
- Index(es):
Relevant Pages
|