本人应用ODBC API 编写数据库程序#ifndef   _ORDBM_IMPL_H_
#define   _ORDBM_IMPL_H_#include  <sql.h>
#include  <sqlext.h>
#include  <sqltypes.h>
#include  <odbcss.h>class  ordbm_impl : public POA_ORDBM::PermanentLayer
{
........................
};#endif
编译出现下列两个错误,百思不得其解.求各位高手指教d:\microsoft visual studio\vc98\include\sqltypes.h(114) : error C2146: syntax error : missing ';' before identifier 'SQLHWND'
d:\microsoft visual studio\vc98\include\sqltypes.h(114) : fatal error C1004: unexpected end of file found