Re: [python-win32] access violation debugging advice?

2010-11-08 Thread Tim Roberts
RayS wrote: I'm accessing a 3rd party ctypes cDLL function and getting WindowsError access violation at 0x at seemingly random time intervals; what tips does the group have for debugging? The DLL author is an MS C++ guy and not Python literate. The DLL appears to run without error

[python-win32] access violation debugging advice?

2010-11-06 Thread RayS
I'm accessing a 3rd party ctypes cDLL function and getting WindowsError access violation at 0x at seemingly random time intervals; what tips does the group have for debugging? The DLL author is an MS C++ guy and not Python literate. The DLL appears to run without error with his MSVC apps.