Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   Namespaces in MSVC Dll. (http://www.velocityreviews.com/forums/t279723-namespaces-in-msvc-dll.html)

akush 12-03-2003 02:26 PM

Namespaces in MSVC Dll.
 
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@@SAPAV12 3@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(orac le::occi:Environment::Mode,
void*......

Thx for help

akush


Victor Bazarov 12-03-2003 02:35 PM

Re: Namespaces in MSVC Dll.
 
"akush" <Berlin3010@web.de> wrote...
> 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.
>


Then please post it to the appropriate one from the several
borland.public.cppbuilder.* newsgroups.




All times are GMT. The time now is 03:26 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57