rejetto forum

Has the Chinese version? (2.0)

Guest · 42 · 191594

0 Members and 1 Guest are viewing this topic.

Offline Mr. Anon

  • Tireless poster
  • ****
    • Posts: 270
    • View Profile
HFS 2.0 is out!
Currently there is no Chinese version available, but take a look:
http://www.rejetto.com/hfs

現在有新的版本,不是beta.
英文2.0, 暫時沒有中文的版本。
看看吧!
http://www.rejetto.com/hfs


Hanzifer

  • Guest
Em, HFS is a good ware, I just want to transliterate it into chinese, I try to compile the hfs' sources, but the compiler always notice me : [Fatal Error] hfs.dpr(36): File not found: 'ftmExceptionForm.dcu'

It seems lost 'ftmExceptionForm.dcu'. I can't find this file in delphi 6's directory. Is that file in "C:\Program Files\Borland\Delphi6\Lib\Debug" ?

Email: Pizazz.Kang#gmail.com (PLS replace # by @)


我想通过汉化源码后再编译,可是总是报错 [Fatal Error] hfs.dpr(36): File not found: 'ftmExceptionForm.dcu'

为什么?是不是缺少某个文件,请高手出来解答


Offline vmiao

  • Occasional poster
  • *
    • Posts: 1
    • View Profile
Quote from: "HongKong"
thx you la.....
my hongkong.......
Therefore...Must use the Chinese edition -.-
Here!you can test it :)
Http File Server 2.0汉化版
web:http://www.vmiao.com/article.asp?id=1343
File URL:http://www.vmiao.com/vmiao1230/200603/31_193647_httpfileserver2.0.rar


Offline done

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
我在编译的时候碰到了楼上的一样的问题


Anonymous

  • Guest
Quote from: "done"
我在编译的时候碰到了楼上的一样的问题
我已经解决了lib的问题
首先把 defs.inc 中的第一行去掉
然后把 main.pas 中uses的第三方lib找到并安装好
之后就可以编译通过了 :)

第三方lib安装的方法
wsocket, httpProt:先到 http://www.overbyte.be 下载回ICS的安装包,按readme中Installation部分的说明把文件解开放到一个文件夹,然后在delphi中选菜单 file->Open 找到ICS的文件夹Vc32的IcsDel60.dpk文件(delphi是IcsDel70.dpk),打开后在出现的窗口点 Install 就安装完ICS了。再选delphi菜单 Tools -> Environment Options 选中选项卡 Library ,在 Library Path添加ICS Vc32的路径。

GIFimage:到http://finn.mobilixnet.dk/delphi/下载文件,将gifimaged.pas放到delphi的lib目录

zlibex:到http://www.base2ti.com下载 zlibex 1.23 ,把文件解开到一个文件夹,在 environment options 中添加 zlibex 的路径

HSlib, traylib, monoLib, progFrmLib:文件不用找,和hfs源码放在一个文件夹中,在environment options 中添加hfs源码的路径即可。或者把hslib.pas, monoLib.pas, progFrmLib.pas, traylib.pas 复制到delphi 的lib目录


Offline done

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
Quote from: "Anonymous"
Quote from: "done"
我在编译的时候碰到了楼上的一样的问题
我已经解决了lib的问题
首先把 defs.inc 中的第一行去掉
然后把 main.pas 中uses的第三方lib找到并安装好
之后就可以编译通过了 :)

第三方lib安装的方法
wsocket, httpProt:先到 http://www.overbyte.be 下载回ICS的安装包,按readme中Installation部分的说明把文件解开放到一个文件夹,然后在delphi中选菜单 file->Open 找到ICS的文件夹Vc32的IcsDel60.dpk文件(delphi是IcsDel70.dpk),打开后在出现的窗口点 Install 就安装完ICS了。再选delphi菜单 Tools -> Environment Options 选中选项卡 Library ,在 Library Path添加ICS Vc32的路径。

GIFimage:到http://finn.mobilixnet.dk/delphi/下载文件,将gifimaged.pas放到delphi的lib目录

zlibex:到http://www.base2ti.com下载 zlibex 1.23 ,把文件解开到一个文件夹,在 environment options 中添加 zlibex 的路径

HSlib, traylib, monoLib, progFrmLib:文件不用找,和hfs源码放在一个文件夹中,在environment options 中添加hfs源码的路径即可。或者把hslib.pas, monoLib.pas, progFrmLib.pas, traylib.pas 复制到delphi 的lib目录
我按照楼上的方法做了,还是有一个pingimage.dcu找不到


Offline done

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
我下载了 pingimage 1.43
上面的错误跳过了,但出现了下面的信息
[Warning] main.pas(3782): Return value of function 'TmainFrm.getcfg' might be undefined
[Fatal Error] Could not create output file 'distro\hfs.exe'


Hanzifer

  • Guest
在源码路径下建立一个distro文件夹  :)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Offline done

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
Quote from: "rejetto"
if you are searching for the pngimage unit, you can find it here
http://pngdelphi.sourceforge.net
thank you for your link,i have found it.
my english is not well.
when i compile your src ,i meet some problems.
i haven't use delphi.
when i use your HFS,I want to learn delphi.
I want to tanslate it to chinese.
but the src is not full,when i run in delphi 6.0 personal edtion.
miss some pakage(I use Java much than other language,so i call it pakage,I don't know what it call in delphi).


Offline done

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
Quote from: "Hanzifer"
首先把 defs.inc 中的第一行去掉
请教一下Hanzifer,去掉第一行,是为什么?会不会影响程序.


Anonymous

  • Guest

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
if you miss something, just ask.
anyway, i'm sorry but as you can read elsewhere, HFS is not designed for easy translation.
it is planned in the future to, at least, move all strings to resources, so you won't need delphi to translate but just a resource editor.



Anonymous

  • Guest
Quote from: "kycken"



waiting to this site the download link la!!

http://www.slime.com.tw/

perfection!  :D