Re: OCI Oracle Call Interface for 7.3

From: Gert Rijs <gem_at_wirehub.nl>
Date: 1997/07/15
Message-ID: <01bc9160$8c7bc1e0$0100007f_at_gertrijs>#1/1


Patrick and Maureen McGovern <pmcgov_at_erols.com> wrote in article <5q7t00$qg9_at_winter.news.erols.com>...
>
> I'm new tothe oracle database world and I've been trying to write qa C++
> program that accesses Oracle using the OCI. I can compile the program
 with
> no problem but I keep getting unresolved external errors even though I'm
> including the correct the OCI32 lib. Any light anyone can shed on this I
> would be forever grateful. I'm programming with Borland C++ ver 5.01 on
> windows NT 4.0.

  • perhaps this lib is in microsoft format (ney, you should get a message like 'invalid format' then).
  • are the oracle header-files guarded with 'extern "C"'? something like extern "C" { #include <all your oracle-includes> }
  • are you perhaps using namespaces that **** things up (most nowadays compilers don't implement them very well (don't know about borland)).

gert Received on Tue Jul 15 1997 - 00:00:00 CEST

Original text of this message