Home » Developer & Programmer » Precompilers, OCI & OCCI » pro*C
pro*C [message #108686] Tue, 14 December 2004 23:48 Go to next message
jambesh
Messages: 1
Registered: December 2004
Junior Member
Hi all i am new to pro*C on AIX unix
i had precompiled my program successfuly using proc filename.pc
it generate the  filename.c  program which i should compile using
the host language compiler that is cc
i tried it but it give some error while compiling ..
the error are related to the header file that are included to use proc .in c program
can any one suggest what can i do?
 
 
Re: pro*C [message #111988 is a reply to message #108686] Tue, 22 March 2005 04:55 Go to previous message
msbeniwal
Messages: 1
Registered: March 2005
Location: india
Junior Member
start program with
"
#include <stdio.h>
#include <stdlib.h>
"
etc.
chech for header file into \usr\include

Previous Topic: IN/OUT Parameter Is NO-WORK with Procedure or Function ....
Next Topic: oci array bind to pl/sql function with varray input parameter
Goto Forum:
  


Current Time: Fri Mar 29 02:46:09 CDT 2024