__stdcall 要加這個 extern "C" __declspec(dllexport) 要用這樣的東東 定義 extern "C" __declspec(dllexport) void GetCallBack( callBackFun pfun) { g_pFun=pfun; }