Aplication using Oracle OCI crashes when compiled using CW9
by "stanislav.boscik@[EMAIL PROTECTED]
" <stanislav.boscik@[EMAIL PROTECTED]
>
Jun 6, 2005 at 12:27 AM
Hello,
we have successfully linked our application with Oracle OCI libraries,
but now the program crashes (every time on the same position) with
"access fault exception" immediatelly when we call olog function.
>From the stack it is visible that that it crashes in libSystem.B.dylib
(called from libclntsh.dylib.10.1).
The same code (simple OCI example code) compiled using GCC works fine!
Is there any possibility that we can influence this behaviour via some
compiler/linker options (so that the CW would behave more GCC-like) or
is it incompatibility we cannot fix?
We have to use CW as we have to use *some* SDK that relies on CW in our
app.
More info:
We are using OCI library from Oracle Instant client for Mac OS X
version 10.3.
Tested with CW9.3 and CW9.5 (no difference).
The target is Mach-O.
Running on Mac OS X 10.3.9.
Thanks in advance for your help.
BTW Have somebody succeed in using OCI from CW?
Stanislav