Re: unresolved external reference Pro*C/C++ 8.0 and MSVC 6.0

From: Mike Krolewski <mkrolewski_at_rii.com>
Date: Thu, 11 Jan 2001 17:51:19 GMT
Message-ID: <93krqi$ele$1_at_nnrp1.deja.com>


In article <93k4tg$ut4t$1_at_simian.nlr.nl>,   "Thijs van den Brink" <ambrink_at_nlr.nl> wrote:
> Hi,
>
> I have problems linking an Oracle Proc*C pre-compiled and MSVC
 compiled
> C-program. Both are uinstalled on a Windows NT machine.
>
> The MSVC builder returns with:
>
> unresolved external reference: _sqlcxt
>
> But I have noticed that the _sqlcxt is present in my
> C:\Oracle\Ora81\precomp\lib\msvc directory, which I also has set as a
 LIB
> directory in MSVC.
>
> Can anyone tell me what to do to get the program build ?
>
> Thanks
>
> Thijs van den Brink
> ambrink_at_nlr.nl
> National Aerospace Laboratory NLR
>
>

The include libarary paths define the possible path prefixes for any given library. It does not define or add the library to the link list. You need to include the oraSQL8 in the list of libraries under project setting-link-object/library modules.

--
Michael Krolewski
Rosetta Inpharmatics
mkrolewski_at_rii.com
              Usual disclaimers


Sent via Deja.com
http://www.deja.com/
Received on Thu Jan 11 2001 - 18:51:19 CET

Original text of this message