|
-
March 22nd, 2012, 02:15 PM
#1
app throws exception before winmain
I have an MFC application that I'm attempting to debug and I've enabled all the exception breakpoint options. I get an exception before it executes any of my code. I've put a breakpoint at the earliest point I can get to (InitInstance) and it happens before that.
Error says:
First-chance exception at 0x7c919af2 in HIDCPS.exe:
0xC0000005: Access violation writing location 0x00000010.
I'm not sure how to interpret the stack trace, but it looks to be in the Windows DLLs?
ntdll.dll!7c919af2()
[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
ntdll.dll!7c901046()
advapi32.dll!77dd6cf8()
advapi32.dll!77dd6b57()
PGPmapih.dll!0039175f()
kernel32.dll!7c85b44f()
PGPmapih.dll!003937f5()
PGPmapih.dll!0039267b()
PGPmapih.dll!003927ad()
PGPmapih.dll!00392854()
ntdll.dll!7c90118a()
ntdll.dll!7c91b5d2()
ntdll.dll!7c9162db()
ntdll.dll!7c91585f()
ntdll.dll!7c915721()
ntdll.dll!7c91538b()
ntdll.dll!7c9221b6()
ntdll.dll!7c9211e4()
ntdll.dll!7c90e457()
HIDCPS.exe!CODBCFieldInfo::`vector deleting destructor'() + 0x4f bytes C++
74958b84()
This project was imported from VC6 - could I have a conflict somewhere in the CRT libs?
Or any other comments, would be welcome.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|