rejetto forum
Software => HFS ~ HTTP File Server => Topic started 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
-
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}
-
lines are in the file named HFS.DPR , you can open it with an external editor as notepad
-
hslib should not be missing.
it's in the archive.
-
rejetto, is it so important that 'ftmExceptionForm' must been into a 'if debug' condition , or can you put it as an usual 'uses' ;)
-
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.