__stdcall 要加这个 extern "C" __declspec(dllexport) 要用这样的东东 定义 extern "C" __declspec(dllexport) void GetCallBack( callBackFun pfun) { g_pFun=pfun; }