dll里:__declspec(dllexport) int Add(int a,int b)
调用者里
GetProcAddress(handle,"Add");为0
GetProcAddress(handle,"?Add@@YAHHH@Z");为正确。
这是什么原因怎么解决?