readme.txt
来自「一个通用的oracle OCI开发程序包」· 文本 代码 · 共 18 行
TXT
18 行
Building instructions:-
For Visual C++
i) To ocimain ensure the additional include directory is set to your Oracle Home/oci80/include directory.
e.g. It will be set to f:\orant\oci80\include directory for me. The most likely change that you will have
to do is change the drive letter from 'f' to your Oracle install area.
[N.B. additional include directory is changed by Project->Settings->[C/C++ tab]->Category->Preprocessor]
[Object/library module is changed by Project->Settings->Link]
For running the demo on Solaris
Edit the ocimain makefile so that:-
i) OCCS_DIR points to the location of your server install oci libraries
ii) OCCS_NETWORK points to the network libraries
iii) INCS is set up to point to the location of the stl (taken from www.stlport.org)
iv) HOME is set to where the ocimain is
v) SRCS are the set of files located in OCIMAIN
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?