像“afx_msg"这样的东西吗?VS/MFC 仍在使用装饰器?

Are things like quot;afx_msgquot; decorators still used by VS/MFC?(像“afx_msg这样的东西吗?VS/MFC 仍在使用装饰器?)

本文介绍了像“afx_msg"这样的东西吗?VS/MFC 仍在使用装饰器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个 MFC 程序,该程序早在 VC6 时代就开始了.当时有一个类向导,它使用一堆装饰器和注释中的标记来解析类文件.

I'm working on an MFC program that started way back in the VC6 days. Back then there was a class wizard that used a bunch of decorators and markup in comments to parse class files.

例如,它会在它维护的消息处理程序前面插入 afx_msg.它会用 //{{AFX_MSG_MAP(TheApp)

本文标题为:像“afx_msg"这样的东西吗?VS/MFC 仍在使用装饰器?

基础教程推荐