Displaying 1 result from an estimated 1 matches for "prnhandle".
Did you mean:
panhandle
2005 Sep 18
1
Wine07252005 spooler problem
...300X, it's CUPS, the name is EPSON9Pin. I tested it with a simple Delphi program and have two problems:
1) If i print using a report builder like RBuilder, it prints quite well, but the font does look good in the print out.
2) If I use spooler to print, like following:
if StartDocPrinter(PrnHandle, 1, @DocInfo) = 0 then
begin
ErrMsg('StartDocPrinter');
Exit;
end;
I get an error that 'path not found'
I checked the source code printdrv.c, it is looking for something like this in the registry:
/* @@ Wine registry key: HKCU\Software\Wine\Printing\Spooler */
if(!RegO...