Hello,
Are there plans to ship a DLL version compiled for x64?
I’m aware the driver already works on 64 bit Windows, but the library that ships in the SDK is compiled for Win32 (which I’ve used successfully in a 32 bit process running on WoW64) and it’s not compatible with my x64 builds.
I found this post on the topic…
[Forums/Software SDK/Frameworks/SDK + x64]
...where the suggestion is made to use LoadLibrary and GetProcAddress to avoid having to link in the 32 bit static library. However, the DLL is 32 bit as well, and it’s not possible to load a 32 bit DLL into a 64 bit process. The work-around is to load the 32 bit version in a seperate process and use IPC to communicate between the two, but if there’s any way I can avoid that work, I’d rather.
I require a 64 bit address space for other areas of my program, so switching to 32 bit wholesale is not an option.
Perhaps I missed something obvious (I’m prone to that), in which case I’d love for anybody to show that I’m an idiot…
Thanks for the great work with this SDK, I just bought an 8-camera pack last week.
Kind regards,
Jaap Suter - http://jaapsuter.com