Hello,
I want to use a new SWIR camera in LabWindows/CVI 8.0 (WinXP 32bit).
The company delivered with the camera a 32 bit dll produced using Microsoft Visual C++ 2010. The .dll, .lib and .h files comprise a working SDK/API (some functions with bool data type)
Compiling => Syntax error, boolean variable is not a data type in LabWindows/CVI 8.0
Generate DLL Import Library => Syntax error
I tried to convert bool to char (typedef unsigned char bool => no more syntax error but the functions does not work.
What can I do ?
Martin