Guys:
I usually include a modified ERRSYSW.PRG with this instruction at the bottom of my main PRG:
Now, I'm getting the following compile error:
The offending line is:
Any ideas on how can I link the modified errsysw.prg using the buildx.bat command ? Thank you very much.
I usually include a modified ERRSYSW.PRG with this instruction at the bottom of my main PRG:
#include "c:\fwh\source\function\errsysw.prg"Now, I'm getting the following compile error:
c:\fwh\source\function\errsysw.prg(24) Error E0004 Â STATIC declaration follows executable statementThe offending line is:
//----------------------------------------------------------------------------//
static bUserAction
//----------------------------------------------------------------------------//Any ideas on how can I link the modified errsysw.prg using the buildx.bat command ? Thank you very much.