LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting a link error "undefined symbol _ICQAPISetOwnerState@4".

I am trying to use a DLL supplied by ICQ. Where do I specify an import lib? They supplied me with a .lib file, a dll, and a few include files. I have added the .lib file to my project. In my .c file I am calling the function ICQAPISetOwnerState(). For every function I call I am getting a similair error. What am I missing?
0 Kudos
Message 1 of 2
(2,790 Views)
Seems that some function definition is missing in your project. You have to #include the .h files in your .c file.
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,790 Views)