我原先这么写:
class  AFX_EXT_CLASS CLaRecordset:public CDaoRecordset链接提示出错 
error LNK2001: unresolved external symbol "__declspec(dllimport) const  CLaRecordset::`vftable'" (__imp_??_7CLaRecordset@@6B@)我把他改成
class  AFX_EXT_CLASS CLaRecordset
或者
class CLaRecordset:public CDaoRecordset
都不会出错,但是那样就不是我想要的效果了.请哪位高手解决一下,多谢多谢