07-15-2008 08:59 AM
07-16-2008 01:45 AM
I worked around the problem by creating a DLL that handles the string pointer and returns me the string information to LabVIEW.
I'm still interested if anybody can give a hint how I can do this directly in LabVIEW. (without the need of my extra DLL)
07-28-2008 09:26 AM
Hi Noxus,
Since Labview doesn't work with pointers, you are not able to get the string out of a pointer without another DLL. So what you are doing is the best option.
Regards,
Bas van Dijke
AE, The Netherlands