12-15-2008 08:50 AM
i have a problem with an instrument of the ocean optics . a spectrometer usb. i want to comunicate with it from labwindows cvi . i have the .dll without .lib and .h files. i have dhe headers for c++ soma examples in visual basic and c++ and the instrument driver for labview with the .llb files and the .vi files . i want to know if there is posible to use this last files with labwindos cvi . thanks
12-17-2008 11:03 AM
Unfortunatelly the driver had been created for LV only. You can't use them in CVI directly but you can try to create a DLL in LV and use that in CVI. The following doc gives you some suggestion on how to do.
KnowledgeBase 3337DOV4: Calling a LabVIEW DLL from a CVI or Other C/C++ project
Hope this helps
HUDSON