rejetto forum

Unable to compile the sources. (Delphi 7)

Guest · 5 · 7327

0 Members and 1 Guest are viewing this topic.

Darvin

  • Guest
Source: hfs-last-beta-src.zip

I got 2 problems:

Error: defs.inc[11]  invalid compiler directive INLINE
Fatal error: hfs.dpr[48] : file not found ftmExceptionForm.dcu

what can i do?

thanks in advance:

darvin@reduc.edu.cu


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
comment the lines in hfs.dpr

uses
  FastMM4,
{$IFDEF EX_DEBUG}
//  ftmExceptionForm,
{$ENDIF}


// {$IFDEF EX_DEBUG}initErrorHandler(format('HFS %s (%s)', [VERSION, VERSION_BUILD]));{$ENDIF}
  Application.Initialize();
  Application.CreateForm(TmainFrm, mainFrm);
  Application.CreateForm(TnewuserpassFrm, newuserpassFrm);
  Application.CreateForm(ToptionsFrm, optionsFrm);
  Application.CreateForm(TdiffFrm, diffFrm);
  Application.CreateForm(TipsEverFrm, ipsEverFrm);
  Application.CreateForm(TrunScriptFrm, runScriptFrm);
  mainfrm.finalInit();
  Application.Run;
//  {$IFDEF EX_DEBUG}closeErrorHandler();{$ENDIF}
end.

« Last Edit: May 28, 2009, 12:57:46 PM by mars »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
1. you can remove the inline directive
2. remove the "!" from file defs.inc


Offline darvin

  • Occasional poster
  • *
    • Posts: 1
    • View Profile
   
The two problems solved.  ;D

Now I get another error. :(  [Fatal Error] HSLib [32]. File not found 'wsocket.dcu.

I downloaded OverbyteIcsV7_Alpha1.zip from http://www.overbyte.be
I gave him the path in the project options and the error remains.


sorry my bat english.


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
Until you find the good solution, here is some dcu files corresponding to wsockets.
« Last Edit: May 28, 2009, 08:35:57 PM by mars »