HMG 3.0.45

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

Moderator: Rathinagiri

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

Re: HMG 3.0.45

Post by esgici »

Very good news :)

I'll wait eagerly :!:

Thanks again Dr.

Saludos cordiales :D
Viva INTERNATIONAL HMG :D
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.0.45

Post by Pablo César »

Desde yá le agradezco inmenzamente todo su esfuerzo y contribuición. Acabo de ver unos de los ejemplos para fondo de pantalla en Gradiente y está funcionando perfectamente. Lo hé implementado en un ejemplo en el fórum PCToledo.

Muchas gracias sinceramente, Dr. !

I wish to thank you very much for your all effort and contribution. I just saw one of the examples for gradient in wallpapers and is working perfectly. I have implemented an example at PCToledo forum.

Sincerely thank you very much, Dr.!
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post by srvet_claudio »

Muchas gracias Pablo César.
Un abrazo,
Claudio.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
danielmaximiliano
Posts: 2646
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.0.45

Post by danielmaximiliano »

srvet_claudio wrote:
esgici wrote:Very useful, very impressive and reliable as always
Thanks Esgici for your nice words.
esgici wrote:Could you prepare a separate package with sources, samples, doc, and lib ( or a "makelib" script (.bat ) ); this will be more convenient than hfcl for me ( surely for other members too ).
Yes of course, I'm finishing the next version and I will distribute as HFCL and as a separate package.

The next version of Bos Taurus include functions for processing image (blur, emboss, sharpen, edge detect, etc.) and load PNG images.
I am currently in the process of testing and documentation update.

Best regards,
Claudio.
Hola Claudio:
Muy bueno su trabajo. Felicitaciones.
el ejemplo 8 contiene un error, adjunto image.
Attachments
Demo8 Draw in BITMAP_2012-11-02_23-12-52.jpg
Demo8 Draw in BITMAP_2012-11-02_23-12-52.jpg (43.07 KiB) Viewed 6115 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post by srvet_claudio »

srvet_claudio wrote:el ejemplo 8 contiene un error, adjunto image.
Hi Daniel.
This is a bug of inclusion the headers files when compiling the library hfcl.a
because BLACK is a native matrix of HMG (i_color.ch) defined as:
#define BLACK {0, 0, 0}

In line 110 of demo8.prg replace:
hBitmap: = BT_BitmapCreateNew (800, 600)

by:
hBitmap: = BT_BitmapCreateNew (800, 600, BLACK)

Best regards,
Claudio.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.45

Post by esgici »

Hi

In addition suggession of author, I want add

Code: Select all

#include "hmg.ch"
line to BosTaurus.prg and re-build HFCL library :(

With and without this line,
[b]buildlib.bat[/b] wrote:<tons of undefined reference>
and
[b]MAKEHFCL.BAT[/b] wrote:mingw32-make.exe: *** No rule to make target `c:/hmg.3.0.41/hfcl/source/gridprin
t.prg', needed by `c:/hmg.3.0.41/obj/gridprint.c'. Stop.
Where I'm wrong ?
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.45

Post by Rathinagiri »

Do you have your path as hmg.3.0.41?
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 3.0.45

Post by esgici »

rathinagiri wrote:Do you have your path as hmg.3.0.41?
No

What relation may be between current version with old one ?

Regards
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post by srvet_claudio »

esgici wrote:In addition suggession of author, I want add

Code:
#include "hmg.ch"

line to BosTaurus.prg and re-build HFCL library
Obvious !!! :oops: :oops: :oops:

Thanks brother Esgici.
Best regards,
Claudio.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.45

Post by esgici »

rathinagiri wrote:Do you have your path as hmg.3.0.41?
My current HMG root is (always) C:\hmg, so changed first line of ...\hfcl\Sourcebuild.bat

SET HMGPATH=c:\hmg.3.0.41

to

SET HMGPATH=c:\hmg

Does may be this wrong ?

Regards
Viva INTERNATIONAL HMG :D
Post Reply