MFC DLL对话框调用

阅读 170

2022-05-19

  1. Regular Dll using shared MFC DLL
​​​​extern​​ ​​"C"​​ ​​__declspec​​​​(​​​​dllexport​​​​) ​​​​void​​ ​​Show()​​​​
​​{​​
​​ AFX_MANAGE_STATE(AfxGetStaticModuleState());​​
​​​​​​ CTest test;​​​​ test.DoModal ();​​
}



相关推荐

精彩评论(0)

0 0 举报