Re: [xHarbour-developers] Error E0047 Code block contains both macro and declared symbol references

2016-10-08 Thread Enrico Maria Giordano
Il 08/10/2016 15:31, Mario Simoes Filho ha scritto: > Hi, guys, > when compiling the example below the error occurs > "Error E0047 Code block contains both macro and declared symbol references" > the last line > to remove the line LOCATE error "disappears" You have to use LOCATE FOR &( cExp )

[xHarbour-developers] Error E0047 Code block contains both macro and declared symbol references

2016-10-08 Thread Mario Simoes Filho
Hi, guys, when compiling the example below the error occurs "Error E0047 Code block contains both macro and declared symbol references" the last line to remove the line LOCATE error "disappears" Mario #include "hbclass.ch" PROCEDURE Main( ) RETURN CLASS test METHOD Locate( cExp ) ENDC