Im using the OCI libraries from oracle 9i(personal edtn) for connecting to the database from my c program.(im using visual c++ 2005) ive included all lib files from oci and
For some reason, the compiler is messing with the calling convention of callbacks in the oracle headers. Try:
#pragma managed(push, off) #include #include #pragma managed(pop)