http://bugs.winehq.org/show_bug.cgi?id=30611
Bug #: 30611 Summary: Lazarus browser sample exits, because ieframe:ViewObject_Draw is unimplemented Product: Wine Version: 1.5.3 Platform: x86 URL: http://netikka.net/dev/lazbrowser.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ieframe AssignedTo: wine-bugs@winehq.org ReportedBy: ocean04@suomi24.fi Classification: Unclassified
http://netikka.net/dev/lazbrowser.exe
Quits without showing anything. Terminal has only 2 lines:
fixme:ieframe:ViewObject_Draw (0x3451c8)->(1 0 (nil) (nil) (nil) 0x3c8 0x15bf65c 0x15bf65c (nil) 00000000) fixme:ieframe:ViewObject_Draw (0x3451c8)->(1 0 (nil) (nil) (nil) 0x61c 0x15bf128 0x15bf128 (nil) 00000000)
I modified that function to return S_OK, and sample works.