I submitted a question a day ago about printing from darwine. I have since changed to the regular version of wine and a lot of stuff works better but printing is still a problem. Whenever I try to print my program recognizes there is no default printer (and assumes there is no printer installed at all) and tells the user they need a printer in order to print. How can I get wine to show the printers to my program? Do I need to install something via winetricks or just configure something?
what program are you printing from? I don't really print, but if I run Wine Notepad it sees my default system printer fine.
I'm an application developer, so it's my own program. I am trying to make everything work as close to perfect in Wine. The program is written in Delphi.
DanDude wrote:> > Whenever I try to print my program recognizes there is no default printer (and assumes there is no printer installed at all) and tells the user they need a printer in order to print. >Is this still an issue? How does your Program try to print (which API)?> > How can I get wine to show the printers to my program? >All unix printers from CUPS (or /etc/printcap as fallback) should be automatic visible in Wine. -- By by ... Detlef