PCSGU250 SDK 64bit?

Hi,

I own a PCSGU250 and I’m writing an application in Python 3.5 64bit that’s planned to utilize the PCSGU250’s sine generator (via cffi or ctypes).
Unfortunately the DLL inside the SDK is 32bit and thus cannot be used together with a 64bit Python distro. Running two distros (64 and 32bit) in parallel will most likely become a mess.

Would it be possible for you to provide the PCSGU250.dll in 64bit?
If not, do you know of any other solution to this problem? Did someone try this out and would share his/her experience?

Thanks in advance…

[quote]Would it be possible for you to provide the PCSGU250.dll in 64bit?
If not, do you know of any other solution to this problem? Did someone try this out and would share his/her experience?[/quote]I’m sorry, the 64bit version of the DLL is not available.
Here is the link to download the source code for the DLL:
app.box.com/s/lxx9ejnrvl2vrclwzbht4lwft8vt9lzk
You can use a 64bit compiler to get the 64bit version of the DLL.

Thanks, I’ll give it a try…