Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle Pro*C and Borland C/C++

Re: Oracle Pro*C and Borland C/C++

From: Viatcheslav Hitrov <hitrov_at_ruir.com>
Date: Thu, 19 Oct 2000 09:42:27 +0400
Message-ID: <8sm1j1$7s9$1@dec-oracle.ruir.com>

Hi!
Use MS C compiler and libraries.
Viatcheslav
"Janusz Gryczman" <jgryczma_at_hrmi.com> wrote in message news:39EDC8A5.4C966396_at_hrmi.com...
> I'm just trying to produce .exe from Pro *C "samples" directory.
> This is what I'm getting ...
>
> --------------------------------------------------------------------------
 ----------->
>
> E:\CPP>e:\ora8i\bin\proc.exe sample.pc
>
> Pro*C/C++: Release 8.1.6.0.0 - Production on Mon Oct 16 09:44:22 2000
>
> (c) Copyright 1999 Oracle Corporation. All rights reserved.
>
> System default option values taken from:
> E:\ora8i\precomp\admin\pcscfg.cfg
>
>
> E:\CPP>bcc32 -IE:\ora8i\precomp\public sample.c
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> sample.c:
> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
> Error: Unresolved external '_sqlcxt' referenced from E:\CPP\SAMPLE.OBJ
>
> --------------------------------------------------------------------------
 ----------->
>
>
>
>
>
> First I run precompiler which outputs ".c" file. (All Oracle header
> files are installed into "E:\ora8i\precomp\public"
> directory. What other libraries should be linked, most likely with the
> option "-L" ?
>
Received on Thu Oct 19 2000 - 00:42:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US