Page 1 of 2

HMG 3.0.0 (Forum Test VI) Patch

Posted: Sun Oct 18, 2009 5:44 pm
by Roberto Lopez
Hi,

This patch replaces build.bat and i_pseudofunc.ch.

Regards,

Roberto.

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Sun Oct 18, 2009 6:53 pm
by Vanguarda
Thanks master

regards,

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Tue Oct 20, 2009 1:35 pm
by sudip
Hello,

Have you double clicked on BUILD.BAT ever? It will create a file named ".exe.exe" :lol:

With best regards.

Sudip

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Tue Oct 20, 2009 2:52 pm
by Roberto Lopez
sudip wrote:Hello,

Have you double clicked on BUILD.BAT ever? It will create a file named ".exe.exe" :lol:

With best regards.

Sudip
I know :)

Please, consider that is only a test release :)

Regards,

Roberto.

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Tue Oct 20, 2009 4:14 pm
by sudip
Yes Master Roberto, only one point - I am using this "test" version with no problem :D

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Tue Oct 20, 2009 6:26 pm
by mol
After three days with new version I didn't found any bug. But...

Today, I found problem in my one app (for printing invoices) - my client bought new printer for his office - HP OfficeJet 2280 (inkjet printer).
After installation - all invoices were printed OK - until poweroff computer.
The day after - nothing is printed from my app (from others every print seems to be ok).

Today I went to him to see what's going on. Really, no one invoice was printed.

After searching - I've changed in printer properties "Print Quality" from quick-draft to normal, and invoices start to print!
What's going on?

PS. Now, I'm using only laser printer and can't test it on inkjet printer.
If sb. have inkjet printer - please set quality of print to lowest and try to print from any application written with HMG.

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Tue Oct 20, 2009 9:18 pm
by Roberto Lopez
mol wrote:After three days with new version I didn't found any bug. But...

Today, I found problem in my one app (for printing invoices) - my client bought new printer for his office - HP OfficeJet 2280 (inkjet printer).
After installation - all invoices were printed OK - until poweroff computer.
The day after - nothing is printed from my app (from others every print seems to be ok).

Today I went to him to see what's going on. Really, no one invoice was printed.

After searching - I've changed in printer properties "Print Quality" from quick-draft to normal, and invoices start to print!
What's going on?

PS. Now, I'm using only laser printer and can't test it on inkjet printer.
If sb. have inkjet printer - please set quality of print to lowest and try to print from any application written with HMG.
Its very strange...

HMG code is exactly the same as 2.9.5 excepting some little things regarding GT driver initialization that should not affect print system at all...

Please... if any new info appears, let me know...

Regards,

Roberto.

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Tue Oct 20, 2009 10:14 pm
by Vanguarda
Hello Master,

I found a small detail that does not change anything your great work.
But I would just inform you.

When I run the "build.bat" in the samples folder(per example), without passing any parameter. This generates a file with null name ".Exe.exe"

I applied all patches including this post viewtopic.php?f=5&t=899"

I added this line in my build.bat and the problem disappeared.

Code: Select all

if exist .exe.exe del .exe.exe
PS: Sorry my poor english

With best regards,

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Tue Oct 20, 2009 10:16 pm
by Roberto Lopez
Vanguarda wrote:Hello Master,

I found a small detail that does not change anything your great work.
But I would just inform you.

When I run the "build.bat" in the samples folder(per example), without passing any parameter. This generates a file with null name ".Exe.exe"

I applied all patches including this post viewtopic.php?f=5&t=899"

I added this line in my build.bat and the problem disappeared.

Code: Select all

if exist .exe.exe del .exe.exe
PS: Sorry my poor english

With best regards,
Thanks.

I'll try to fix ASAP.

Regards,

Roberto.

Re: HMG 3.0.0 (Forum Test VI) Patch

Posted: Wed Oct 21, 2009 6:29 am
by mol
Its very strange...

HMG code is exactly the same as 2.9.5 excepting some little things regarding GT driver initialization that should not affect print system at all...
I agree - it's strange - I've tested with app compile with bot hmg 295 and 300 - exactly the same effect.

I'll test it