Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Win32SDK 中有 2 个应用程序,在 MFC 中有另一个。
我应该以最小的复杂性在任一侧移植代码的方法。
移植到 MFC 可能比从 MFC 移植更容易。仅仅是因为 MFC 包含了很多功能,如果您删除它,您将不得不重新实现这些功能。这在很大程度上取决于所涉及项目的性质和规模,以及将要进行这项工作的开发人员的技能和经验。
你能提供更多细节吗?