码迷,mamicode.com
首页 > 编程语言 > 详细

ubuntu下用WINE报 “CAN’T FIND MFC42.DLL….BALABALA”问题

时间:2015-05-08 13:05:38      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:ubuntu

ubuntu下获取此库方法:
下载 winetricks:
wget http://www.kegel.com/wine/winetricks 
确保有执行权限:
chmod +x winetricks
(可选:将文件放在如 /usr/local/bin 的系统文件夹下)

安装 cabextract:
aptitude install cabextract
执行
winetricks mfc42


The recommended way of doing this under Wine is to follow the instructions on the Wine wiki:

  1. download winetricks:
    wget http://www.kegel.com/wine/winetricks
  2. make it executable:
    chmod +x winetricks
    (optional: place the file in a system directory such as /usr/local/bin)
  3. install cabextract:
    aptitude install cabextract
    (actually, I‘m not sure it‘s necessary for fixing the MFC problem, but it‘s definitely recommended for fixing other Wine problems)
  4. run
    winetricks mfc42

如果提示Cannot find MFC42.DLL. Please, re-install this application,只需把Windows XP下的mfc42.dll和msvcp60.dll拷贝到*.exe同文件夹即可。Windows 7版本的mfc42文件有很多个,同名同姓,而且大小不一功能有别,甚至是还有大量的其它依赖库,版本太高反倒不好调试。

ubuntu下用WINE报 “CAN’T FIND MFC42.DLL….BALABALA”问题

标签:ubuntu

原文地址:http://blog.csdn.net/a350203223/article/details/45577183

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!