rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: michaelkane on August 15, 2004, 07:19:57 AM

Title: Unable to compile the sources.
Post by: michaelkane on August 15, 2004, 07:19:57 AM
Hi

I have the latest v1.6a source from your website. However, when I try compile the source code files in Delphi 6 I get error on line.

HSlib in 'hslib.pas';


First I thought that the code file is not present with the included files. But it is! This is a bit confusing as the project includes the file but its not detected by Delphi 6. I have tried re-installing Delphi6 but the same error.


Can anyone help?

Thanks!
Title: Unable to compile the sources.
Post by: michaelkane on August 15, 2004, 07:33:38 AM
I am getting this error:

[Fatal Error] hfs.dpr(32): File not found: 'ftmExceptionForm.dcu'

Edit: Currently I am downloading "JEDI Visual Component Library"
        Please let me know if I am on the right path.
Title: Unable to compile the sources.
Post by: michaelkane on August 18, 2004, 06:13:13 AM
Hello

I have installed latest "JCL + JVCL" v3.00 Alpha from Sourceforge. But again during compilation it is giving me error:
[Fatal Error] hfs.dpr(32): File not found: 'ftmExceptionForm.dcu'

can anyone update me on this?
Title: Unable to compile the sources.
Post by: rejetto on August 18, 2004, 12:51:05 PM
Quote from: "michaelkane"
I am getting this error:
[Fatal Error] hfs.dpr(32): File not found: 'ftmExceptionForm.dcu'

you should turn off this line
{$DEFINE EX_DEBUG}

because fmtExceptionForm i'm using, it is not distributed. i'm unsure about its license, that's why.


and try fixing the path for HSlib.pas
the problem may come because i keep the file in a separate folder.
Title: Unable to compile the sources.
Post by: Anonymous on August 19, 2004, 01:27:12 PM
Great! It all worked out very smoooth!

I had this form removed 'ftmExceptionForm' and it worked. I also had to download other necessary freeware components.

I have a question rejetto, is v2.0 sources available on any soooner plan to release them?
Title: Unable to compile the sources.
Post by: Rafi on August 20, 2004, 07:37:28 AM
Quote from: "Anonymous"
I have a question rejetto, is v2.0 sources available on any soooner plan to release them?
http://www.rejetto.com/forum/viewtopic.php?t=1480
Title: Unable to compile the sources.
Post by: Anonymous on August 20, 2004, 09:38:56 AM
I understand your effort to help Rafi but v2.0 source code link doesn't work on this thread.

this link: http://www.rejetto.com/temp/hfs2.0alpha18.src.zip
now gives 404 error.
Title: Unable to compile the sources.
Post by: rejetto on August 20, 2004, 05:19:12 PM
just uploaded
http://www.rejetto.com/temp/hfs2.0alpha19.src.zip
Title: Unable to compile the sources.
Post by: Anonymous on August 21, 2004, 04:31:19 AM
thank you for your great support Rafi and rejetto. :)
Title: Unable to compile the sources.
Post by: michaelkane on August 21, 2004, 06:50:26 PM
sorry to bother but I am getting these errors in compiling v2.19


[Error] hfs.dpr(43): Undeclared identifier: 'initErrorHandler'
[Error] hfs.dpr(50): Undeclared identifier: 'closeErrorHandler'


what can be done to resolve these errors?
Title: Unable to compile the sources.
Post by: Anonymous on August 24, 2004, 05:54:54 AM
issues resolved.  :D
Title: what turn off {$DEFINE EX_DEBUG} means?
Post by: jprieto on February 16, 2006, 09:52:48 AM
i delete this line and i have the same problem....

thanks in advance....