06-25-2009 01:30 PM - edited 06-25-2009 01:31 PM
Hey everybody,
I'm getting some weird garbldygook in my function prototype in the Call Library Function configuration window:
My function is void Norm(...)
Anybody know where these extra symbols are coming from?
Thanks in advance.
06-26-2009 04:04 PM
Hi Candice,
If you delete the node, drop a new one, then set it up again, does it have the same problem?
06-27-2009 10:41 AM
06-27-2009 08:22 PM
06-27-2009 10:49 PM
07-02-2009 12:00 PM - edited 07-02-2009 12:03 PM
I was told that while labview cannot call C++ functions, I can still write in C++ using only C callable functions and Labview can use it. Is this true or false.
btw, the mangling on the prototype "magically" fixed itself, after closing out of labview and restarting 😕
07-02-2009 12:19 PM
Candice wrote:I was told that while labview cannot call C++ functions, I can still write in C++ using only C callable functions and Labview can use it. Is this true or false.
As long as the interface that LabVIEW sees is C then yes, that's generally true.
btw, the mangling on the prototype "magically" fixed itself, after closing out of labview and restarting 😕
That's just bizarre.
07-02-2009 12:20 PM