PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marco Ruiz on April 26, 2005, 03:09:26 PM

Title: Error with OutputDebugString
Post by: Marco Ruiz on April 26, 2005, 03:09:26 PM
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:
Title: Error with OutputDebugString
Post by: TechSupport on April 26, 2005, 08:19:31 PM
Hi Marco,

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