首页
社区
课程
招聘
[求助]2003下的MFC程序报错
发表于: 2007-7-16 11:48 5523

[求助]2003下的MFC程序报错

2007-7-16 11:48
5523
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program:

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
---------------------------
OK   
---------------------------

xp / 2000都没有问题  怎么解决?

[培训]科锐逆向工程师培训第53期2025年7月8日开班!

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 207
活跃值: (11)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
用 VS2005 或 2008
2007-7-17 19:39
0
雪    币: 139
活跃值: (141)
能力值: ( LV8,RANK:130 )
在线值:
发帖
回帖
粉丝
3
仔细检查一下你的程序里调用的win32 API和你使用的参数,99%的可能性是某个API在win server 2003下的功能和xp/2000下有微弱的差别,导致API调用失败和程序垮掉(估计你的程序也是不检查API地返回值,也没有异常检查exception handling)。
2007-7-18 00:21
0
游客
登录 | 注册 方可回帖
返回