阅读:1605回复:7
用VS2005开发的CE下的MFC软件不能运行,为什么?
RT, 如果开发WIN32的,就可以运行,MFC的就不行,但用EVC开发的MFC也可以跑,哪位大虾知道这是为什么?
|
|
沙发#
发布于:2007-11-06 14:08
没人知道吗?我加了CF2 还是不行
|
|
板凳#
发布于:2007-11-06 14:19
WINCE 5.0下面有个MFC这个组件。
但是到了CE6.0下面却没有,不知道为什么。 同样纳闷中.................. |
|
|
地板#
发布于:2007-11-06 17:10
直接将需要的MFC的DLL复制到你的应用程序所在目录
|
|
地下室#
发布于:2007-11-07 09:27
可我不知道都需要哪些DLL,能否列一下,谢谢啦
|
|
5楼#
发布于:2007-11-07 09:31
使用vc自带的depends.exe应该可以查出来的,或者你将exe文件打包发送到我的邮箱chjw_ch@yahoo.com,我帮你找一下
|
|
6楼#
发布于:2007-11-07 15:55
谢谢,我先试试。
|
|
7楼#
发布于:2007-11-19 23:33
引用第2楼zhuxiaofeng于2007-11-06 14:19发表的 : http://wince.blogcn.com/diary,11962698.shtml .... mikehall_ms (Moderator): Q: From the Win CE 6.0 catalog items, I see that MFC is not supported, unlike in Win CE 5.0. Is Microsoft planning on providing an update for this in future or will the MFC not be a part of 6.0. (Even though the documentation says it is present in the catalog) A: With CE 6.0 MFC is not part of the catalog - but the MFC runtimes do ship with Visual Studio - you have two options as an MFC application developer - either a) statically link MFC with your application (the default wizard option), in which case you don't need the MFC runtimes, or b) add the MFC runtimes to your operating system image manually. ... |
|
|