1. Regular Dll using shared MFC DLL

extern "C" __declspec(dllexportvoid Show()

{

  AFX_MANAGE_STATE(AfxGetStaticModuleState());

  CTest test;
  test.DoModal ();
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2021-11-15
猜你喜欢
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-08-25
  • 2022-12-23
相关资源
相似解决方案