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