11-23-2009 01:27 AM
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?.
11-23-2009 04:13 PM
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.
11-23-2009 05:19 PM
Thanks for the reply. I will learn from the example and ask question specifically later.
regards,
hanr77