Okay, thanks. I've updated my code, so just to
correct myself - and this is even simpler:

---
PROCEDURE HB_GTSYS()
  REQUEST HB_GT_GUI_DEFAULT
/* Other REQUEST HB_GT_??? lines, like HB_GT_WVT, HB_GT_WIN may follow */
  RETURN
---

BTW, do we _really_ need HB_GT_LIB in our Harbour build files?

I'd think that since overriding the default GT at runtime
is preferred and even very easy, should we bother by
offering this as a build-time option? IMO this isn't needed,
and just creates ground for unnecessary variations.

Opinions on this?

In any case I'll move WinCE GT selection to hbgtcore.c,
and remove the unnecessary defaulting logic from non-GNU
make files.

Brgds,
Viktor

On 2008.09.22., at 17:58, Przemyslaw Czerpak wrote:

On Mon, 22 Sep 2008, Szakáts Viktor wrote:
 PROCEDURE HB_GTSYS()
    REQUEST HB_GT_GUI_DEFAULT
Thanks. Very strange, I've been wrong
for years regarding this, even stranger
that PROCEDURE HB_GT_WVT_DEFAULT works
for me since very long.

It works but in such case does not indirectly request given
GT so you had to also use REQUEST HB_GT_WVT. And you were
using C linker which does not report multiple function definition
with your link switches.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to