在Linux下使用金山词霸2003
http://tech.ddvip.com 2006年07月02日 社区交流
本文详细介绍在Linux下使用金山词霸2003
Wine可以让你在Linux下近乎完美的使用金山词霸2003!下面就介绍如何可以使用金山词霸 2003 的过程。
首先,解决 Wine 本身
然后修改 Wine 的配置文件并复制需要的 DLL
1、复制几个Windows dll:他们是comctl32.dll, commdlg.dll, commctrl.dll,shell.dll,shell32.dll,shfolder.dll,ole32.dll,oleaut32.dll,rpcrt4.dll位于你的真实Windows目录下的 system下,将他们复制到你的虚拟Windows目录下的system32下。可以使用Wine工具包中的install_Win_lib来自动完成这个工作。格式如下:
./install_Win_lib /mnt/c /
其中,第一个参数是你的 真实Windows 所在的挂载点 (mandrake 的默认挂载位置为 /mnt/Win_c),第二个参数是你在刚才设置的 fake Windows 的c盘所在的目录。
注意:这几个文件必须是 Win98 版本的!如果你手头没有,可以上 google 找到。
2、修改 Wine 的 config 文件:打开 ~/.Wine/config ,在某个空行中,插入以下内容(可以在 [DllOverrides] section 的后面的空行中插入)
[AppDefaults\\setup.exe\\DllOverrides]
'ole32' = 'native'
'oleaut32' = 'native'
'rpcrt4' = 'native'
'comctl32' = 'native'
'shell' = 'native'
'shell32' = 'native'
'shfolder' = 'native'
[AppDefaults\\ikernel.exe\\DllOverrides]
'ole32' = 'native'
'oleaut32' = 'native'
'rpcrt4' = 'native'
[AppDefaults\\xdict.exe\\DllOverrides]
'commdlg' = 'native'
'ole32' = 'native'
[AppDefaults\\xdict.exe\\Version]
'Windows' = 'Win2000' ;关键所在
责编:豆豆技术应用
- Linux/Unix 新闻
- Linux/Unix 入门
- Linux/Unix 命令
- Linux/Unix 安装
- Linux 嵌入式系统
- Linux/Unix 编程
- Linux/Unix 管理
- Linux/Unix 桌面
- Linux/Unix 内核
- Linux/Unix 软件
- SCO Unix
- NetBSD
- OpenBSD
- Redhat/Fedora Linux
- 手机
- Linux/Unix find 搜索命令
- Linux/Unix vi 命令
- Linux/Unix kde 桌面环境
- Linux/Unix GNOME 桌面环境
- Linux/Unix Make 命令
- Linux/Unix crontab 命令
- Linux/Unix ext3 文件系统
- Linux/Unix 文件系统详解
- Linux/Unix ADSL 拨号设置
- Linux/Unix GRUB 配置及应用
- Linux/Unix nfs配置
- Linux/Unix 硬件信息查看及管理
- Linux/Unix 优化
- Linux/Unix 交换分区Swap管理及应用
- Linux/Unix 用户管理
- Linux/Unix Ramdisk
- Linux/Unix 密码恢复管理
- Linux/Unix 文件删除恢复
- Linux/Unix fdisk分区
- Linux/Unix lvs负载均衡管理
- Linux/Unix root用户
- Linux/Unix 集群
- Linux/Unix 日志
- 更多Linux/Unix专题……