no matching symbolic information found

用VC6.0创建MFC应用程序ErrorShow,当向窗体添加RichEdit控件后,编译不出问题,Debug模式启动时出现如下信息(程序并为正常启动)
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:/WINDOWS/system32/kernel32.dll', no matching symbolic information found.
Loaded symbols for 'C:/WINDOWS/system32/MFC42D.DLL'
Loaded symbols for 'C:/WINDOWS/system32/MSVCRTD.DLL'
Loaded 'C:/WINDOWS/system32/gdi32.dll', no matching symbolic information found.
Loaded 'C:/WINDOWS/system32/user32.dll', no matching symbolic information found.
Loaded symbols for 'C:/WINDOWS/system32/MFCO42D.DLL'
...
The thread 0xE98 has exited with code 0 (0x0).
The program 'C:/Documents and Settings/Xieyanping/桌面/EveryDayRun/Windows核心编程/ErrorShow/Debug/ErrorShow.exe' has exited with code 0 (0x0).

 

请教别人方知需要事先初始化rich edit control. 对应函数为AfxInitRichEdit()

 

 

再次编译运行,程序运行正常

 

MSDN上是这么解释的,大概意思就是说你想在VC++应用程序中使用version 1.0 of the rich edit control呢,就得调用AfxInitRichEdit()进行初始化,对应2.0,3.0版本的RichEdit控件,就调用AfxInitRichEdit2,并且按提示更改相应rc文件,一般情况若是通过CRichEditCtrl, CRichEditView, or CRichEditDoc创建的,则不需要初始化:

Call this function to initialize the rich edit control (version 1.0) for the application.

 
BOOL AFXAPI AfxInitRichEdit( );
This function is provided for backward compatibility. Applications created with Visual C++ .NET and later use AfxInitRichEdit2.

AfxInitRichEdit loads RICHED32.DLL to initialize version 1.0 of the rich edit control. To use version 2.0 and 3.0 of the rich edit control, RICHED20.DLL needs to be loaded. This is accomplished with a call to AfxInitRichEdit2. If you have dialog resources with the rich edit control created prior to Visual C++ .NET, the rich edit controls are automatically version 1.0. Rich edit controls inserted using the Visual C++ .NET Resource Editor are version 2.0.

To update rich edit controls in existing Visual C++ applications to version 2.0, open the .RC file as text, change the class name of each rich edit control from "RICHEDIT" to "RichEdit20a". Then replace the call to AfxInitRichEdit with AfxInitRichEdit2.

This function also initializes the common controls library, if the library hasn't already been initialized for the process. If you use the rich edit control directly from your MFC application, you should call this function to assure that MFC has properly initialized the rich edit control runtime. If you call the Create method of CRichEditCtrl, CRichEditView, or CRichEditDoc, you typically don't need to call this function, but in some cases it might be necessary.

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值