wine error of mfc42.dll when calling MYOB Premiere 7.5

I m using MYOB Premiere 7.5 for take a look of my financial report. But slackware gave an error when trying to use it with wine.
This is the error :

wine: Call from 0x7ef9d5f9 to unimplemented function MFC42.DLL.6571, aborting
err:module:attach_process_dlls “PrnEng.dll” failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L”Z:\home\sugi\original\Financial\Premier75\Myobp.exe” failed, status 80000100

So it was obvious that the PrnEng.dll cause the error. So simply find the file in dll directory services in internet and put it in wine directory. Mine is in
#cd .wine/drive_c/windows/system32

And last, do this to register the dll file
#regsvr32 C:windowssystem32PrnEng.dll

And it worked.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.