03-31-2009 09:11 AM
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?
04-02-2009 04:15 AM
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...