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 -> ProC not able to resolve FILE *

ProC not able to resolve FILE *

From: <jitendar.rawat_at_gmail.com>
Date: 9 Aug 2005 23:11:27 -0700
Message-ID: <1123654287.259901.240040@o13g2000cwo.googlegroups.com>


HI,
I am facing problem in compiling a .pc file that has a decleration FILE* start_output_file(const char *partner, const char *type, char *filename)

error shown is
PCC-S-02201, Encountered the symbol "*" when expecting one of the following:

   ; , = ( [
The symbol ";" was substituted for "*" to continue.

The error is shown at the "*" of FILE*. I have included the stdio.h and as well tried using the directive
"using std::FILE"
But none of them solved my problem.
Please let me know what I can do for using FILE * in the proC file

Thanks and regards

Jitendar Received on Wed Aug 10 2005 - 01:11:27 CDT

Original text of this message

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