OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by AUGE_OHR »

hi,

i have look into OOHG and found a Version of hbxbp from Bedi Pritpal.

i have work with gtWVG which was based on gtWVT.
Version in OOHG seems to use QT4 LIB (from Nokia)

Question : does someone use "that" Constribution :?:
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by AUGE_OHR »

hi,

what i found under \HB30\HARBOUR\contrib\hbxbp\ have nothing to do with OOHG. :(
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by AUGE_OHR »

hi,

i have play "more" with hbXBP and found out that Demo contain old Code like in harbour "night build"
sample DEMOXBP.EXE run but it show no Menu ... but Code is in Source. :o

so i ask in https://groups.google.com/forum/?utm_me ... qtcontribs

Pritpal Bedi answer me and told me to install "latest" Version with QT 5
but it was not clear "how" to install qtcontribs and "where" ...

i made a Mistake and got many Error when work with "wrong" harbour Folder Structure
the right Way seem to be to install in same Folder where harbour "night build" was installed here C:\HB32

now under C:\HB32\ADDON a new Folder HBQT appear

i add to Environment
SET PATH=C:\HB32\BIN;%PATH%
SET INCLUDE=C:\HB32\include\;%INCLUDE%
SET LIB=C:\HB32\lib\win\mingw\;%LIB%
when now start IDE from QT (Icon on Desktop) it seems to run much better ... but still have some Error when try hbXBP Sample

i will report more ...
have fun
Jimmy
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by Rathinagiri »

Hi,

I think it is from the discontinued version of HMG 4.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by AUGE_OHR »

hi,
Rathinagiri wrote: Tue Oct 20, 2020 8:17 am I think it is from the discontinued version of HMG 4.
in Qtcontribs Forum is a lot Traffic...

it is true that Pritpal does not work any more on hbXBP and i found out that still some Parts missing.
but as always i want to learn how it work while QT Controls are different to Windows Controls.
have fun
Jimmy
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by apais »

Don't waste your time.
Something bigger is comming soon...
Hint: Program once, deploy almost anywhere ( win,lin,mac,web ).
Angel Pais
Web Apps consultant/architect/developer.
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by AUGE_OHR »

hi,
apais wrote: Wed Oct 21, 2020 1:52 am Something bigger is comming soon...
Hint: Program once, deploy almost anywhere ( win,lin,mac,web ).
that is exact "hole" Qtcontribs where hbXBP is just a small Part of it.

HMG Controls are based on Windows Common Control which will never run on Android or MacOS.
QT LIB is not based on Window and hbXBP is just a "Wrapper" for QT API Function.

but i don´want to use hole Qtcontribs , only hbXBP with QT 5 under HMG Environment
have fun
Jimmy
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by Rathinagiri »

apais wrote: Wed Oct 21, 2020 1:52 am Don't waste your time.
Something bigger is comming soon...
Hint: Program once, deploy almost anywhere ( win,lin,mac,web ).
That is right.

In my humble opinion, HTML5 + Javascript + Server side Harbour/PHP is a nice choice.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by AUGE_OHR »

hi,
Rathinagiri wrote: Wed Oct 21, 2020 7:14 am In my humble opinion, HTML5 + Javascript + Server side Harbour/PHP is a nice choice.
i understand that many People is going to Web Solution but i "just" work with Desktop Client / Server.

---

i love HMG Style but in some case i miss OOP so i look into OOHG.
it is nice but too much different to Xbase++ OOP (Names of CLASS, Property, Method)
but in same ZIP File i found hbXBP "full Source" Code of all Xbase++ CLASS as "Wrapper" for QT

now i found a "hbXBP-Lite" Version which is all what i want.
but it still need QT and i´m not sure "where" to get it and "how" to use it in HMG Environment.
have fun
Jimmy
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: OOHG -> HB30 -> Constribution -> hbxbp (Qt4 ?)

Post by srvet_claudio »

Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply