rejetto forum

Unable to compile the sources.

0 Members and 1 Guest are viewing this topic.

Offline michaelkane

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
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!


Offline michaelkane

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
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.


Offline michaelkane

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
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?


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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.


Anonymous

  • Guest
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?


Offline Rafi

  • Tireless poster
  • ****
    • Posts: 452
    • View Profile
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


Anonymous

  • Guest
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.



Anonymous

  • Guest
thank you for your great support Rafi and rejetto. :)


Offline michaelkane

  • Occasional poster
  • *
    • Posts: 5
    • View Profile
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?



Offline jprieto

  • Occasional poster
  • *
    • Posts: 3
    • View Profile
i delete this line and i have the same problem....

thanks in advance....