Hello Massimo, Viktor solved the problem.
Viktor Szakáts wrote: > > '0x00000200L' isn't a valid hexa value in Harbour, use simple '0x00000200' > form instead. > >> I have reduced your error to this sample >> #define BS_TOP 0x00000400L >> function main >> cPosText = "TEXTTOP" >> ?? If( cPosText == "TEXTTOP", BS_TOP, 0 ) >> return Thank´s for the sample, Rossine. -- View this message in context: http://www.nabble.com/About-Error-E0030-tp22302416p22316056.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
