http://bugs.winehq.org/show_bug.cgi?id=12226 --- Comment #3 from Jens Duttke <J.Duttke(a)web.de> 2008-03-26 14:05:00 --- Created an attachment (id=11670) --> (http://bugs.winehq.org/attachment.cgi?id=11670) Example Application with Source code In this ZIP-Archive you'll find 3 files: Projekt1.vbp = the Visual Basic 6 project file Form1.frm = the Form defintion file, with the code in the Form_Load event Projekt1.exe = the compiled version of the project Remember that VB6 executables require the VB6 runtime. After starting the program 2 message boxes will be shown with the return values of the DrawText-API functions. In Windows: DrawTextA return value: 13 DrawTextW return value: 13 In Wine: DrawTextA return value: 0 DrawTextW return value: 0 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.