rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Vivo on March 02, 2009, 06:50:03 AM

Title: Compiling latest beta sources
Post by: Vivo on March 02, 2009, 06:50:03 AM
Thanks, rejetto 4 your programm, well i've tried compile sources from this link http://www.dovedove.it/hfs/hfs-last-beta-src.zip, but some errors appeared on opening project. I'm using CodeGear RAD 2009.
How can i fixed it?

Well, one question: it's possible writing plugins? I'd try make  ftp protocol plugin
Title: Re: Compiling latest beta sources
Post by: SilentPliz on March 02, 2009, 10:21:27 AM
Hello!

Try to comment these two lines, Delphi seems sometimes have difficult to compile with them.
Do not ask me why.  :D

uses
//  {$IFDEF EX_DEBUG}
  ftmExceptionForm,
//  {$ENDIF}
Title: Re: Compiling latest beta sources
Post by: Mars on March 02, 2009, 02:59:56 PM
lines are in the file named HFS.DPR , you can open it with an external editor as notepad
Title: Re: Compiling latest beta sources
Post by: rejetto on March 02, 2009, 03:27:04 PM
hslib should not be missing.
it's in the archive.
Title: Re: Compiling latest beta sources
Post by: Mars on March 02, 2009, 04:45:33 PM
rejetto, is it so important that 'ftmExceptionForm' must been into a 'if debug' condition , or can you put it as an usual 'uses'   ;)
Title: Re: Compiling latest beta sources
Post by: rejetto on March 02, 2009, 05:57:41 PM
mmm, the problem is that i don't know the license of that unit, so i cannot distribute it :-\
i got it from a friend, who doesn't know either.
it's just a legal issue.