I have a application in delphi 7, but i don?t printing, how do I can print in wine with application delphi ? Thanks
I have a application in delphi 7, but i don?t printing, how do I can print in wine with application delphi ? Ubuntu with last version wine 0.9.31 Thanks
felipeiw1@gmail.com wrote:> I have a application in delphi 7, but i don?t printing, how do I can > print in wine with application delphi ?Did you compile wine yourself? If yes, did you compile it with support for CUPS? Daniel -- Read the Wine FAQ: http://winehq.org/site/docs/wine-faq/index Read the Wine User Guide: http://winehq.org/site/docs/wineusr-guide/index When you post: Which wine version? Self compiled or prepackaged?
On Feb 23, 11:23 am, Daniel Skorka <sko...@gmx.net> wrote:> felipe...@gmail.com wrote: > > I have a application in delphi 7, but i don?t printing, how do I can > > print in wine with application delphi ? > > Did you compile wine yourself? If yes, did you compile it with support > for CUPS? > > Daniel > -- > Read the Wine FAQ:http://winehq.org/site/docs/wine-faq/index > Read the Wine User Guide:http://winehq.org/site/docs/wineusr-guide/index > When you post: > Which wine version? Self compiled or prepackaged?Hello Daniel, my wine is prepackaged with Ubuntu. Thanks
felipeiw1@gmail.com wrote:> my wine is prepackaged with Ubuntu.Which version of wine? Do you have CUPS installed and configured (i.e. can you print using CUPS from native linux apps)? Daniel -- Read the Wine FAQ: http://winehq.org/site/docs/wine-faq/index Read the Wine User Guide: http://winehq.org/site/docs/wineusr-guide/index When you post: Which wine version? Self compiled or prepackaged?
In message <1172231488.992312.199390@k78g2000cwa.googlegroups.com>, felipeiw1@gmail.com writes>I have a application in delphi 7, but i don?t printing, how do I can >print in wine with application delphi ? >What sort of printing? Our Delphi applications print text and straight lines perfectly running under Wine but bit map graphics are an incomprehensible mess. -- Martin Liddle, Tynemouth Computer Services, 3 Kentmere Way, Staveley, Chesterfield, Derbyshire, S43 3TW. Web site: <http://www.tynecomp.co.uk>.
Yes Daniel, CUPS IS installed and configured, and print using CUPS from native linux apps ! version of wine is 0.9.31 Thanks On Feb 23, 3:29 pm, Daniel Skorka <sko...@gmx.net> wrote:> felipe...@gmail.com wrote: > > my wine is prepackaged with Ubuntu. > > Which version of wine? Do you have CUPS installed and configured (i.e. > can you print using CUPS from native linux apps)? > > Daniel > -- > Read the Wine FAQ:http://winehq.org/site/docs/wine-faq/index > Read the Wine User Guide:http://winehq.org/site/docs/wineusr-guide/index > When you post: > Which wine version? Self compiled or prepackaged?
Can somebody post a trivial "hello, world" Delphi app (both source and binary, ideally) that demonstrates the printing problem? The best place to post it is as a bug report at http://bugs.winehq.org but here would also do.
On Mar 3, 6:09 pm, "dank" <daniel.r.ke...@gmail.com> wrote:> Can somebody post a trivial "hello, world" Delphi app (both source > and binary, ideally) that demonstrates the printing problem? > The best place to post it is as a bug report athttp://bugs.winehq.orgHang on, maybe somebody has already. Does http://bugs.winehq.org/show_bug.cgi?id=6907 look like your problem? That bug report mentions that using winecfg to set the windows version to win98 makes the problem go away. Does that help you?