http://bugs.winehq.com/show_bug.cgi?id=1426
------- Additional Comments From z_god@wanadoo.nl 2003-28-06 11:12 ------- Bug comments restored from Gmane.org:
err:module:import_dll Module (file) MFC42u.DLL (which is needed by F:\winexe\mspaint.exe) not found Is wine going to implement that?
Anyway copying that file comes to(the program is working quite well): fixme:ole:CoRegisterMessageFilter stub fixme:ole:CoCreateInstance no classfactory created for CLSID {a1f4e726-8cf1-11d1-bf92-0060081ed811}, hres is 0x80040150 err:module:import_dll No implementation for ntdll.dll.RtlUnhandledExceptionFilter imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for KERNEL32.dll.CreateActCtxW imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for KERNEL32.dll.ReleaseActCtx imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for KERNEL32.dll.DeactivateActCtx imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for KERNEL32.dll.ActivateActCtx imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.RegisterUserApiHook imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.UnregisterUserApiHook imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.GetScrollBarInfo imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.IsServerSideWindow imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.PaintMenuBar imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.GetMenuBarInfo imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.CalcMenuBar imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.IsWindowInDestroy imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.GetWindowRgnBox imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.GetTitleBarInfo imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for GDI32.dll.GdiDrawStream imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef err:module:import_dll No implementation for GDI32.dll.ClearBitmapAttributes imported from C:\windows\system\uxtheme.dll, setting to 0xdeadbeef fixme:dc:GetLayout (0x78): stub fixme:dc:GetLayout (0x9b8): stub fixme:dc:GetLayout (0x9b8): stub fixme:dc:GetLayout (0x9b8): stub fixme:dc:GetLayout (0x9b8): stub fixme:dc:GetLayout (0x9b8): stub fixme:dc:GetLayout (0x9b8): stub fixme:dc:GetLayout (0x78): stub fixme:ole:CoRegisterMessageFilter stub
------- Additional Comments From bon <at> elektron.ikp.physik.tu-darmstadt.de 2003-05-02 05:34 ------- The source to MFC42 comes with MSVC++. You can always compile it as .dll yourself or redistribute with your application. Compiling as winelib .so is a bigger task.
So reimplementing is not high on the task list.
I wonder why mspaint needs uxtheme.dll. Run depends.exe to find out why uxtheme.dll is needed.
------- Additional Comments From hatky <at> users.sf.net 2003-05-02 08:26 ------- How do I get depends.exe?
------- Additional Comments From bon <at> elektron.ikp.physik.tu-darmstadt.de 2003-05-02 08:50 ------- Did you try "depends.exe" in google?
------- Additional Comments From hatky <at> users.sf.net 2003-05-02 09:23 ------- The program has a few errors of it's own on wine but I was actualy suprised I was not need to boot to windows :)
If I understend this program right them mspaint uses UXTHEME.DLL for the function DrawThemeBackground, OpenThemeData and CloseThemeData
I was wondering a long time if I can get that info without running a program a long time ago so thanks for the program
------- Additional Comments From hatky <at> users.sf.net 2003-05-02 09:40 ------- Created an attachment (id=470) --> (http://bugs.winehq.com/attachment.cgi?id=470&action=view) Dependency tree
------- Additional Comments From hatky <at> users.sf.net 2003-05-02 09:41 ------- I seen you can save a dependecy walker image to I did and attached it ....