Guys:
When compiling a Harbour CONSOLE app, the compiler flags as a syntax error the following statement:
Also on this sample error app:
The runtime system does not create an error.log. How can I make the runtime create an error log ?
Thank you very much.
When compiling a Harbour CONSOLE app, the compiler flags as a syntax error the following statement:
SET ERRORLOG TO Test.logAlso on this sample error app:
PROCEDURE Main
  ? a
RETURNThe runtime system does not create an error.log. How can I make the runtime create an error log ?
Thank you very much.