Page 1 of 1

Incompatible types: Integer and Longbool

Posted: Tue Jul 03, 2007 11:44 pm
by jamiemi
I saw that this was an issue in Delphi 2006. I just loaded Delphi 2007 on my machine. I downloaded and installed the latest RichView files. Trying to open a project that worked fine in Delphi 2005. However, when I try to compile, I get a slew of errors in RVUni as follows:

line 323:
TGetCharacterPlacementVal(Len), TGetCharacterPlacementVal(0), res,

and the error is that Integer and LongBool are incompatible

Any ideas? Is it maybe a setting that I have not run across yet?

Thanks
jamie

Posted: Thu Jul 05, 2007 9:25 am
by Sergey Tkachenko
You use old version of TRichView, please update.

Thank you

Posted: Thu Jul 05, 2007 1:21 pm
by jamiemi
I had downloaded and installed the newest code. However, I had not completely deinstalled the old code. Once I did that and reinstalled the new code, it worked correctly.

Thank you again.
jamie