http://bugs.winehq.org/show_bug.cgi?id=3142
Summary: Delphi 1.0 generated programs with some types of component won't run. Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: pgr@arcelectronicsinc.com
With CVS 2005-07-15 Delphi 1.0. programs using the quick report won't run because of failure to get the paper length and width. The component can be added to a form and fails on running the exe. The TMemo fails when adding to a form in the IDE. It uses the TStrings object and in the object inspector accessing a property which uses TString's fails to be created. I can post small exe's which show the problems.