Rossine, > Here you have a complete example: > : > ...and generate this error: > Harbour 1.1.0dev (Rev. 10507) > Copyright (c) 1999-2009, http://www.harbour-project.org/ > Compiling 'myc.prg'... > myc.prg(85) Error E0030 Syntax error "syntax error at 'L'"
Maybe one of the include files you are using try to pre-process "lDefault" as "Default". Might be a mix-up between #define / #xtranslate / #xcommand Try to compile your program with: harbour myc.prg /n /p and look at the myc.ppo created. Chen._______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
