After successful installation of the PCSGU250-hardware, the drivers and the software on my 64-bit-machine with Windows 7, I want now make extensive use of the procedures provided in PCSGU250.DLL to write special purpose appliactions. One interesting application would be to import the data into Matlab via a so-called Mex-file. However, my Matlab is a 64-bit-Version and the dll for the PCSGU250 is for 32-bit only. It is no problem to write stand-alone programs compiled for a 32-bit-platform (and using the dll) and to run it on a 64-bit-platform. I succeeded in get it working. But it is in general not possible to call procedures of a 32-bit-DLL from a 64-bit main program.
My questions are:
Is there also a 64-bit version of the dll available?
Are there any plans to provide it?