<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>compiling simplehtmltreeparser with -CR option I get:</p>
<p>F:\lazarus\components\internettools\data\simplehtmltreeparser.pas(591,13) Error: Incompatible type for arg no. 2: Got "Class Of INamespace", expected "TClass"</p>
<p>here is the line ..</p>
<p>function TNamespaceList.getNamespace(i: integer): INamespace;<br />begin<br />  result := INamespace(inherited get(i)) ;<br />end;  </p>
<p> it is difficulting to use the -CR option ....</p>
</body></html>