rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - done

Pages: 1
1
中文 - Chinese / Has the Chinese version? (2.0)
« on: April 03, 2006, 07:19:21 AM »
Quote from: "Hanzifer"
首先把 defs.inc 中的第一行去掉
请教一下Hanzifer,去掉第一行,是为什么?会不会影响程序.

2
中文 - Chinese / Has the Chinese version? (2.0)
« on: April 03, 2006, 07:05:29 AM »
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).

3
中文 - Chinese / Has the Chinese version? (2.0)
« on: April 02, 2006, 07:25:06 AM »
我下载了 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'

4
中文 - Chinese / Re: i meet the same problem
« on: April 02, 2006, 07:15:42 AM »
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找不到

5
中文 - Chinese / i meet the same problem
« on: March 31, 2006, 12:21:09 PM »
我在编译的时候碰到了楼上的一样的问题

Pages: 1