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
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 )
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
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
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
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
--
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
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
8 matches
Mail list logo