LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll type data set : int, int* ,char ,char* - LV6.1

hi ,
i'm using "Call Library Function Node" to Call a DLL, but i'm not sure about the type data of parameters and the Presentation of the variables (Labview ver.6.1)

Here are my Dll Functions Prototype :



Int __stdcall DFunction1(int aValue);


Int __stdcall DFunction2(char* digits; int* ColorId);


Please tell me how to set it right.
0 Kudos
Message 1 of 2
(2,686 Views)

k_a;

Check the following article. It includes a conversion table from LabVIEW's notation to the notation of your particular platform:

An Overview of Accessing DLLs or Shared Libraries from LabVIEW

The document "Using External Code in LabVIEW" also includes a conversion table.

Regards;
Enrique

www.vartortech.com
Message 2 of 2
(2,670 Views)