Compile error on Delphi7

"face" <facespring-9Onoh4P/[email protected]> Sun, 2 May 2004 12:21:33 +0800
Newsgroups gmane.network.jabber.exodus.devel
Message-ID <005101c42ffd$04784a00$431010ac@george>
Hi all,

I am trying to use Delphi7to open Exodus, I had followed the Readme.txt to get the latest code and do the configuration, but there is still the error as below when I compile the Exodus project on Delphi7:

[Fatal Error] ExResponders.pas(127): File not found: 'JclDebug.dcu'

Can anyone help me? Thank you!

The corresponding code snippet is:

==========
procedure ExHandleException(e_data: TWidestringlist);

var
    Exodus_Disco_Items: TDiscoItemsResponder;
    Exodus_Disco_Info: TDiscoInfoResponder;
    Exodus_Browse: TBrowseResponder;

{---------------------------------------}
{---------------------------------------}
{---------------------------------------}
implementation
uses
    {$ifdef TRACE_EXCEPTIONS}
    IdException, JclDebug, JclHookExcept, TypInfo,
    {$endif}

    COMController, ExSession, GnuGetText,
    JabberConst, Invite, Dialogs, PrefController, Registry, Forms,
    XferManager, xData, XMLUtils, Jabber1, JabberID, Notify, NodeItem, Roster;


===========

_______________________________________________
Exodus-dev mailing list
[email protected]
https://jabberstudio.org/mailman/listinfo/exodus-dev