LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call a special function in the dll using Call Library Function Node????

Dear all,
 
      I am calling a special function in the dll using call library function node. There is a input parameter that it is a enum type in this function. I don't know how to deal this parameter for calling this function.:mansad:Has anybody solved this problem?Please advise!
 
      I am appreciated of you anytime. 
0 Kudos
Message 1 of 3
(2,666 Views)
Most of the times an enum is just a U8/U16/U32, internally so probably you can call it with just a U8/U16/U32 or something. For the correct value you have to look at the definition.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,659 Views)

Dear TonP,

       Thank you for your advice. I have fixed this problem.

       Thanks again!Smiley Happy

0 Kudos
Message 3 of 3
(2,653 Views)