一个工程,编译不通过,提示错误如下:
f:\dbsample\putl\depend\inc\oledb.h(1082) : error C2146: syntax error : missing ';' before identifier 'HACCESSOR'
f:\dbsample\putl\depend\inc\oledb.h(1082) : fatal error C1004: unexpected end of file found
Error executing cl.exe.其中1082行是:typedef ULONG_PTR HACCESSOR;
从错误看,好像是不认识ULONG_PTR这个类型,可是这个类型明明在MSN中是有的,但是在我的机器上却找不到那个文件定义了这种类型,哪位高手晓得这是怎么回事?