oci 7.3.4头文件及链接库

1393阅读 0评论2009-06-03 gawk
分类:Oracle

You need to include "ociapr.h" and link your programs with ora73.lib.  If you install Oracle using the default directory, here's the location of the files:

c:\orant\oci73\include\ociapr.h

c:\orant\oci73\lib\msvc\ora73.lib OR if you are using Borland C++,
c:\orant\oci73\lib\borland\ora73.lib
上一篇:OCIInitialize报1804
下一篇:对编译oci时链接的动态库的总结