• Visual studio naming?
    0 replies, posted
Trying to use LibCurl but it compiles the functions as "_curl_easy_init" and it is looking for "__imp__curl_easy_init". How do I have it compile with the normal msvc name mangling? I know I can have it look for the normal by removing 'extern "c" {}'. But how do I have it compile like normal? [editline]08:44PM[/editline] If anyone is interested, fixed this by switching /MD to /MT and removing the __declspec(import) definition. Still looking for a better way though.
Sorry, you need to Log In to post a reply to this thread.