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

Home -> Community -> Usenet -> c.d.o.misc -> Re: proc question!

Re: proc question!

From: Tim Witort <trwAT_at_ATmedicalert.DOTorg>
Date: 1997/07/23
Message-ID: <33D6268F.2BEA@ATmedicalert.DOTorg>#1/1

Kannan Murugan wrote:
>
> Hello,
> I am new to ORACLE. I am trying to convert a .pc file (created by
> tpmake of entera (i believe a borland software formerly owned by OEC)) to
> .c file using proc. Done. I could also compile the file without any errors.
> But while linking, the linker bitches about a function called "sqlcxt" which
> is being called in the .c file created by proc.
> I am wondering whether I missed something while compiling the .c
> file or should I include any header file. I am confused and frustrated. Please
> help. Thank you.

Do you have all of the Pro*C libraries installed and available on the compiling machine? You have to link in some Pro*C code to make it work. What version of Pro*C are you using? What compiler? What platform?

Received on Wed Jul 23 1997 - 00:00:00 CDT

Original text of this message

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