I try to compile a software for an measurement system with LABWindows/CVI 7.0.
But I get link errors "Undefined symbols". The symbols are defined in a DLL, probable a 16-Bit DLL.
Is it possible to convert the 16-Bit DLL into a 32-Bit DLL with a thunking DLL?
The system is Windows XP.
Thank you