01-14-2005 06:08 PM
01-16-2005 08:14 PM
Do you mean "a double*, a string, and an integer" ??
Do you mean "a double, a *string, and an integer" ??
The "return" value from a DLL has to be a simple value (can't return more than one).
Although you can have the DLL pass back several values.
Doubles and integers are directly passable back and forth. Strings are very different in LabVIEW than in other languages. See the CIN / External Code notes for details.
Or ask again.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
01-17-2005 04:06 PM
01-17-2005 08:16 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
01-18-2005 03:34 AM
pcbv 写:
I have a function from a dll that return a double* string and an integer. How can I call this function from LabVIEW? There is a possibility to work in LabVIEW with a double* string?
01-18-2005 03:34 AM
pcbv 写:
I have a function from a dll that return a double* string and an integer. How can I call this function from LabVIEW? There is a possibility to work in LabVIEW with a double* string?
01-18-2005 02:33 PM
01-18-2005 02:39 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
01-27-2005 11:40 AM
01-28-2005 06:18 AM