LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CIN + OOP

Is is possible to call such a C++ code with CIN which includes classes?
0 Kudos
Message 1 of 2
(2,830 Views)
Hello Wirer,

I have done this. However, I ran into a few bumps along the way. The easiest way to work around these "bumps" is to go ahead and develop your C++ application and make separate C delarations and accessor functions for LabVIEW...sometimes called a "wrapper".

-Warren
0 Kudos
Message 2 of 2
(2,830 Views)