Adding ATL support to existing mfc application

后端 未结 1 1724
天涯浪人
天涯浪人 2020-12-11 10:38

I want to implement MFC Docking Framework in my existing mfc application I have taken same trial, but it gives me assertion like

before execution of my project.

相关标签:
1条回答
  • 2020-12-11 11:07

    For an existing MFC application, you can go to menu Project, Add Class, and under ATL you have an option Add ATL Support To MFC. This should add ATL initialization and the module will no longer be NULL.

    enter image description here

    0 讨论(0)
提交回复
热议问题