Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Pro*C Nothing gets printed
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
![]() |
![]() |