LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll labview

Solved!
Go to solution

Best question to ask is how do I build a parameter from the using the the call function library node in LabVIEW 8.6:  function prototype is the following as defined in the H file:  

 

C1218 API  int __stdcall OpenSerialPort(char *comPort, errorStruct & err);

 

in the H file errorStruct is defined as follows

typedef struct

{

  int code;

  char   * msg;

  int msgMaxLenth;

} errorStruct;

 

this DLL does wrong with test stand, but not using Test Stand, only LabVIEW.

0 Kudos
Message 1 of 3
(2,477 Views)
Solution
Accepted by topic author hallawt2004

Duplicate post. Continue here.

 

Try to stick to a single thread. Please wait patiently for sometime. Somebody will surely help you to solve your problem.

0 Kudos
Message 2 of 3
(2,460 Views)
sorry for the duplicate entry, found a solution  parameter would be name:  err, type:  Adapt to Type  Data format:  Pointers to Handle
0 Kudos
Message 3 of 3
(2,417 Views)