PRINT Subsystem

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: PRINT Subsystem

Post by mol »

Roberto Lopez wrote: The important question is: With the original LaserJet 2100 driver and using print command (instead functions) the print is ok?

I want to know if the issue is related to a specific driver or the preprocessor.

Anyway, please, coonsider that _hmg_printer_* functions are INTERNAL and are not intended to be used directly, so if the commands works ok, there is no a true problem.

Regards,
Roberto.
command:
@ prow, pcol PRINT
always works good.

command
_HMG_ ...
works good on some printers.

about LJ2100: original driver doesn't work properly for _HMG_ function, but works good for @ prow,pcol PRINT command

PS. I can change my code to conditionally use @ prow,pcol PRINT command.
It's not prime topic to me.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: PRINT Subsystem

Post by Roberto Lopez »

mol wrote:
Roberto Lopez wrote: The important question is: With the original LaserJet 2100 driver and using print command (instead functions) the print is ok?

I want to know if the issue is related to a specific driver or the preprocessor.

Anyway, please, coonsider that _hmg_printer_* functions are INTERNAL and are not intended to be used directly, so if the commands works ok, there is no a true problem.

Regards,
Roberto.
command:
@ prow, pcol PRINT
always works good.

command
_HMG_ ...
works good on some printers.

about LJ2100: original driver doesn't work properly for _HMG_ function, but works good for @ prow,pcol PRINT command

PS. I can change my code to conditionally use @ prow,pcol PRINT command.
It's not prime topic to me.
Thanks.

I'll do the 'propertization' ASAP.

Regards,

Roberto.
Regards/Saludos,

Roberto


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

Re: PRINT Subsystem

Post by mol »

Hi Roberto!
I want to reefresh problem of 'propertization' printing subsystem....
ASAP, of course :-)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: PRINT Subsystem

Post by Roberto Lopez »

mol wrote:Hi Roberto!
I want to reefresh problem of 'propertization' printing subsystem....
ASAP, of course :-)
Don't worry, it is still in top of my TODO list :)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply