G
geek04
hi it's harsh agn,
i'm pleased to mention tht i have solved my problem last nite,
i'm posting the solution to share with all those interested.
actually i had declared a few host variables using the Pro*C 'EXEC'
command in the corresponding header file.
the header file was (just) included (word by word) in the source file
during precompilation but not precompiled itself.
as a result the 'EXEC' statements were not executed (and commented
out) during precompilation. thus VC++ was finding unrecognized
identifiers n all...
now i remember what i read quite some bak in pro*c docs that we must
not place any Pro*C commands in any included file.
hope it explains...
neway thanx
harsh
i'm pleased to mention tht i have solved my problem last nite,
i'm posting the solution to share with all those interested.
actually i had declared a few host variables using the Pro*C 'EXEC'
command in the corresponding header file.
the header file was (just) included (word by word) in the source file
during precompilation but not precompiled itself.
as a result the 'EXEC' statements were not executed (and commented
out) during precompilation. thus VC++ was finding unrecognized
identifiers n all...
now i remember what i read quite some bak in pro*c docs that we must
not place any Pro*C commands in any included file.
hope it explains...
neway thanx
harsh