解决打印代码的一个Bug

ActiveX控件中的打印代码一直是运行正常,可今天为了修改ActiveX控件的版本,修改资源文件后,打印功能一直报错。

Debug后发现错误描述信息是:

<!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--> ERROR:Cannot find dialogtemplatewithIDD 0x7803 .

错误的根源就是下述代码,原因是用于打印预览的对话框工具栏的资源无法找到,而这些资源是在afxprint.rc文件中的。

<!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--> #ifdef_DEBUG
// dialogtemplatemustexistandbeinvisiblewithWS_CHILDset
if ( ! _AfxCheckDialogTemplate(lpszTemplateName,TRUE))
{
ASSERT(FALSE);
// invaliddialogtemplatename
PostNcDestroy(); // cleanupifCreatefailstoosoon
return FALSE;
}
#endif // _DEBUG

因此修改的方法也很简单,用源代码文本编辑器打开资源文件”XXX.rc”,在其中加入

<!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--> #include " l.chs//afxprint.rc "

参考资料

http://www.codeguru.com/forum/showthread.php?t=347195

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值