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.
任何人都知道如何在 VS2005 中将 WinCE 应用程序编译为 PC 应用程序。我想将标准 MFC 智能设备应用程序更改为 mfc windows 应用程序。
您可能需要从一开始就设计您的应用程序以实现这一目标。
我们使用我们自己的框架(直接构建在 Win32 之上)并拥有一个针对多个平台的 vcproj 和 sln,包括桌面上的 Windows Mobile 和 Win32...
所以我可以保证这是可以实现的。问题是我必须手动编码我们的 vcproj 文件;)微软不允许在向导中使用它......
显然,CE 上的 MFC 现在更接近于桌面等效项,因此这可能会使它变得容易得多。