You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The some functions of the DLL's require a SAFEARRAY object which is defined outside of the Thorlabs namespace, namely in OaIdl.h which is part of the win32 Automation API. In the docs of the win32 Automation API the declaration of the SAFEARRAY can be found:
The some functions of the DLL's require a SAFEARRAY object which is defined outside of the Thorlabs namespace, namely in OaIdl.h which is part of the win32 Automation API. In the docs of the win32 Automation API the declaration of the SAFEARRAY can be found:
This has to be implemented in
__binding_template.py
as ctypes struct as well as SAFEARRAYBOUND.The text was updated successfully, but these errors were encountered: