Page 70 of 106

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 2:41 am
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.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 2:55 am
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.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 2:59 am
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.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 3:50 am
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 2875 times

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 6:00 am
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

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 7:05 am
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

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 11:42 am
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.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 11:48 am
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)

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 11:55 am
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.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 12:03 pm
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)