LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I include Rose library to labwindows

Hi there,

I am a newbie in using Labwindows. In my project, I am using modelling language from EXPRESS  language by ST Developer which produce C++ classes and Rose library.  How can I utilise the functions of those classes and library in my Labwindows program?.

0 Kudos
Message 1 of 3
(3,228 Views)

Howdy,

 

LabWindows/CVI is C-based, not C++ and thus does not support Class objects. If you intend to use C++ classes from within CVI, then you will need to compile your C++ code into a DLL and call into that DLL from CVI. Check the CVI Example Finder (Help » Find Examples), searching for "DLLs" for an example on how to call a DLL from CVI.

Warm regards,

pBerg
0 Kudos
Message 2 of 3
(3,203 Views)

Thanks for the reply. I will learn from the example and ask question specifically later.

 

regards,

 

hanr77 

0 Kudos
Message 3 of 3
(3,196 Views)