01-11-2013 06:02 AM
Hi,
I have a DLL from my amplifier and a help file + a header file, but when i try to import the shared library, it doesn't make all the functions... Now i have some functions from a third party, but when i try to:
getinstancelist -> opendevice -> getsignalformat -> stopdevice -> close device
My whole LabVIEW program often shuts down and gives an error. I wish i could make all the functions with the wizard so that i can be shure everything is done right...
In the attachment the SDK, DLL and header files + the getinstancelist, opendevice, getsignalformat, stopdevice, close device VI's
Best regards,
Thijs Boeree
Solved! Go to Solution.
01-11-2013 06:59 AM - edited 01-11-2013 07:00 AM
Found it!
I only "opened" the device in my VI and then tried to "stop" it (but it wasn't started...) So that caused the crashes!
Best regards,
Thijs