Einzelnen Beitrag anzeigen

wschrabi

Registriert seit: 16. Jan 2005
437 Beiträge
 
#1

Nicht abgeschlossene bedingte Direktive - Wer weiß RAT?

  Alt 13. Apr 2017, 21:42
Hallo ich wollte eben das erste mal die EMS Adv Export VLC mit RAD kompilieren, und bekomme diesen Error:

E2280 Nicht abgeschlossene bedingte Direktive

Das File sieht so aus, wo er meckert und dies dann anzeigt.
Delphi-Quellcode:
package QExport4RT_D23;

{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'EMS Advanced Export Component Suite'}
{$RUNONLY}
{$IMPLICITBUILD OFF}

requires
  vcl,
  dbrtl,
  vcldb,
  vclx,
  adortl,
  soaprtl,
  vclimg;

contains
  QExport4IniFiles in 'QExport4IniFiles.pas',
  QExport4EmsWideStrUtils in 'QExport4EmsWideStrUtils.pas',
  QExport4EmsWideStrings in 'QExport4EmsWideStrings.pas',
  QExport4 in 'QExport4.pas',
  QExport4LaTeX in 'QExport4LaTeX.pas',
  QExport4XML in 'QExport4XML.pas',
  QExport4RTFList in 'QExport4RTFList.pas',
  QExport4RTF in 'QExport4RTF.pas',
  QExport4HTML in 'QExport4HTML.pas',
  QExport4SQL in 'QExport4SQL.pas',
  QExport4HTMLTemplates in 'QExport4HTMLTemplates.pas',
  QExport4ASCII in 'QExport4ASCII.pas',
  QExport4Clipboard in 'QExport4Clipboard.pas',
  QExport4DBF in 'QExport4DBF.pas',
  QExport4XLS in 'QExport4XLS.pas',
  QExport4Common in 'QExport4Common.pas',
  fuQExport4XLSColorEditor in 'fuQExport4XLSColorEditor.pas{fmQExport4XLSColorEditor},
  fuQExport4About in 'fuQExport4About.pas{fmQExport4About},
  fuQExport4Progress in 'fuQExport4Progress.pas{fmQExport4Progress},
  QExport4PDF in 'QExport4PDF.pas',
  QExport4Options in 'QExport4Options.pas',
  QXMLWriter in 'QXMLWriter.pas',
  QExport4MSOfficeCommon in 'QExport4MSOfficeCommon.pas',
  QExport4Xlsx in 'QExport4Xlsx.pas',
  QExport4Docx in 'QExport4Docx.pas',
  QExport4XLSFile in 'QExport4XLSFile.pas',
  QExport4XLSUtils in 'QExport4XLSUtils.pas',
  QExport4XLSCommon in 'QExport4XLSCommon.pas',
  QExport4XLSConsts in 'QExport4XLSConsts.pas',
  QExport4Dialog in 'QExport4Dialog.pas{QExport4DialogF},
  QExport4CustomSource in 'QExport4CustomSource.pas',
  QExport4Types in 'QExport4Types.pas',
  QExport4StrIDs in 'QExport4StrIDs.pas',
  ADO_QExport4Access in 'ADO_QExport4Access.pas',
  ADO_QExport4Database in 'ADO_QExport4Database.pas',
  fuQExport4License in 'fuQExport4License.pas{fmQExport4License},
  QExport4zUtil in 'QExport4zUtil.pas',
  QExport4ADLER in 'QExport4ADLER.pas',
  QExport4BaseArchiveClass in 'QExport4BaseArchiveClass.pas',
  QExport4BaseODFClass in 'QExport4BaseODFClass.pas',
  Qexport4Crc in 'Qexport4Crc.pas',
  QExport4infblock in 'QExport4infblock.pas',
  QExport4infcodes in 'QExport4infcodes.pas',
  QExport4inffast in 'QExport4inffast.pas',
  QExport4inftrees in 'QExport4inftrees.pas',
  QExport4infutil in 'QExport4infutil.pas',
  QExport4libdatei in 'QExport4libdatei.pas',
  QExport4ODS in 'QExport4ODS.pas',
  QExport4ODT in 'QExport4ODT.pas',
  QExport4trees in 'QExport4trees.pas',
  QExport4uCommon in 'QExport4uCommon.pas',
  QExport4Unzip in 'QExport4Unzip.pas',
  QExport4zcompres in 'QExport4zcompres.pas',
  QExport4ZDEFLATE in 'QExport4ZDEFLATE.pas',
  QExport4ZINFLATE in 'QExport4ZINFLATE.pas',
  QExport4zip in 'QExport4zip.pas',
  QExport4ZipMcpt in 'QExport4ZipMcpt.pas',
  QExport4ziputils in 'QExport4ziputils.pas',
  QExport4Zlib110 in 'QExport4Zlib110.pas',
  QExport4zuncompr in 'QExport4zuncompr.pas';

end.
Kann mir jemand helfen und sagen was ich ändern muss?
DANKE
mfg
WS
  Mit Zitat antworten Zitat