Hi I have embeeded a python interpreter into my cvi program.
However, I now want to wrap the cvi functions defined in cvi.dll and have used python ctypes to load this dll.
However, every function I call results in WindowsError: exception: access violation reading 0x0000000C
Is there any initialisation that is performed before functions in cvi.dll can be called.
I thought about calling InitCVIRTE but is not defined in cvi.dll.
Any advice would be great.
Regards Glenn