Displaying 2 results from an estimated 2 matches for "docinfo".
Did you mean:
locinfo
2005 Sep 18
1
Wine07252005 spooler problem
...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(!RegOpenKeyA(HKEY_...
2018 Dec 14
0
Wine release 4.0-rc2
...Andrey Gusev (2):
po: Update Ukrainian translation.
riched20: Remove redundant comparison.
Daniel Lehman (1):
msvcrt/tests: Add tests for C locale.
Dmitry Timoshkov (5):
gdi32/tests: Add a simple test for printing to a PostScript device.
gdi32: Trace full contents of DOCINFO in StartDoc.
include: Add _Deref_ret_z_ stub definition.
comctl32/tests: Fix a test failure under Windows 7.
comctl32/tests: Add a test to check built-in comctl32 classes.
Eberhard Beilharz (1):
comctl32/imagelist: Fix crash with large number of images.
Fabian Maurer (3):...