Use MSVC Dll (occi9.dll) with Namespaces in CBuilder
From: akush (Berlin3010_at_web.de)
Date: 12/03/03
- Next message: Maarten Wiltink: "Re: How to change image under mouse"
- Previous message: ben: "How to change image under mouse"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 03 Dec 2003 16:19:33 +0100
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::occi::Environment::createEnvironment(oracle::occi:Environment::Mode,
void*......
Thx for help
akush
- Next message: Maarten Wiltink: "Re: How to change image under mouse"
- Previous message: ben: "How to change image under mouse"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|