Re: I offer to donate $50 to wine...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



rja wrote:
> Hello all,
> 
> I offer to donate $50 to wine if somebody can give me the golden tip to get printing going from astro. I have astro (astrology software) running under wine 1.1.22 and it works fine, except for printing -which I really need-. Printing under wine works fine with other apps. I can select the printer (WINEPS using CUPS) without problems, but if I click print, nothing happens. There is also no output in my terminal window indicating an error.
> 
> Rembert


>From another message I understand that you build wine now yourself successfully. So you can try the following terrible hack:



Code:

index 9e86706..9621d3a 100644
--- a/dlls/comdlg32/printdlg16.c
+++ b/dlls/comdlg32/printdlg16.c
@@ -487,6 +487,7 @@ BOOL16 WINAPI PrintDlg16(
                        GlobalUnlock16(lppd->hDevNames);
                }
            }
+            strcpy( di->pDriverPath, "wineps16");
            PRINTDLG_CreateDevNames16(&(lppd->hDevNames),
                    di->pDriverPath,
                    pi->pPrinterName,




I don't know how a patch will survive the formatting of this forum. But since it is  single line patch you should should be able to manually patch the file.

Rebuild and see if it works as it works here.






[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux