HMG.4 New Windows Binaries+Source Release (2011.11.13)

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by Rathinagiri »

Hi All,

Updated Windows binaries containing the latest nightly build of Harbour 3.1 / HBQT and HMG library.

https://sourceforge.net/projects/hmg/fi ... urce=files

I request you to test the build and report the problems you encounter.

Thank you.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by esgici »

Thanks a lot Rathi :)

Regards

--

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

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by Roberto Lopez »

rathinagiri wrote:Hi All,

Updated Windows binaries containing the latest nightly build of Harbour 3.1 / HBQT and HMG library.

https://sourceforge.net/projects/hmg/fi ... urce=files

I request you to test the build and report the problems you encounter.

Thank you.
Thanks!
Regards/Saludos,

Roberto


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

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by Roberto Lopez »

I've found a little problem with images.

Formats not natively supported requires plugins.

In the original distribution these were located at /qt/plugins.

That is the reason because the qt.conf file found in some samples contains:

Code: Select all

[Paths]
plugins=../../../qt/plugins
AFAIK this problem only arises when you don't have QT installed on your system (I've intentionally uninstalled for testing purposes).

So, the HMG users will experience the problem too.

The situation is explained at current HMG.4 readme file:
- To distribute your executable you must provide all dll files located at qt\bin
folder. If your app uses .jpg, .gif, .ico, or .tif files you must provide the
plugin dlls located at qt\plugins\imageformats with the qt.conf file pointing
to dll files location in the target system.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by esgici »

rathinagiri wrote: I request you to test the build and report the problems you encounter.
Hi

First, hearty thanks and congrats to all developer of this wonderful work :)

I want make same tests and began with samples in alphabetical order.

For all executables Avast! antivirus warn for "insecure application".

Agenda:

First tons of warnings came, ""Ambiguous references" :(

Changed -w3 switch to -nowarn in buldApp.bat, and warnings gone out ( I'm not sure this is a right way ).

Then came four "severe" errors :
agenda.prg(438) Error E0020 Incomplete statement or unbalanced delimiters
agenda.prg(482) Error E0020 Incomplete statement or unbalanced delimiters
agenda.prg(508) Error E0020 Incomplete statement or unbalanced delimiters
agenda.prg(566) Error E0020 Incomplete statement or unbalanced delimiters
and fixed by adding () to setFocus and Release methods.

Builded executable give this unrecoverable RTE:
samples\agenda RTE
samples\agenda RTE
agendaError.JPG (16.06 KiB) Viewed 13081 times
~~~~~~~~~~~~~~~~~~~~~~~~~~

AGoodStart:

C:\hmg.4\svn\samples\AGOODS~1>build demo_1
hbmk2: Processing local make script: hbmk.hbm
Harbour 3.1.0dev (Rev. 17111)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'demo_1.prg'...
demo_1.prg(11) Error F0029 Can't open #include file 'hmg_qtlocale.ch'
hbmk2: Error: Running Harbour compiler (embedded). 1


~~~~~~~~~~~~~~~~~~~~~~~~~~

alldemo : perfect ! :)

~~~~~~~~~~~~~~~~~~~~~~~~~~

animatebox : wonderful ! :)

~~~~~~~~~~~~~~~~~~~~~~~~~~

button ( demo 1 .. 4 ) : No problem :)

~~~~~~~~~~~~~~~~~~~~~~~~~~

buttonBox : :(
Button Box Demo 1 Error
Button Box Demo 1 Error
buttonBox1Error.JPG (38.27 KiB) Viewed 13081 times
Button Box Demo 2 Error
Button Box Demo 2 Error
buttonBox2Error.JPG (39.01 KiB) Viewed 13081 times
~~~~~~~~~~~~~~~~~~~~~~~~~~

checkBox ( demo 1..3 ) : No problem :)

~~~~~~~~~~~~~~~~~~~~~~~~~~

checkButton ( demo 1..3 ) : Nice ! :)

~~~~~~~~~~~~~~~~~~~~~~~~~~

to be continued ...

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by esgici »

Hi

Continue to report for HMG.4 2011.11.13 release:

comboBox ( demo 1..2 ) : ok :) ; demo 3 ok but until enter data in oCombo3 :(
Combo Box RTE
Combo Box RTE
comboBox3Error.JPG (34.29 KiB) Viewed 13076 times
~~~~~~~~~~~~~~~~~~

console : Most elegant console ever seen ! :)

~~~~~~~~~~~~~~~~~~

contextMenu : smart ! :)

~~~~~~~~~~~~~~~~~~

cursor : dazzling ! :)

~~~~~~~~~~~~~~~~~~

datePick ( demo_1 ) : very good ! :)

demo_2 :

C:\hmg.4\svn\samples\datepick>build demo_2
hbmk2: Processing local make script: hbmk.hbm
Harbour 3.1.0dev (Rev. 17111)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'demo_2.prg'...
demo_2.prg(24) Error E0030 Syntax error "syntax error at 'MAINWINDOW'"
demo_2.prg(25) Error E0061 Implicit send operator with no WITH OBJECT in sight
demo_2.prg(26) Error E0061 Implicit send operator with no WITH OBJECT in sight
demo_2.prg(34) Error E0061 Implicit send operator with no WITH OBJECT in sight
4 errors

No code generated.

demo_3 :

C:\hmg.4\svn\samples\datepick>build demo_3
hbmk2: Processing local make script: hbmk.hbm
Harbour 3.1.0dev (Rev. 17111)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'demo_3.prg'...
demo_3.prg(25) Error E0030 Syntax error "syntax error at 'MAINWINDOW'"
demo_3.prg(26) Error E0061 Implicit send operator with no WITH OBJECT in sight
demo_3.prg(27) Error E0061 Implicit send operator with no WITH OBJECT in sight
demo_3.prg(56) Error E0061 Implicit send operator with no WITH OBJECT in sight
4 errors

No code generated.

~~~~~~~~~~~~~~~~~~

dial : No problem encountered :)

~~~~~~~~~~~~~~~~~~

dialog (demo 1-2) : No problem encountered :)

~~~~~~~~~~~~~~~~~~

dialogs : Wow ! all of them, especially inputBox is wonderful :)

~~~~~~~~~~~~~~~~~~

editBox ( demo1..3 ) : All good :)

~~~~~~~~~~~~~~~~~~

everything : Most wondered and most annoying :(

.exe built and run, but no activity :(
everything.JPG
everything.JPG (35.1 KiB) Viewed 13076 times
Only task manager will kill it :(
everythingTaskMngr.JPG
everythingTaskMngr.JPG (5.24 KiB) Viewed 13076 times
~~~~~~~~~~~~~~~~~~

to be continued ...

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by mrduck »

Thank you for your report !

In the last month a lot of things were changed in core code, and not all demos were updated ! Infact there are too many demos ! This is one of the reason for which Luigi is working to port all of them into alldemo. In the porting Luigi is checking each widget functionality and this of course takes time !

So, except for agenda that is a "small demo program" ported from hmg3 we can avoid to update the other demo... except a volunteer takes care...

Anyway, escigi, please continue so that we can list which demos are working or not.

Francesco
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by esgici »

Hi Frencesco

Please don't worry about these errors. HMG4 is a big project and it's very normal occurring this type of error. One side may be crash when we are working another side.

Regarding Agenda, it will be very good if it work properly.

I'll continue testing.

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by esgici »

Hi

Continue to report for HMG.4 2011.11.13 release (part : 3 )


frame ( demo 1,2,3 ): ok.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
graph ( demo 4-5 ) : ok.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
grid ( demo 1,2,3 ): ok. demo_4 :
Grid - Demo 4 - RTE
Grid - Demo 4 - RTE
gridDemo4RTE.JPG (17.79 KiB) Viewed 13032 times
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hyperlink : ok
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
image ( demo 1..4 ) : ok.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interest :

interest.hbp:

C:\hmg.4\svn\samples\Interest>dir *.hbp

C:\hmg.4\svn\samples\Interest

19.09.2011 01:13 79 interest.hbp

C:\hmg.4\svn\samples\Interest>build interest.hbp
hbmk2: Processing local make script: hbmk.hbm
Harbour 3.1.0dev (Rev. 17111)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'interest.prg'...
interest.prg(1219) Error E0030 Syntax error "syntax error at 'STATUSBAR'"
interest.prg(1224) Error E0061 Implicit send operator with no WITH OBJECT in sight
interest.prg(1309) Error E0020 Incomplete statement or unbalanced delimiters
interest.prg(1321) Error E0020 Incomplete statement or unbalanced delimiters
interest.prg(1333) Error E0020 Incomplete statement or unbalanced delimiters
interest.prg(1345) Error E0020 Incomplete statement or unbalanced delimiters
6 errors

No code generated.
hbmk2: Error: Running Harbour compiler (embedded). 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ipaddress : ok
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
label ( demo 1..6 ) : ok
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
layout ( demo 1..6 ) :

Error HBQT/1000 Message not found : ISVISIBLE: QBOXLAYOUT:ISVISIBLE
Error HBQT/1000 Message not found : CLOSE: QBOXLAYOUT:CLOSE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

lcd :

C:\hmg.4\svn\samples\lcd>build demo_1
hbmk2: Processing local make script: hbmk.hbm
Harbour 3.1.0dev (Rev. 17111)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'demo_1.prg'...
demo_1.prg(59) Error E0030 Syntax error "syntax error at ')'"
1 error

OnChange { || Win_1:Lcd_1:Visible := ! ( Win_1:Lcd_1:Visible ) } // <--- line 59

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

listbox ( demo 1,2,3 ) : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

mainmenu ( demo 1,2,3 ) : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

media :

Error HBQT/1000 Message not found : ISVISIBLE: QSOUND:ISVISIBLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

misc : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

monthcalendar :

demo_1 : ok

demo_2 : ( on every button ) No exported variable / No exported method
demo_2 : ( on every button ) Variable does not exist : OMONTH_1

( This errors doesn't crach, prg continue running :!: )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

msgbox (demo 1-2 ) : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

notifymenu (demo 1-2 ) : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
print

demo 1..5 : ok ( without printing )
demo 6 : prg say : 'Test.PDF Created!'; not found such file
demo 7-8 : unrecognized errors occured: "demo_7.exe stop running" ( APPCRASH ? )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

progressbar ( demo 1,2,3 ) : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

radiogroup ( demo 2,3 ) : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

region : ok ( Except SetPolygonalRegion() )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
resource : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scrollbar :

demo 1 : ok
demo 2 :
ScrollBar Demo 2 - RTE
ScrollBar Demo 2 - RTE
scrollbarDemo2RTE.JPG (22.52 KiB) Viewed 13032 times
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

slider :

demo 1 : ok
demo 2 : No exported variable : ENABLED / READONLY / FONTSIZE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

spinner :

demo 1 : ok
demo 2 : No exported variable : ENABLED / VALUE / FONTSIZE
demo 3 : No exported variable : ENABLED / VALUE / FONTSIZE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

splitbox ( demo 1,2,3 ) : ok

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

statusbar ( demo 1,2,3 ) : ok ( leds are always off )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
styles

demo 3 : ok

( a warning at startup : )
Styles Demo-3 Startup Warning
Styles Demo-3 Startup Warning
styleDemo3StartUpMsg.JPG (16.7 KiB) Viewed 13032 times

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

to be continued ...

--

Esgici
Viva INTERNATIONAL HMG :D
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: HMG.4 New Windows Binaries+Source Release (2011.11.13)

Post by mrduck »

esgici wrote: interest :

interest.hbp:

C:\hmg.4\svn\samples\Interest>dir *.hbp

C:\hmg.4\svn\samples\Interest

19.09.2011 01:13 79 interest.hbp

C:\hmg.4\svn\samples\Interest>build interest.hbp
hbmk2: Processing local make script: hbmk.hbm
Harbour 3.1.0dev (Rev. 17111)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'interest.prg'...
interest.prg(1219) Error E0030 Syntax error "syntax error at 'STATUSBAR'"
interest.prg(1224) Error E0061 Implicit send operator with no WITH OBJECT in sight
interest.prg(1309) Error E0020 Incomplete statement or unbalanced delimiters
interest.prg(1321) Error E0020 Incomplete statement or unbalanced delimiters
interest.prg(1333) Error E0020 Incomplete statement or unbalanced delimiters
interest.prg(1345) Error E0020 Incomplete statement or unbalanced delimiters
6 errors

No code generated.

This directory is not in svn....
Post Reply