HMG 3.0.0 (Forum Test VI) Patch

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

Moderator: Rathinagiri

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

HMG 3.0.0 (Forum Test VI) Patch

Post by Roberto Lopez »

Hi,

This patch replaces build.bat and i_pseudofunc.ch.

Regards,

Roberto.
Attachments
300_test_VI_patch.rar
(3.01 KiB) Downloaded 297 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: HMG 3.0.0 (Forum Test VI) Patch

Post by Vanguarda »

Thanks master

regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0.0 (Forum Test VI) Patch

Post by sudip »

Hello,

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

With best regards.

Sudip
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.0 (Forum Test VI) Patch

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0.0 (Forum Test VI) Patch

Post by sudip »

Yes Master Roberto, only one point - I am using this "test" version with no problem :D
With best regards,
Sudip
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.0 (Forum Test VI) Patch

Post 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.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.0 (Forum Test VI) Patch

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: HMG 3.0.0 (Forum Test VI) Patch

Post 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,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.0 (Forum Test VI) Patch

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.0 (Forum Test VI) Patch

Post 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
Post Reply