http://bugs.winehq.org/show_bug.cgi?id=17351
Summary: PDF Export problem on Delphi 7 applications Product: Wine Version: 1.1.14 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: paolo.salvan@xvision.it
Created an attachment (id=19388) --> (http://bugs.winehq.org/attachment.cgi?id=19388) Minimal bug example
Delphi 7 applications that uses llPDFLib library have problems when saving reports as PDF (tested under wine 1.0.1 and 1.1.14, ubuntu 8.04-8.10):
- if the emulated system is Windows 2000-XP, it shows an "floating point underflow error" when creating the PDF
- if the emulated system is Windows 95-ME, it saves the PDF file, but images are printed in the wrong place of the page (they are shifted and stretched)
This problem occours on every Delphi applocation; I'm attaching a minimal example that shows the problem: press the PDF button to create a PDF; in the attach there are already 2 PDF: one (correct) created under windows, and one wrong created under wine (only look at the image position and size, image colors are wrong for reasons not depending from wine)
An app that suffers from this bug is Danea Easyfatt (a widespread italian management sw, http://www.danea.it/software/easyfatt - demo downloadable from http://download.danea.it/demo/ef09/def2009demo05b.exe )