LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

dll C string class import to Labview

I have a C++ dll with trouble import into Labview.

The 2 functions that Labview doesn't convert is

 

int Validate( CString, int, int *nArgTypes );
int Run( CString, int, CDllArg *pArgList );

 

What the problems and how to resolve the problems?
 

0 Kudos
Message 1 of 2
(3,133 Views)

Hi LimKW,

 

What do you mean by "import into LabVIEW"? Do you mean calling the DLL using the library function call VI? And what do you mean when you say the functions aren't converted? What conversion are you expecting, and how do you know it is not happening?

 

Some screenshots or your program might help a lot for us to understand what you mean.

 

Also, did you post this in the right forum? This is the CVI forum, but you are talking about LabVIEW...

Best regards,
Vern Yew
Applications Engineer
0 Kudos
Message 2 of 2
(3,102 Views)