I have used the following code lines in developed programs With FireFly 1.10 :
Macro DP(x, st)
#If %Def(%ENABLE_DEBUG)
Call OutputDebugString(x & st)
#EndIf
End Macro
Now With FireFly 2.0 , I have the following Error message :
Error Number = 484
Error Description = Requires Sub Or Function
Call OutputDebugString(x & st)
What I have To Do To find solution :cry:
Hi Marco,
I'll look into this. I did make changes to the way that FireFly handles conditional #IF/#ENDIF blocks.