P
Peter Oliphant
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==]
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==]