[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

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 )

Re: [xHarbour-developers] Recent changes to low level internals

2016-10-08 Thread Luiz Rafael Culik
Ron Changes was needed on startup functions due new gcc versions that was not loading correct the symbols Regards Luiz Em 8 de out de 2016 12:43, "Ron Pinkas" escreveu: > Dear Luiz, > > I recently received notifications from SF of changes to xHarbour which I > did not see any notification on t

[xHarbour-developers] Recent changes to low level internals

2016-10-08 Thread Ron Pinkas
Dear Luiz, I recently received notifications from SF of changes to xHarbour which I did not see any notification on the Developers Group. Could you please describe the changes? When changes of this scope take place I believe it is important to describe to the group what the change is about, wha

Re: [xHarbour-developers] Recent changes to low level internals

2016-10-08 Thread Enrico Maria Giordano
Il 08/10/2016 17:43, Ron Pinkas ha scritto: > Dear Luiz, > > I recently received notifications from SF of changes to xHarbour which I > did not see any notification on the Developers Group. > > Could you please describe the changes? When changes of this scope take > place I believe it is importa

[xHarbour-developers] 2016-10-08 19:05 UTC+0200 Enrico Maria Giordano

2016-10-08 Thread Enrico Maria Giordano
2016-10-08 19:05 UTC+0200 Enrico Maria Giordano * include/hbcompat.ch + added translation rules for hb_SToD() and SToD() EMG -- http://www.emagsoftware.it http://www.emagsoftware.it/emgmusic http://www.emagsoftware.it/spectrum http://www.emagsoftware.it/tbosg --

[xHarbour-developers] PCODE version 10?

2016-10-08 Thread Enrico Maria Giordano
Using the latest xHarbour from SVN, any FWH program crashes with a message Module: 'blabla' was compiled into PCODE version: 0,this version of xHarbour expects version: 10 What's happening? EMG -- http://www.emagsoftware.it http://www.emagsoftware.it/emgmusic http://www.emagsoftware.it/spectru

Re: [xHarbour-developers] PCODE version 10?

2016-10-08 Thread Andi Jahja
Do not know what happen. But clean builds solve this issue. Andi On Sun, 9 Oct 2016 00:11:44 +0200 Enrico Maria Giordano wrote: > Using the latest xHarbour from SVN, any FWH program crashes with a message > > Module: 'blabla' was compiled into PCODE version: 0,this version of > xHarbour expec