Jump to content

PMRalf

Members
  • Content Count

    4
  • Joined

  • Last visited

Everything posted by PMRalf

  1. Hello, i tried to install ICS under Delphi7. The Code in the {$ELSE} can't be OK. function TIcsFileCopy.SelectCopyFileList (const SrcFileList, TarFileList: TIcsFindList; const Fname: string; const Selopt: TIcsFileCopyType; const Replopt: TIcsFileCopyRepl; const DiffStampMins: integer; const IgnoreOldTime: boolean; IgnoreExt: string ; { V8.70 was DiffStamp } var Skipped: integer; const UTCFlag: boolean; const IgnorePaths: String = ''): integer ; // 16 May 2013 added IgnorePath … {$ELSE} IgnorePathList.Delimiter, '"' + IgnorePathList.Delimiter + '"', [rfReplaceAll]) + '"'; { V8.63 for D7 } IgnorePathList.DelimitedText := '"' + StringReplace(AnsiLowerCase(FIgnorePaths), {$ENDIF} Do anybody use ICS with an Delphi Version that is not {$IFDEF COMPILER10_UP}? Thanks and best regards Ralf
  2. PMRalf

    ICS under Delphi7

    Thanks for the feedback. I'looking forward to the next release Ralf
  3. PMRalf

    ICS under Delphi7

    Hello Angus, had yout time to have a look on it? Thanks Best regards Ralf
  4. PMRalf

    ICS under Delphi7

    Hello Angus, thanks for feedback. I'm looking forward next week. Ralf
×