Can I add MFC support to an Existing ATL COM project

后端 未结 2 1885
一向
一向 2021-01-27 13:07

I have created a Shell Extension using ATL COM Object . But during creation I haven\'t added MFC support. Can I change the setting now to add MFC support

2条回答
  •  [愿得一人]
    2021-01-27 13:49

    Yes, but I believe that doing this won't auto-add all the required headers and #defines - of course, you could try this first, and check to be sure.

    If that does not work, you could use 'File->New->Project from Existing Code' to create a new project in your solution that uses both MFC and ATL, using the code in your original project. You would have to include any custom settings from your current ATL-only version, but if you let a new precompiled header be created in the new project, it should have all the MFC and ATL bits you need turned on and included.

提交回复
热议问题