Page 1 of 1

-DHB_INCLUDE_WINEXCHANDLER

Posted: Mon Dec 05, 2005 9:14 am
by Enrico Maria Giordano
From whatsnew.txt:
FWH users: We are building Harbour and xHarbour using the -DHB_INCLUDE_WINEXCHANDLER flag.
If you build Harbour or xHarbour yourself, please use such flag too.
Can you explain better what is that flag and what could happen without it?

Thank you.

EMG

Posted: Mon Dec 05, 2005 9:37 am
by Antonio Linares
Enrico,

That flag makes Harbour and xharbour to provide its own GPFs handler.

Up to now, FWH provided its own, but with the recent hb_stack changes, we can't any longer manage hb_stack from outside [x]Harbour.

If you use a Harbour or xHarbour build, built without such flag, if a GPF happens, then you will not get any information (calls stack) for it.

Posted: Mon Dec 05, 2005 9:56 am
by Enrico Maria Giordano
Perfectly clear.

Thank you.

EMG

Posted: Mon Dec 05, 2005 9:59 am
by Enrico Maria Giordano
Other than building [x]Harbour using that flag, do we need to add it in the link script of our applications too?

EMG

Posted: Mon Dec 05, 2005 10:48 am
by Antonio Linares
Enrico,

>
Other than building [x]Harbour using that flag, do we need to add it in the link script of our applications too?
>

No. Just when building Harbour/xHarbour.

Posted: Mon Dec 05, 2005 10:57 am
by Enrico Maria Giordano
Ok, thank you.

EMG