Re: [Harbour] OS/2: Harbour with QT

2010-01-03 Thread Viktor Szakáts
Hi David, > Second try: Enable contrib\hbqt in OS/2 > Changing in contrib\hbqt\detect.mk > #DAVID: _DET_FLT_PLAT := !dos !os2 > _DET_FLT_PLAT := !dos > It request HB_QT_MOC_BIN > > Third try: Enable HB_QT_MOC_BIN > set HB_QT_MOC_BIN=e:\qt451b5\bin HB_QT_MOC_BIN should be set to the moc binary,

Re: [Harbour] OS/2: Harbour with QT

2010-01-03 Thread Viktor Szakáts
On 2010 Jan 3, at 07:39, Pritpal Bedi wrote: > > Hi > > > David Arturo Macias Corona wrote: >> >> ../../../hbqt_hbdbfmodel.cpp:108: error: conversion from `BOOL' to `const >> QVariant' is ambiguous >> >> >> E:/Qt451B5/src/corelib/kernel/qvariant.h:182: error: >> QVariant::QVariant(bool)

Re: [Harbour] OS/2: Harbour with QT

2010-01-02 Thread Pritpal Bedi
Hi David Arturo Macias Corona wrote: > > ../../../hbqt_hbdbfmodel.cpp:108: error: conversion from `BOOL' to `const >QVariant' is ambiguous > > > E:/Qt451B5/src/corelib/kernel/qvariant.h:182: error: >QVariant::QVariant(bool) > It seems hb_itemGetL() is typecasted as 'BOOL' instead of

[Harbour] OS/2: Harbour with QT

2010-01-02 Thread David Arturo Macias Corona
I am trying Harbour 2.0.0 (13372) with Qt 4.5.1 on OS/2, beta 5 It use os2gcc 3.3.5 in OMF type libraries Setting: set HB_WITH_QT=E:\Qt451B5\include First try: Skip contrib\hbqt in OS/2 as not supported Second try: Enable contrib\hbqt in OS/2 Changing in contrib\hbqt\detect.mk #DAVID: _DE