Tagged Questions
1
vote
2answers
2k views
“WindowsError: exception: access violation…” - ctypes question
Howdy all -
Here is the prototype for a C function that resides in a DLL:
extern "C" void__stdcall__declspec(dllexport) ReturnPulse(double*,double*,double*,double*,double*);
In another thread, I ...