Page 2 of 6

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Tue Jun 17, 2014 7:39 am
by quartz565
Thank you CLaudio !!

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Tue Jun 17, 2014 4:44 pm
by andyglezl
Hola
Hi all.
This patch include the previous patch 1 and 2. viewtopic.php?f=43&t=3782" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
Unzip the patch in c:\hmg.3.3.0\ and execute BuildAllLib.bat and _BuildAllLib64.bat
Please you check for changes made.
Aplique el Patch 3, corri el "BuildAllLib.bat" y al probar, el Preview de impresión
vuelve a salir así:

Alguna idea ?
------------------------------------------------------------------------------
Apply the Patch 3, ran the "BuildAllLib.bat" and try the print Preview
reappears as follows:

Any idea?

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Tue Jun 17, 2014 5:13 pm
by andyglezl
Tome el directorio RESOURCES del archivo HMG-32bits.3.3.0_Patch.zip

y se ve mejor la imagen pero siguen sin aparecer varios iconos...
-----------------------------------------------------------------------
Take the RESOURCES file directory HMG-32bits.3.3.0_Patch.zip

and the picture looks better but still missing several icons ...

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Tue Jun 17, 2014 8:16 pm
by srvet_claudio
andyglezl wrote:Hola
Hi all.
This patch include the previous patch 1 and 2. viewtopic.php?f=43&t=3782" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
Unzip the patch in c:\hmg.3.3.0\ and execute BuildAllLib.bat and _BuildAllLib64.bat
Please you check for changes made.
Aplique el Patch 3, corri el "BuildAllLib.bat" y al probar, el Preview de impresión
vuelve a salir así:

Alguna idea ?
------------------------------------------------------------------------------
Apply the Patch 3, ran the "BuildAllLib.bat" and try the print Preview
reappears as follows:

Any idea?
This patch you applied?
download/file.php?id=4785

Is very rare, the image you posted is the toolbar uncorrected (without applying the patch).

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Tue Jun 17, 2014 8:27 pm
by EduardoLuis
Hi Andyglez:

Use - as Claudio said - PATCH 3.-
When you rebuild libraries, first choose option 1 (ansi), then rebuilt procedure finish, rebuild libraries again, and this time choose option 2 (UNICODE).-
I've use this method and PATCH 3 works fine.-
This is just a proposal-
With regards.
Eduardo

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Tue Jun 17, 2014 9:08 pm
by andyglezl
No se que pasó, aplique de nuevo el c_toolbar.c y ya quedo...
Sorry friends,
please copy the attachment (c_toolbar.c) in c:\HMG.3.3.0\SOURCE
and run BuildAllLib.bat and _BuildAllLib64.bat

Attachments:
c_toolbar.rar [3.98 KiB]
Downloaded 71 times
viewtopic.php?f=43&t=3761&hilit=c_toolbar&start=20

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Wed Jun 18, 2014 12:52 am
by andyglezl
Al parecer si hubo cambios en el manejo de los archivos bmp, ya que anteriormente
manejaba unas imágenes en un TAB y se mostraban bien, después del patch 3, se
distorsionan.

Tuve que modificar su tamaño para que se mostraran bien de nuevo.
-----------------------------------------------------------------------------------
Apparently if there were changes in the management of bmp files as above
handled some images on a TAB and showed well after patch 3 is
distorted.

I had to resize it to be shown again either.

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Wed Jun 18, 2014 6:24 am
by mol
Hi!
I'm testing this version and I have an idea.
We can save print preview to .PDF file.
It would be great to allow user to enter the name saved file. The initial name could be printjob name:
START PRINTDOC name cJobName

Regards, Marek

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Wed Jun 18, 2014 7:35 am
by Rathinagiri
Nice idea Marek.

Re: HMG.3.3.0 Patch 3 (32 and 64-bits)

Posted: Wed Jun 18, 2014 12:01 pm
by mol
When I compile my huge project with hmg 3.1.5, .exe file has size 9,8 MB.
The same project compiled with newest hmg 3.3.0 patch 3 has 11 MB.
But, .exe compiled with old version runs in 0.3 second, .exe generated with hmg 3.3.0p3 runs in 10 seconds.
I've used seconds() function to measure time from first line to end of init procedure of main window.


What's going on?
I can't find where this 10 seconds leak.


Some time ago, I've read that impatience (irritation) curve grows to infinity after 3 seconds when you need to wait for launching application :lol:

Please try to measure load time with your projects.