菜鸟问题,请各位大虾帮帮忙!
新建一对话框工程,想用控件ListCtrl显示对应的acsess数据表,于是我先添加一个Recordset类,添加中关联数据表后,直接执行程序,就报出n多错误例如:
error C2504: 'CRecordset' : base class undefined
error C2629: unexpected 'class CDRecordset ('
error C2238: unexpected token(s) preceding ';'
error C2061: syntax error : identifier 'CFieldExchange'
BDialog.cpp
等等,
小弟第一次用ListCtrl和Recordset,求各位大虾指点指点,多谢!