类型:转载 责任编辑:asp.net 日期:2007/05/23
热门软件下载:
我新建一个类
在class type里选了generic class
基类是CObject
但它就弹出个警告框
the new class wiard could not find the appropriate header file to include for the base class CObject,........you may need to manually add the appropriate header file to ....
求各位指点一下小弟
网友回答:
这个你得亲自添加头文件和cpp文件吧
一般用向导不好用
你要选择MFC类啊,,,
从CObject继承要选择mfc类。