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

Home -> Community -> Mailing Lists -> Oracle-L -> Re[2]:Compilation of Pro*C code on WINNT:-Urgent

Re[2]:Compilation of Pro*C code on WINNT:-Urgent

From: <dgoulet_at_vicr.com>
Date: Thu, 15 Feb 2001 07:58:56 -0800
Message-ID: <F001.002B5277.20010215063618@fatcity.com>

HUMMM, Have you done this before? It would appear from your emails that you have not. Anyway, Pro*C converts a source file containing embedded SQL statements (typically with a file extension of .pc) into a C language source file with the..c extension. You them have to compile the .c file using the CC command to make a .obj or object file & then the link command to make a .exe from the .obj. It your using the Oracle sample files they come with a .mak or make file that can be used with MS's 'nmake' utility as in 'nmake -f "sample1.mak"'.

Dick Goulet

____________________Reply Separator____________________
Author: =?iso-8859-1?q?bipin=20sahani?= <bipinsahani_at_yahoo.co.in>
Date:       2/14/2001 9:50 PM

I have VC++ copy.Using which I'm able to form .c file But I'm not able to make executable using that.

Pls. suggest how to go ahead???????
Regards
Bipin
--- dgoulet_at_vicr.com wrote: > First question, do you have a copy of Microsoft
> (yeah I know their not my friend
> either) Visual C/C++ installed? If not then there's
> no going forward.
>
> Dick Goulet
>
> ____________________Reply
> Separator____________________
> Author: =?iso-8859-1?q?bipin=20sahani?=
> <bipinsahani_at_yahoo.co.in>
> Date: 2/13/2001 10:05 PM
>
> Hi all,
> How to compile a pro*C code on winnt?
> I'm able to precompile it and get .c file from it.
> But unable to get executable from this .c file.
>
> Any guidance in this respect will be great help to
> us
>
> Regards
> Bipin
>
>
>
>



> Do You Yahoo!?
> Get your free @yahoo.co.in address at
> http://mail.yahoo.co.in
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: =?iso-8859-1?q?bipin=20sahani?=
> INET: bipinsahani_at_yahoo.co.in
>
> Fat City Network Services -- (858) 538-5051 FAX:
> (858) 538-5051
> San Diego, California -- Public Internet
> access / Mailing Lists
>


> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from). You may
> also send the HELP command for other information
> (like subscribing).
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author:
> INET: dgoulet_at_vicr.com
>
> Fat City Network Services -- (858) 538-5051 FAX:
> (858) 538-5051
> San Diego, California -- Public Internet
> access / Mailing Lists
>


> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from). You may
> also send the HELP command for other information
> (like subscribing).


Do You Yahoo!?
Get your free @yahoo.co.in address at http://mail.yahoo.co.in
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?bipin=20sahani?=
  INET: bipinsahani_at_yahoo.co.in

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: dgoulet_at_vicr.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Feb 15 2001 - 09:58:56 CST

Original text of this message

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