Hi!
I am using a static library in my project when i link my project i get some unresolved errors like error LNK2001: unresolved external symbol __imp__recv@16


I think as u can see its i mean THE STATIC Lib is using "__imp"

calling convention and in the settings om C/C++ TAB in VC 6 we hav options like "__cdecl"

but not the one thats used in the STATIC LIBRARY SO PLZ TELL ME IF I WANT TO CALL A FUCTION SAY
void foo();

how should i call that function NEED HELP!!!!!!!!!!!!!
Regards,
Usman.