08-09-2016 11:38 AM
Have trouble to use CSP library in both .net interface and c++ interface.
08-10-2016 02:20 PM
Personally, I haven't worked with this library, but I can point you to some .NET and C++ resources.
(First, if you've never worked with DLLs in LabVIEW, consider this page: http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33)
If you want to use the C++ interface, you might need to create C wrappers, as is seen by this example. http://forums.ni.com/t5/LabVIEW/how-to-fit-my-C-program-into-labview-interface/td-p/460814. This might also be a helpful resource: https://decibel.ni.com/content/message/23501. If you want to use the .NET interface, you can use the .NET palette. This site will walk you through more specifically how to work with .NET in LabVIEW: http://www.notatamelion.com/2015/07/02/a-brief-introduction-to-net-in-labview/.
Hope this helps!
08-10-2016 02:29 PM
Thanks for reply.
I know very well about .net / dll / C++ wrapper.
The problem is on the CSP library side.
08-11-2016 06:18 PM
This sounds like it may be a problem on the Canberra side of things. Have you tried contacting them?
Another option is to try to access the CSP library in another environment suchas Visual Studio to see if it works there.
Thank you,
Zack
Applications Engineer
National Instruments
08-17-2016 12:30 AM
Yes. I did contact Canberra (Franch).
But I haven't get help yet. Still waiting...
I build a wrapper dll in VS, then called it in LabVIEW.
Get same problem.
Thanks for reply.