|
-
March 1st, 2002, 07:52 AM
#1
"__imp" calling convention
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|