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 - vuongnguyen

Pages: 1
1
Beta / Re: Testing build #279
« on: October 17, 2011, 03:20:50 AM »
sadly i have lost my development enviroment some months ago. I hope to restore it around christmas.
These days i'm overloaded with work. I'm busy till night every day.
Hope u will release new build soon.

If u need a partner, can contact me.

2
Beta / Re: Testing build #279
« on: September 28, 2011, 03:57:27 AM »
rename folder in root.
Folder will auto move to hfs folder. This is bug

3
HFS ~ HTTP File Server / Re: Where is the path of backup option file
« on: September 14, 2011, 02:24:59 AM »
A small question ?
Is that HFS save list of folder/file in registry. When I run HFS in another folder the folder list is show the same.

4
HFS ~ HTTP File Server / Where is the path of backup option file
« on: September 13, 2011, 07:50:06 AM »
I choose backup option to file. but I can't find the it.

5
Programmers corner / Re: delphi 2010
« on: September 12, 2011, 08:10:00 AM »
back to delphi 2006 & it worked perfectly.
thanks rejetto

6
Programmers corner / Re: get|can delete|path
« on: September 06, 2011, 06:50:20 AM »
I want to delete folder from disk in Real mode.

7
Programmers corner / Re: delphi 2010
« on: September 06, 2011, 06:19:33 AM »
Maybe I back to delphi 2006 version . Delphi 2010 have too many problem.
Do you fix your solution with delphi2010 and window 7 64bit.
Could you tell me how to make it work normal with this environment !

8
Everything else / Re: OT - Trying to compile old (2003) Delphi code
« on: August 30, 2011, 10:17:19 AM »
hi rejetto !
Could u tell me what is the best IDE for develop hfs beta version.

9
Programmers corner / Re: get|can delete|path
« on: August 30, 2011, 10:12:15 AM »
would aks one question :)
is it possible to add to the
{.get|can delete.} macro an optional parameter with the path ? :)
On realfolder mode. Can we delete direct by url path

10
Programmers corner / Re: delphi 2010
« on: August 30, 2011, 10:04:22 AM »
compile ok but some exception still occur.
Main form and other form display normally but I can use  browser to connect to server.
It show exception
First chance exception at $7568D36F. Exception class EStringListError with message 'List index out of bounds (-1)'. Process hfs.exe (3196)
First chance exception at $7568D36F. Exception class EStringListError with message 'List index out of bounds (-1)'. Process hfs.exe (2948)
First chance exception at $7568D36F. Exception class EAccessViolation with message 'Access violation at address 0043BD40 in module 'hfs.exe'. Read of address 00000000'. Process hfs.exe (2948)
First chance exception at $7568D36F. Exception class EAccessViolation with message 'Access violation at address 0043BD40 in module 'hfs.exe'. Read of address 00000000'. Process hfs.exe (2948)

in code

function TStringList.GetObject(Index: Integer): TObject;
begin
  if Cardinal(Index) >= Cardinal(FCount) then
    Error(@SListIndexError, Index);
  Result := FList^[Index].FObject;
end;



 

11
Programmers corner / Re: delphi 2010
« on: August 26, 2011, 03:25:02 PM »
yes. I try with beta version & it still need many library. maybe Embarcadero® Delphi® 2010 is the root cause. Do u think that.

12
Programmers corner / Re: delphi 2010
« on: August 26, 2011, 08:03:06 AM »
How to compile HFS in delphi 2010. I've import all lib to delphi option but it still have error.


[DCC Warning] wsocket.pas(1669): W1050 WideChar reduced to byte char in set expressions.  Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] wsocket.pas(1672): W1050 WideChar reduced to byte char in set expressions.  Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Error] wsocket.pas(2174): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2175): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2195): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2196): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2231): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2271): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2327): E2003 Undeclared identifier: 'GWSockCritSect'
[DCC Error] wsocket.pas(2327): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(2330): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2343): E2251 Ambiguous overloaded call to 'GetProcAddress'
  Windows.pas(31700): Related method: function GetProcAddress(Cardinal; PAnsiChar): Pointer;
  Windows.pas(31701): Related method: function GetProcAddress(Cardinal; PWideChar): Pointer;
[DCC Error] wsocket.pas(2350): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(2416): E2003 Undeclared identifier: 'GWSockCritSect'
[DCC Error] wsocket.pas(2416): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(2417): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2418): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(2425): E2003 Undeclared identifier: 'GWSockCritSect'
[DCC Error] wsocket.pas(2425): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(2426): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(2427): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(3391): E2003 Undeclared identifier: 'XSocketAllocateHWnd'
[DCC Error] wsocket.pas(3415): E2003 Undeclared identifier: 'XSocketDeallocateHWnd'
[DCC Error] wsocket.pas(3451): E2003 Undeclared identifier: 'AllocateHWnd'
[DCC Error] wsocket.pas(3451): E2035 Not enough actual parameters
[DCC Error] wsocket.pas(3458): E2003 Undeclared identifier: 'DeallocateHWnd'
[DCC Error] wsocket.pas(3481): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(3506): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(3557): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(3576): E2064 Left side cannot be assigned to
[DCC Error] wsocket.pas(6693): E2251 Ambiguous overloaded call to 'StrLComp'
  SysUtils.pas(8335): Related method: function StrLComp(const PAnsiChar; const PAnsiChar; Cardinal): Integer;
  SysUtils.pas(8360): Related method: function StrLComp(const PWideChar; const PWideChar; Cardinal): Integer;
[DCC Error] wsocket.pas(6909): E2003 Undeclared identifier: 'GClassCritSect'
[DCC Error] wsocket.pas(6909): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(6910): E2003 Undeclared identifier: 'GWSockCritSect'
[DCC Error] wsocket.pas(6910): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(6918): E2033 Types of actual and formal var parameters must be identical
[DCC Error] wsocket.pas(6920): E2033 Types of actual and formal var parameters must be identical
[DCC Fatal Error] main.pas(37): F2063 Could not compile used unit 'wsocket.pas'


I think it maybe because wsocket version.
In dev note file said that we must use wsocket v5.25, but I can't find this file in internet. I use ICS V5 with wsocket v5.31 . Is this the solution ?

Please help me.

Pages: 1