1.修改 c/c++函数,使其能够被外部调用方法: 1.修改函数声明修改前:
int main(int argc, char *argv[])
修改后:
extern "C" _declspec(dllexport) int __std
2019-04-18