PRO*C安装简单笔记

头文件
D:\instantclient_11_2\precomp\public
D:\instantclient_11_2\oci\include
库文件
D:\instantclient_11_2\precomp\LIB
D:\instantclient_11_2\oci\lib\msvc
可执行文件
D:\instantclient_11_2\BIN

pc文件的属性配置
命令行: proc $(InputDir)\$(InputName)
输出:   $(InputDir)\$(InputName).c

编译PC文件-->编译C文件

注意:
在不要忘了orasql10.lib库文件, 可以PC文件中加入:
#pragma comment(lib, "orasql10.lib")
如果没有加上这个库, 就会报_sqlcxt _sqlorat的链接错误.

你可能感兴趣的:(c,include)