Displaying 4 results from an estimated 4 matches for "winspool_opendriverreg".
2003 Feb 02
1
Winspool errors with notepad
...RINTCAP_ParseEntry lp not added by AddPrinterA (87)
What should I do fix it ? The docu didnt help about this.
(Perhaps it should be updated, as the psdrv.reg doesnt exist anymore.)
[syl@snoop Temp]$ notepad --debugmsg +winspool
trace:winspool:AddPrinterDriverA ((null),3,0x407c2d94)
trace:winspool:WINSPOOL_OpenDriverReg (null)
trace:winspool:WINSPOOL_OpenDriverReg set environment to Windows 4.0
trace:winspool:WINSPOOL_OpenDriverReg
System\CurrentControlSet\control\Print\Environments\Windows
4.0\Drivers\
trace:winspool:PRINTCAP_ParseEntry lp
trace:winspool:PRINTCAP_ParseEntry lp has inputfilter program, assuming
po...
2002 Aug 29
1
pagemaker 6.5
Hi all,
I'm trying to install PM65 and the install goes just fine, but when trying
to start PM, I get:
err:winspool:WINSPOOL_OpenDriverReg win32 style printing used with 16 bits
app, try specifying 'win95' Windows version
err:winspool:AddPrinterDriverA Can't create Drivers key
err:winspool:WINSPOOL_LoadSystemPrinters Failed adding PS Driver (6)
fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet.
and a popup w...
2001 Oct 23
9
printing
Hello
Followed the doc's to setup a postscriptprinter but get the following
message when starting wine:
err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'Epson_360_dpi_'
fixme:winspool:AddPrinterW DocumentProperties fails
err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'Epson_360_dpi_'
err:winspool:AddPrinterW
2009 Dec 04
0
Wine release 1.1.34
...ns a UINT system error code, not a BOOL.
Jeremy White (16):
mshtml: Declare prototype of wine_dos_get_file_name correctly; fixes Gecko install on win64.
winspool: Add a test showing Windows behavior wrt size and GetPrinterDriverA.
winspool: Remove unvarying unicode parameter from WINSPOOL_OpenDriverReg.
winspool: Remove unvarying unicode parameter from WINSPOOL_EnumPrinters.
winspool: Add modest tests for GetPrinter.
winspool: Implement GetPrinterA via GetPrinterW, largely to support the eccentricity that GetPrinterA allocates buffers as large as those required by GetPrinterW....