After conversion to 2005 now I get an error on exit
- From: "Peter Oliphant" <poliphant@xxxxxxxxxxxxxxxx>
- Date: Fri, 11 Nov 2005 08:33:56 -0800
I got my 2003 code to compile in (old syntax) 2005. It runs, except I now
HAVE to set my Form to DoubleBuffered or else my drawn primitive graphics
flicker like crazy (which I had handled in 2003 via manual double buffering,
which I now removed).
Anyway, the application works, but now exits with some sort of exception:
First-chance exception at 0x0097a0e6 in PAO_Tools.exe: 0xC0000005: Access
violation writing location 0x00000011.
The thread 'Win32 Thread' (0xbb4) has exited with code -1073740791
(0xc0000409).
The thread 'Win32 Thread' (0xc08) has exited with code -1073740791
(0xc0000409).
The thread 'Win32 Thread' (0x264) has exited with code -1073740791
(0xc0000409).
The thread 'Win32 Thread' (0xdac) has exited with code -1073740791
(0xc0000409).
The program '[1644] PAO_Tools.exe: Managed' has exited with code -1073740791
(0xc0000409).
The program '[1644] PAO_Tools.exe: Native' has exited with code -1073740791
(0xc0000409).
I have no idea how to go about tracking this, especially since my code
worked fine in 2003...
[==P==]
.
- Prev by Date: Re: VS Launch
- Next by Date: Re: Endless Loop in C-Code when Using /Og
- Previous by thread: How do I handle private virtual methods in (old syntax) 2005 (Express)?
- Next by thread: Unhandled exception - Different under debugger and non-debugger
- Index(es):
Relevant Pages
|