用#import "c:\program files\common files\system\ado\msado15.dll" no_namespace rename ("EOF", "adoEOF")
//ADO连接数据库所需的dll,编译的时候系统会为我们生成msado15.tlh,ado15.tli
系统怎么没有生成这两个文件
路径是对的
用#import "c:\program files\common files\system\ado\msado15.dll" no_namespace rename ("EOF", "adoEOF")
//ADO连接数据库所需的dll,编译的时候系统会为我们生成msado15.tlh,ado15.tli
系统怎么没有生成这两个文件
路径是对的
//第一步:加入库与头文件
#import "C:\Program Files\Common Files\System\ADO\msado15.dll" \
no_namespace rename("EOF", "adoEOF")
#include <icrsint.h>
msado15.tli 和msado15.tlh
是不是有错哦。
ADO的SDK的C++接口文件,包含进去就就可以了。