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

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

Oracle Pro*C and Borland C/C++

From: Janusz Gryczman <jgryczma_at_hrmi.com>
Date: Wed, 18 Oct 2000 10:58:30 -0500
Message-ID: <39EDC8A5.4C966396@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 Wed Oct 18 2000 - 10:58:30 CDT

Original text of this message

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