Re: Compile error on Delphi7
Bruce Wang <[email protected]> Sun, 2 May 2004 14:21:16 +0800
| Newsgroups | gmane.network.jabber.exodus.devel |
|---|---|
| Message-ID | <[email protected]> |
You need JEDI Code Library http://sourceforge.net/projects/jcl/ ----- Original Message ----- From: face <facespring-9Onoh4P/[email protected]> Date: Sun, 2 May 2004 12:21:33 +0800 Subject: [Exodus-dev] Compile error on Delphi7 To: [email protected] 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; ===========