Hello,
I tried to compile my program with FWH1507/BCC7/xHarbour but I get the error:
Fivewin.ch (1918) Error E0004 STATIC declaration follows executable statement
This line inFiweWin.ch described the static variable:
static aFwStack := {}
This error appears only if the program has SET PROCEDURE TO ..
What is it ?