From: "bhogak" <bhogak@yahoo.com>
Newsgroups: comp.databases.oracle.misc
Subject: Re: Please help -- setting up pro*c
Date: Sat, 7 Jul 2001 22:44:55 -0500
Lines: 21
Message-ID: <9i8kp5$4l4$1@bob.news.rcn.net>
References: <dc7ccafd.0107021133.6d0c1cb2@posting.google.com>
X-Trace: UmFuZG9tSVZumPyNNsVYhyE00lIEWYIdwNfFtpKFj00yIenKP4wPhcK6tGM3BRmR
X-Complaints-To: abuse@rcn.com
NNTP-Posting-Date: 8 Jul 2001 03:41:25 GMT
X-MimeOLE:  Produced By Microsoft MimeOLE V5.00.2919.6600
X-Priority:  3
X-Newsreader:  Microsoft Outlook Express 5.00.2919.6600
X-MSMail-Priority:  Normal


Well, you did not mention what platform you are using.  Here is how I do it:
On Unix, go to $ORACLE_HOME/precomp/demo/proc directory. You should be
seeing couple of make files and lot of sample .pc files. If you are using
8.1.7, there should be a sample shell script make_rsinsert.sh. You can copy
it and make app. changes to compile your .pc programs and then run them.
On Windows, I use Oracle Precompiler. I compile my .pc files into .c and
using Visual C++ compile them. You might need to add some lib and header
files. I don't remember what they are exactly.
Thanks.
bhogak
"DrowningPeople" <turboridelover@yahoo.com> wrote in message
news:dc7ccafd.0107021133.6d0c1cb2@posting.google.com...
> Can anyone please tell me what do I need to do before I can run a
> pro*C program?  Right now I already have pro*c installed....but what's
> next?
>
> Thank you.
>
> frustrated intern



