MFC DLL对话框调用时间:2023-03-08 17:27:33 Regular Dll using shared MFC DLL extern "C" __declspec(dllexport) void Show() { AFX_MANAGE_STATE(AfxGetStaticModuleState()); CTest test; test.DoModal (); }