ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL arguments for CLF

Hi friends,

I am new to LabVIEW. I try to call a dll Math1.dll
using Call Library Function node in LabVIEW.



int DLLEXPORT math1
(
char *mess, //message
signed short *sParameter,
unsigned short Asize, //requested array size
unsigned short Bsize, //
unsigned short rotate, //rotation of image (not used)
unsigned char *pPIX, //pointer
unsigned char *memory, //pointer
unsigned short *shape, //pointer
unsigned short debug //flag for debug
)


Could you please show me how to configure the arguments for CLF
of the above math1 function by writing an simple CLF with the above
arguments?

Thanks


Linh
0 Kudos
Message 1 of 1
(2,727 Views)