compiling simplehtmltreeparser with -CR option I get:


F:lazaruscomponentsinternettoolsdatasimplehtmltreeparser.pas(591,13)
Error: Incompatible type for arg no. 2: Got "Class Of INamespace",
expected "TClass" 

here is the line .. 

function
TNamespaceList.getNamespace(i: integer): INamespace;
begin
 result :=
INamespace(inherited get(i)) ;
end; 

 it is difficulting to use the -CR
option .... 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to