./configure
make depend
make
wine notepad (using the search Path as specified in
wine notepad.exe the config file to locate the file)
wine c:\\windows\\notepad.exe (using DOS filename syntax)
wine ~/.wine/drive_c/windows/notepad.exe (using Unix filename syntax)
wine notepad.exe /parameter1 -parameter2 parameter3
(calling program with parameters)
wine /home/beyes/Desktop/key.exe
err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\\\home\\\\beyes\\\\Desktop\\\\key.exe") not found
err:module:import_dll Library MSVCP60.dll (which is needed by L"Z:\\\\home\\\\beyes\\\\Desktop\\\\key.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\\\home\\\\beyes\\\\Desktop\\\\key.exe" failed, status c0000135
$ /usr/local/bin/winecfg
或者只是:
$ winecfg
首先在 system.reg 里手动添加
[Software\\\\Microsoft\\\\Windows NT\\\\CurrentVersion\\\\FontLink\\\\SystemLink] 1150441842
"Tahoma"=str(7):"simsun.ttf,\\x5b8b\\x4f53\\0msgothic.ttc,MS UI Gothic\\0mingliu.ttc,PMingLiU\\0"
其中simsun.ttf 换成你喜欢的字体, \\x5b8b\\x4f53 换成这个字体中文名字的 UNICODE 编码(老版本 WINE 用英文, 比如 SimSun)
然后运行 regedit, 在 HKEY_LOCAL_MACHINE\\software\\microsfot\\windows nt\\currentversion\\fontsubstitutes 里加上
MS Shell Dlg(类型是 REG_SZ, 值是SimSun)
MS Shell Dlg 2(类型是 REG_SZ, 值是SimSun)
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |