Re: vc++ error while compiling pro*c precompiled code

From: John Harrison <john_andronicus_at_hotmail.com>
Date: Sat, 28 Feb 2004 16:06:12 -0000
Message-ID: <c1qe9f$1ltnbq$1_at_ID-196037.news.uni-berlin.de>


"geek04" <geek04_at_hotmail.com> wrote in message news:c6a9aedf.0402280733.225ac82b_at_posting.google.com...
> i'm using pro*c to precompile my c++ code which accesses oracle 9i
> database, i'm running a oracle 9i client on my system
>
> on compiling the c++ file (generated by pro*c)i'm getting following
> errors:
>
> E:\CODE\VariableRating.cpp(712) : error C2146: syntax error : missing
> ';' before identifier 'SQL'
> E:\CODE\VariableRating.cpp(712) : error C2501: 'EXEC' : missing
> storage-class or type specifiers
> E:\CODE\VariableRating.cpp(712) : fatal error C1004: unexpected end of
> file found
>
> all these errors point on the first line containing the 'EXEC'
> statement (any 'EXEC' statement 'INCLUDE' or 'BEGIN DECLARE SECTION')
> in the file
>
> plz help
>

I'd love to help but without seeing a single line of code its very hard.

Since you have at least 712 lines of code I suggest you do some work reducing the size of the code and then post the reduced code here, quote the error messages and highlight which lines they apply to.

john Received on Sat Feb 28 2004 - 17:06:12 CET

Original text of this message