08-25-2004 01:34 AM
08-25-2004 01:15 PM
08-26-2004 03:17 AM
10-31-2004 03:37 PM
06-07-2005 10:27 AM
06-08-2005 11:47 PM
06-30-2005 03:40 PM
07-01-2005 09:47 AM
07-01-2005 12:22 PM
Yes, it turns out that the problem was with how LabVIEW build of the dll was working and I had to add parameters for the terminals. I've also defined the terminals as .Net Objects that are converted to variants and then on to the appropriate structures within LabVIEW for processing. However, LabVIEW now defines the function prototype with variables of type "LVRefNum *". Can you offer any guidance on what the equivalent .Net data type would be? Do I set up the extern method definition as though the areguments are of type object?
-Matthew
07-06-2005 01:24 AM
Hi Matthew,
I would suggest starting with DF: How can I calling LabView DLL within LabView and pass similar Data Types? for some information on LVRefNum.
In addition I would recommend looking at example program: Using VB.NET to Call LabVIEW DLLs That Use 2D Numeric Arrays
Finally, please provide more information on your application so I can reply on those lines.
Regards,
Ankita