Error with OutputDebugString

Started by Marco Ruiz, April 26, 2005, 03:09:26 PM

Previous topic - Next topic

Marco Ruiz

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:

TechSupport

Hi Marco,

I'll look into this. I did make changes to the way that FireFly handles conditional #IF/#ENDIF blocks.