Xref: alice comp.databases.oracle.tools:25482
Path: alice!news-feed.fnsi.net!newsfeed1.earthlink.net!feed1.news.rcn.net!rcn!news.maxwell.syr.edu!nntp2.dejanews.com!nnrp1.dejanews.com!not-for-mail
From: abutarif@my-deja.com
Newsgroups: comp.databases.oracle.tools
Subject: Re: Pro C/C++ precompiler error: "unidentified identifier"
Date: Wed, 26 May 1999 17:51:39 GMT
Organization: Deja.com - Share what you know. Learn what you don't.
Lines: 63
Message-ID: <7ihcbb$40p$1@nnrp1.deja.com>
References: <7iei36$1qg$1@nnrp1.deja.com> <374be090.106028771@newshost.us.oracle.com> <7ih0d5$qjg$1@nnrp1.deja.com> <37541b2b.18598042@newshost.us.oracle.com>
X-Article-Creation-Date: Wed May 26 17:51:39 1999 GMT
X-Http-User-Agent: Mozilla/4.04 [en] (WinNT; I)
X-Http-Proxy: 1.0 x21.deja.com:80 (Squid/1.1.22) for client 128.113.70.128

I found those. For those who might be interested, on Windows NT the
library names you have to link are:
sqllib80.lib
sqxlib80.lib

To link those to Microsoft Visual C++ you go Project->Settings and chose
the 'Link' tab.Type those file names in the 'Modules/libraries' list.

You should include the location of these files in the library list in
the Visual C++ options. The location is:
"Oracle_Home"\pro80\Library\MSVC


In article <37541b2b.18598042@newshost.us.oracle.com>,
  tkyte@us.oracle.com wrote:
> A copy of this was sent to abutarif@my-dejanews.com
> (if that email address didn't require changing)
> On Wed, 26 May 1999 14:27:52 GMT, you wrote:
>
> >In article <374be090.106028771@newshost.us.oracle.com>,
> >  tkyte@us.oracle.com wrote:
> >> A copy of this was sent to abutarif@my-dejanews.com
> >> (if that email address didn't require changing)
> >> On Tue, 25 May 1999 16:11:20 GMT, you wrote:
> >>
> >>
> [snip]
> >
> >Thanks, I've done that and it precompiled. Now, when I try to compile
> >using the Visual C++ it complains that it can't find the external
symbol
> >sqlctx. Does any one know what include file I have to add, or any
other
> >solution?
> >
>
> that won't be an include file -- that'll be LIBRARIES you need to link
in.  Look
> at some of the proc sample makefiles for their correct names/locations
(i use
> unix -- don't know their names on NT)
>
> >
> >
> >--== Sent via Deja.com http://www.deja.com/ ==--
> >---Share what you know. Learn what you don't.---
>
> See http://www.oracle.com/ideveloper/ for my column 'Digging-in to
Oracle8i'...
>
> Thomas Kyte
> tkyte@us.oracle.com
> Oracle Service Industries
> Reston, VA   USA
>
> --
> Opinions are mine and do not necessarily reflect those of Oracle
Corporation
>


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
