用vc汉化所有rec 后,全变成乱码。
我按CopyDLLToLib.bat,CreateDLLFromRes.bat,CreateResFromRC.bat
内容为:CopyDLLToLib.bat
copy d:/borland5/delphi5/rbuilder/languages/cst/rbPrint.res d:/borland5/delphi5/rbuilder/lib/rbPrint.res
copy d:/borland5/delphi5/rbuilder/languages/cst/rbIDE.res d:/borland5/delphi5/rbuilder/lib/rbIDE.res
copy d:/borland5/delphi5/rbuilder/languages/cst/rbDADE.res d:/borland5/delphi5/rbuilder/lib/rbDADE.res
copy d:/borland5/delphi5/rbuilder/languages/cst/rbRAP.res d:/borland5/delphi5/rbuilder/lib/rbRAP.res
copy d:/borland5/delphi5/rbuilder/languages/cst/rbPrint.cst c:/windows/system/rbPrint.cst
copy d:/borland5/delphi5/rbuilder/languages/cst/rbIDE.cst c:/windows/system/rbIDE.cst
copy d:/borland5/delphi5/rbuilder/languages/cst/rbDADE.cst c:/windows/system/rbDADE.cst
copy d:/borland5/delphi5/rbuilder/languages/cst/rbRAP.cst c:/windows/system/rbRAP.cst
CreateDLLFromRes.bat
d:/borland5/delphi5/bin/dcc32 d:/borland5/delphi5/rbuilder/languages/cst/rbPrint.dpr
d:/borland5/delphi5/bin/dcc32 d:/borland5/delphi5/rbuilder/languages/cst/rbIDE.dpr
d:/borland5/delphi5/bin/dcc32 d:/borland5/delphi5/rbuilder/languages/cst/rbDADE.dpr
d:/borland5/delphi5/bin/dcc32 d:/borland5/delphi5/rbuilder/languages/cst/rbRAP.dpr
CreateResFromRC.bat
d:/borland5/delphi5/bin/brc32 -r d:/borland5/delphi5/rbuilder/languages/cst/rbPrint.rc
d:/borland5/delphi5/bin/brc32 -r d:/borland5/delphi5/rbuilder/languages/cst/rbIDE.rc
d:/borland5/delphi5/bin/brc32 -r d:/borland5/delphi5/rbuilder/languages/cst/rbRAP.rc
为何为乱码?