Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

log compilation errors - where do they get logged?

Status
Not open for further replies.

kenndot

Programmer
May 15, 2001
316
US
i turned this on but i can't seem to figure out where the log is.... can anyone help me here?
 
The .ERR file will always be the same root name as the .PRG or .EXE you are compiling (building).

So if you compile MyTest.PRG, and it gets errors, do:
MODIFY FILE MyTest.ERR
to see the syntax errors.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top