http://bugs.winehq.org/show_bug.cgi?id=3154
Paul Romanyszyn pgr@arcelectronicsinc.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |20040309
--- Comment #13 from Paul Romanyszyn pgr@arcelectronicsinc.com 2008-10-24 11:03:36 --- Rechecked with wine-1.1.6. This is what you get from startup. fixme:ole:OleRegisterServer (Mathcad,0x144300,0x144304,0x400000,1): stub! fixme:psdrv:PSDRV_ExtEscape QUERYESCSUPPORT(24) - not supported. fixme:ole:OleRegisterClientDoc (Mathcad document,\Untitled:1,...): stub fixme:ole:OleRegisterServerDoc (1,\Untitled:1): stub
Then trying to close an mdi child window which fails results in. fixme:ole:OleRevokeClientDoc (1): stub fixme:ole:OleRevokeServerDoc (2): stub
Closing the main window exits but keeps outputting fixme:ole:OleRevokeClientDoc (1): stub until Ctrl C. BC++4.5 winapi help has API docs for OLE and more then stubs returning OLE_OK are required for this application.