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: Pro*C Nothing gets printed

Re: Pro*C Nothing gets printed

From: Dave <solomons_dad.w.marks_and_whom_at_oracle.com>
Date: Fri, 08 Sep 2006 16:54:48 +0100
Message-ID: <4GgMg.64$dc2.81@news.oracle.com>


shihab wrote:
> Hi,
> I am learning Pro* C .
> I wrote a simple program, compiled using the make file
> $ORACLE_HOME/precomp/demo/proc/demo_proc.mk build EXE=test OBJS=test.o
>
> and it created the exe test, but when i executed it nothing is
> getting printed.. Infact I had put some printf also.. even that is not
> getting printed..
>
> did i miss anything ?
>
> Regards
> Shihab
>

Do the sample programs work ok, e.g.
make -f demo_proc.mk sample1
./sample1 Received on Fri Sep 08 2006 - 10:54:48 CDT

Original text of this message

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