Well, in C all functions are prepended with an underscore. C++ uses different "name mangling" (honestly!) semantics.
So, in C++ to get the C name use extern "C" function which goes to _function.
|
Results 1 to 8 of 8
Thread: Creating a DLL in VC++Threaded View
|
Click Here to Expand Forum to Full Width |