Hi all, is there anybody working in the generic text printer driver o raw printer driver?
I've a problem with a compatible Epson POS printer so, I've modified the text.c code inside wineps.drv to send the text to the printer without postscript processing. The function that send the data is PSDRV_ExtTextOut, but the LPCWSTR parameter passed (str) doesn't contain the ESCAPE codes sent to the printer. I don't find when does the program call the PSDRV_ExtTextOut function. Can anybody help me?
Thanks.
On Mi, 2007-10-31 at 20:02 +0100, Juan Luis Ramos wrote:
is there anybody working in the generic text printer driver o raw printer driver?
There is some work going in this direction, but that is not in the main tree yet.
I've a problem with a compatible Epson POS printer so,
Does the Printer work with CUPS? When yes, then it should be doable to fix your Printing Problem.
The function that send the data is PSDRV_ExtTextOut, but the LPCWSTR parameter passed (str) doesn't contain the ESCAPE codes sent to the printer.
wineps.drv creates Postscript. Pass through is only possible, when the application already send Postscript to the Driver.
My knowledge of wineps.drv is not good enough to help here. sorry.