|
|
Compilation
|
|
| · | for Visual C++ assuming that you are at the root of OCL folder:
|
| cd ocl\src\msvc6
|
| _Make.bat
|
| · | for Borland C++ Builder assuming that you are at the root of OCL folder:
|
| cd ocl\src\bcb6
|
| _Make.bat
|
| · | for GNU compiler:
|
| cd ./ocl/src/gnu
|
| make
|
| OCL_DYNAMIC | OCL automatically determine what OCI functionality will be used and OCL will be dynamically linked with OCI library. If you are not define any macros this macros will be defined automatically.
|
| OCL_OCI7 | OCL will use a set of OCI 7 functions and statically linked with OCI library
|
|
|
| OCL_OCI8 | OCL will use a set of OCI 8 functions and statically linked with OCI library
|
|
|
| OCL_OCI81, |
|
| OCL_OCI90 | Defines OCI library version.
|
|
|
| OCL_MFC | Is used to compile OCL with MFC support
|
|
|
| OCL_VCL | Is used to compile OCL with VCL support
|