Windows CE 6.0 and runtime link to Debug DLL /MDd

僤鯓⒐⒋嵵緔 提交于 2019-12-02 08:52:06

Fount the problem. The issue is that VS 2008 doesn't deply the debug version of CRT so I've have to deploy manualy the msvcr90d.dll on the target platform. The msvcr90d.dll is located in $(VCInstallDir)/ce/bin/$(ARCHFAM).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!