A
akush
Hi!
I am trying to use the Oracle 9i C++ Call interface in a Borland C
Builder project. But it seems that i have a some big problems with this.
To use the occi9.dll ( made from msvc ) i converted it with the implib
program. But in the method definitions in the dll are namespaces or
something like that.
e.g.:
?createEnviroment@Environment@occi@oracle@@SAPAV123@W4Mode@123@PAXP&APAX....
how can i convert the dll that i can use it without problems in Borland
CBuilder? I get there always the error:
unresolved external
'oracle:
cci::Environment::createEnvironment(oracle:
cci:Environment::Mode,
void*......
Thx for help
akush
I am trying to use the Oracle 9i C++ Call interface in a Borland C
Builder project. But it seems that i have a some big problems with this.
To use the occi9.dll ( made from msvc ) i converted it with the implib
program. But in the method definitions in the dll are namespaces or
something like that.
e.g.:
?createEnviroment@Environment@occi@oracle@@SAPAV123@W4Mode@123@PAXP&APAX....
how can i convert the dll that i can use it without problems in Borland
CBuilder? I get there always the error:
unresolved external
'oracle:
void*......
Thx for help
akush