Welcome to the Project Developers' Table

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

Hi All,

I've uploaded new binaries based on current Harbour nighty sources and QT 4.7.

You can download from http://www.sourceforge.net/projects/hmg.

The file is labeled hmg.4.bin.win.2010.10.18.exe

I've updated sources to meet current HBQT.
2010-10-18 23:35 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* source/browse.prg
* source/printer.prg
* source/window.prg
! Fixed references to hb_q*:from( pPointer ) to q*FromPointer( pPointer )
to meet updated binaries.
You can continue committing now.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

2010-10-18 23:55 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* source/window.prg
! Fixed more references to hb_q*:from( pPointer ) to q*FromPointer( pPointer )
to meet updated binaries.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

rathinagiri wrote:

Code: Select all

After running samples/window.main/demo_3.prg after 'clipboard set value' command issued, the program crashes when exiting.
Had anybody found the solution?
I don't know what's happening.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
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: Welcome to the Project Developers' Table

Post by Rathinagiri »

Roberto Lopez wrote:
rathinagiri wrote:

Code: Select all

After running samples/window.main/demo_3.prg after 'clipboard set value' command issued, the program crashes when exiting.
Had anybody found the solution?
I don't know what's happening.
Kindly see this...
crash.gif
crash.gif (275.29 KiB) Viewed 2844 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: Welcome to the Project Developers' Table

Post by mrduck »

Roberto Lopez wrote:2010-10-18 23:55 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* source/window.prg
! Fixed more references to hb_q*:from( pPointer ) to q*FromPointer( pPointer )
to meet updated binaries.
Roberto, can you please have a look at combobox.prg ? There are duplicate #ifndef and if you are using last bightly build these #define should be aleady in hbqtgui.ch, so the y should be removed
mlacecilia
Posts: 22
Joined: Fri Oct 08, 2010 2:44 pm

Re: Welcome to the Project Developers' Table

Post by mlacecilia »

Hi Roberto,
currently hmg stores the lib in a lib folder at same level of hmg root.
I suggest to generate the lib in a folder under root.
I propose to change in hmg.hbp:
-olib/hmg (from -o../lib/hmg)
and accordly, in hmg.hbc:
libpaths=lib (from ../lib)

In addiction, I suggest to raise the warning level to -w3, as Pritpal said.
What do you think about?
Best regards.
Maurizio
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

rathinagiri wrote:
Roberto Lopez wrote:
rathinagiri wrote:

Code: Select all

After running samples/window.main/demo_3.prg after 'clipboard set value' command issued, the program crashes when exiting.
Had anybody found the solution?
I don't know what's happening.
Kindly see this...
Oh yes. I've already checked.

I've meant that I don't know what's the cause for the problem.

According reports, apparently it occurs only on Win7.

More strange is that there in no hb_out.log file.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

mrduck wrote:Roberto, can you please have a look at combobox.prg ? There are duplicate #ifndef and if you are using last bightly build these #define should be aleady in hbqtgui.ch, so the y should be removed
2010-10-19 08:50 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* source/combobox.prg
- removed duplicated #define (requested by Francesco)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

mlacecilia wrote:Hi Roberto,
currently hmg stores the lib in a lib folder at same level of hmg root.
Yes. It looks bad.

My intention was put it out of svn folder to avoid accidental commits, but I guess that it could done if all are warned (please remember that most of us have poor or no experience in svn use).
mlacecilia wrote: In addiction, I suggest to raise the warning level to -w3, as Pritpal said.
What do you think about?
Best regards.
Maurizio
No problem.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

2010-10-19 00:05 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* hmg.hbp
* Warning level raised to -w3 (requested by Maurizio)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply