我声明了一些C++函数原型如下:
extern "C" void __stdcall function();
我也有一些第三方dll导出function()- 根本没有名字装饰.undefined reference to function@...由于MinGW的stdcall @ -suffix,我无法构建我的exe或dll .如何在没有@的情况下获取目标文件...只是简单的函数名称?
function()
undefined reference to function@...
c++ linker mingw stdcall name-decoration
c++ ×1
linker ×1
mingw ×1
name-decoration ×1
stdcall ×1