Hi, I'm experiencing problems transferring strings between LabVIEW and
Microsoft Visual C#. I have a LabVIEW dll file which contains a method
returning a string. I use this method in C# (using the [DllImport] command),
but it doesn't seem to work. When I change the method to return an integer
instead, it works fine. So I'm really looking for a casting function or
something, to use LabVIEW strings in C#.
Anyone?
Cheers,
Aasmund