hello..the error says that you can't combine boolean type and integer. true and
false are reserved words. try renaming your constant other than true/false..
--- In delphi-webbrowser@yahoogroups.com, "mariofabriciomontenegro"
<mariofabriciomontenegro@...> wrote:
>
> Hello:
>
> i have a old program that works only in delphi 4 and uses the EmbeddedWB for
navigate some pages.
>
> i dont use this program lately and now i see that no works. When i try to
compile, delphi 4 give me several errors iquals:
>
> "incompatible types boolean and integer"
>
> serching in the forum i saw that the mshtml_tlb.pas file have an line:
>
> const
>
> true = $000000001;
> false = $000000000;
>
> this produces the error, i replace with another mshtml_tlb that i find but
none is useful, they quit the error, but when i use the embeddedWB in my proyect
i get an error:
>
> Acces violation at address ... write of address...
>
> somebody can say where i can download the mshtml_tlb.pas file that i can use
with my delphi 4. or somethings witch allow me to sove this problem
>
> thanks in advance
>
> Fabricio
>