阅读:1442回复:0
VC6+ADO+AO碰到的问题
<P>本人在用VC6+AO编程时候,由于需要用到数据库中的数据,又导入了ADO库,结果出现了以下错误,感觉是AO库和ADO库的重定义问题,请问各位大侠应该怎么解决这个问题?</P>
<P>d:\dbsappdemo12008.6.4old\debug\esriGeometry.tlh(3070) : error C2367: 'Parameter' : redefinition; different uuid specifiers<BR>d:\dbsappdemo12008.6.4old\debug\msado15.tlh(97) : see declaration of 'Parameter'<BR>d:\浙江海洋20090210\dbsappdemo12008.6.4old\debug\esriGeoDatabase.tlh(13249) : error C2367: 'Field' : redefinition; different uuid specifiers<BR>d:\dbsappdemo12008.6.4old\debug\msado15.tlh(1916) : see declaration of 'Field'<BR>d:\dbsappdemo12008.6.4old\debug\esriGeoDatabase.tlh(13382) : error C2367: 'Fields' : redefinition; different uuid specifiers<BR>d:\dbsappdemo12008.6.4old\debug\msado15.tlh(1771) : see declaration of 'Fields'<BR>Error executing cl.exe.<BR>Creating browse info file...<BR>BSCMAKE: error BK1506 : cannot open file '.\Debug\AltaSpecies.sbr': No such file or directory</P> |
|