F1001 Generator internal code error in RAD STUDIO 2009
3 answers
You can:
-
follow QC # 66963
-
search for F1001 at qc.codegear.com: http://dn.codegear.com/search?qall=f1001&sourcelang=cpp&allsites=y
-
do what the compiler documentation has to say about F1001, i.e. contact technical support.
-
all of the above :)
Edit: By the way, have you tried compiling the offending source file (or at least a minimal skeleton file containing only the main () and offending code) using the command line compiler? BCB tends to hide a lot of error details when compiling from the IDE - using the command line compiler tends to show the real error. Not reliable, but shot-worthy.
+2
source to share