汉化方法:
1 先修改 RBuilder/Languages目录下的*。RC 文件。用VC改。
2 再修改 RBuilder 目录下的CreateResFromRC.BAT , CreateDLLFromRes.BAT ,
CopyDLLToLib.BAT. 注意,大家看看这几个文件名就知道,这是按一定的顺序的.
修改内容我先在这里举个例子:
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
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
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
按顺序执行BAT文件就行了.上面假设你的D5是装在d:/borland5/delphi5,WINDOWS的系统
目录是C:/WINDOWS.
这样就实现的REPORT BUILDER5的汉化了. 呵呵.有问题的话,找我吧.