07-31-2012 07:45 AM
I use the functions from external DLL. The Linker always gives me error:
Undefined Symbol _UsbPt104OpenUtitq@8.
UspPt104OpenUnit() is the function that opens the USB port, on them USB device is connected.
Solved! Go to Solution.
07-31-2012 07:51 AM
Have you seen this: http://digital.ni.com/public.nsf/allkb/EC2ECA974F8763D586256929006D17D7 ?
07-31-2012 08:19 AM
hello Wolfgang,
thanks, I had not included the DLL's .lib in my LabWindows/CVI project. Edit/Add Files to Projekt.
Now works ok!