cdew / omnithreadlibrary

Automatically exported from code.google.com/p/omnithreadlibrary
0 stars 0 forks source link

Error compiling demo 23_BackgroundFileSearch under Delphi XE #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
procedure ScanFolders(const task: IOmniTask);
var
  folder: string;
  mask  : string;
begin
  mask := task.ParamByName['FolderMask'];
>>>>> // IOmniTask does not contain a member named ParamByaName

Original issue reported on code.google.com by fabio.vi...@gmail.com on 25 Jul 2011 at 2:01

GoogleCodeExporter commented 9 years ago
[SOLVED]
Never mind: i recompiled the units in the tests folder and all is fine!
(previously I've downlaoded 
http://omnithreadlibrary.googlecode.com/files/demo_23_background_file_search.zip
and this produced the mentioned error.

Original comment by fabio.vi...@gmail.com on 25 Jul 2011 at 2:27

GoogleCodeExporter commented 9 years ago
not repro

Original comment by gabr42 on 25 Jul 2011 at 2:35