MFC DLL对话框调用

  1. Regular Dll using shared MFC DLL

extern "C" __declspec(dllexportvoid Show()

{

  AFX_MANAGE_STATE(AfxGetStaticModuleState());

  CTest test;
  test.DoModal ();
}
posted @ 2014-04-28 10:21  ahuo  阅读(526)  评论(0编辑  收藏  举报