Hi Ron
I dont have knowloge to change the compiler. And the internal i change dont
produce this kind of error
Regards
Luiz
Em 2 de nov de 2016 19:20, "Ron Pinkas" <***@xharbour.com> escreveu:
Luiz,
Please provide more detailed info. Almost everyday I get new emails about
compile errors, "code block contains both macro and a declared symbol" on
perfectly valid code which does not even have any macro!!!
I now also get emails about simple INLINE Methods that always worked, now
raising RTE about invalid argument.
We can not afford this kind of low level instability! People are begining
to "fix" perfectly valid code, and this ends up causing real RISK.
Please take the time to EXPLAIN the exact nature of the changes, in
DETAIL!!!
Ron
Post by Luiz Rafael CulikRon
Changes was needed on startup functions due new gcc versions that was not
loading correct the symbols
Regards
Luiz
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, what new functionality it adds, or problem it solves. This is true
even for BORROWED code, because many might not follow Harbour and have no
clue what such code changes intend to achieve.
Also, please make sure that all changes are reported on this forum.
TIA,
Ron
------------------------------
* include/hbapi.h
* Added new functions borrow from harbour
* include/hbinit.h
* updated to allow new gcc to compile borrow ideia from harbour
* include/hbvm.h
! Added ULONG ulId to the follow functions : hb_vmProcessSymbols,
hb_vmProcessSysDllSymbols, hb_vmProcessPrgDllSymbols,hb_v
mProcessExeUsesDllSymbols
* include/hbvmpub.h
! added ULONG ulID; to SYMBOLS structure borrow from harbour
! Added ULONG ulId to the follow function : hb_vmRegisterSymbols
* source/common/hbstr.c
! Added new functions HB_NTOC borrow from harbour
* source/compiler/genc.c
! changed to generate the new HB_INIT_SYMBOLS_EX_END
* source/rtl/hbntos.c
! added new function
* source/vm/hvm.c
hb_vmProcessSymbols, hb_vmProcessSysDllSymbols,
hb_vmProcessPrgDllSymbols,hb_vmProcessExeUsesDllSymbols and
hb_vmRegisterSymbols
* source/vm/estack.c
* source/vm/initsymb.c
* source/vm/maindlle.c
* source/vm/maindllh.c
* source/vm/maindllp.c
* source/vm/runner.c
* source/vm/usedll.c
! updated to reflect the change on hb_vmProcessSymbols
By lculik on 10/02/2016 18:33
*View Changes* <https://sourceforge.net/p/xharbour/code/10160/>