编译安装wine20030408,运行wine notepad正常,可显示输入中文并可粘贴。但安装dcom98在复制完文件后报告错误,信息如下:
A newer version of DCOM95 or DCOM98 has been installed.To override,you must uninstall the current version first.
在http://xbkconfp.cosoft.org.cn/wine.php下载常用的 win98 DLL包,解压到虚拟C盘下的 windows/system32 下面,也不行。
后发现把~/.wine/config中[DllOverrides]的
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
这两项都改成"native",就可以装成功(不知是不是还有问题)。