我建了一个CFormView的工程,然后就在里面创建了一个基于CRecordset类的派生类,可是我并没有使用它,
然后BUILD,就报下面的错误:
c:\progra~1\sqllib\include\sqlext.h(1676) : error C2146: syntax error : missing ';' before identifier 'SQL_API'
c:\progra~1\sqllib\include\sqlext.h(1676) : error C2501: 'SQLRETURN' : missing storage-class or type specifiers
c:\progra~1\sqllib\include\sqlext.h(1676) : fatal error C1004: unexpected end of file found
请问为什么,那个头文件我 并没有碰过。