T
Toto
Hello,
My DLL (VC 2005, unmanaged) contains an exported function AutoOpen, whose name
should be undecorated. I've used this declaration:
extern "C" __declspec(dllexport) int WINAPI AutoOpen(void)
In spite of extern "C", the name of this function is still decorated in the DLL
(_AutoOpen@0 instead of AutoOpen). Why ?
Thanks !
My DLL (VC 2005, unmanaged) contains an exported function AutoOpen, whose name
should be undecorated. I've used this declaration:
extern "C" __declspec(dllexport) int WINAPI AutoOpen(void)
In spite of extern "C", the name of this function is still decorated in the DLL
(_AutoOpen@0 instead of AutoOpen). Why ?
Thanks !