Page 3 of 5

Re: HMG 3.0.45

Posted: Wed Oct 31, 2012 5:49 pm
by esgici
Very good news :)

I'll wait eagerly :!:

Thanks again Dr.

Saludos cordiales :D

Re: HMG 3.0.45

Posted: Fri Nov 02, 2012 10:34 pm
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.!

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 12:12 am
by srvet_claudio
Muchas gracias Pablo César.
Un abrazo,
Claudio.

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 2:15 am
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.

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 4:43 am
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.

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 4:48 pm
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 ?

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 5:11 pm
by Rathinagiri
Do you have your path as hmg.3.0.41?

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 5:14 pm
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

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 5:29 pm
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.

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 5:35 pm
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