http://bugs.winehq.org/show_bug.cgi?id=10160
Summary: MFC42.DLL.6467 error Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: critical Priority: P4 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: jason.keeney@gmail.com
Created an attachment (id=8748) --> (http://bugs.winehq.org/attachment.cgi?id=8748) debugging info
I'm working with some educational database software called sdbV. (you can find it at dmm-support.dk)
When I run the setup program, I get one error:
C:\Program Files\sdbV\Toc.ocx Unable to register the DLL/OCX:DllRegisterServer failed; code 0x00000000
which prints in the terminal: wine: Call from 0x100010c2 to unimplemented function MFC42.DLL.6467, aborting
I've tried to manually install Toc.ocx with regsvr32, but the same thing...(see the attachment).
If I click ignore, I can continue, but when I try to run the application, but it crashes with the following:
err:ole:CoGetClassObject class {ffa315a3-20d3-11cf-8fdd-943611c10000} not registered err:ole:create_server class {ffa315a3-20d3-11cf-8fdd-943611c10000} not registered err:ole:CoGetClassObject no class object {ffa315a3-20d3-11cf-8fdd-943611c10000} could be created for context 0x5
It doesn't seem like there are so many errors, but I don't know how to proceed with this.