Visual Studio 2003/2005 name mangling
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everybody, Is there any documention around which describes the name mangling sheme of this sw. I googled around but found nothing useful. I have a .dll which is compiled within the same solution and it exports the functions as "functionname" without leading underscore In the same solution I want to use this .dll as a lib for a normal .exe and this insists that to link to "_functionname" (with underscore) which is of course not found in the .dll/.lib The functions are decleared as extern "C" as usual and also the __declspec(dllexport) is like normal. Anybody any idea?
bb |~ bb