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?