Page 1 of 1

Can't install in Delphi 2006

Posted: Tue Dec 20, 2005 4:03 pm
by snorkel
Hi,
I couldn't find a D2006 install, so I grabbed the latest stable release from Oct 2005 and I tried to use the D2005 packages, but I get this error when compiling:

[Pascal Error] RVUni.pas(324): E2010 Incompatible types: 'Integer' and 'LongBool'

Not sure where the conflict is yet.

Thanks,

Tony

Posted: Tue Dec 20, 2005 7:43 pm
by Sergey Tkachenko
You need a newer version of TRichView.
I plan to upload an update containing D2006 packages later today, see the protected forums for registered users.

Posted: Tue Dec 20, 2005 7:48 pm
by snorkel
Sergey Tkachenko wrote:You need a newer version of TRichView.
I plan to upload an update containing D2006 packages later today, see the protected forums for registered users.
sorry, I posted to the wrong forum, but I did get the one to install, just took a little hacking :-)

Posted: Tue Dec 20, 2005 7:56 pm
by Sergey Tkachenko
There is a "dance" in the declaration of the certain WinAPI function in the VCL source.
Initially, it was declared incorrectly (bytebool parameters instead of integers). Then it was fixed. In the next version of Delphi, they returned to the wrong declaration. In D2006 they fixed it again.
You can see conditional defines in TRichView to workaround this problem.
Finally, they have grown too long, and in the latest version I declared this function myself.

Posted: Tue Dec 20, 2005 8:36 pm
by Sergey Tkachenko
Uploadig new version is delayed till tomorrow, sorry.

Posted: Wed Dec 21, 2005 4:53 pm
by snorkel
Sergey Tkachenko wrote:Uploadig new version is delayed till tomorrow, sorry.
No problem, I was able to get it to compile with some hacking :-)

D2006 Support

Posted: Wed Dec 21, 2005 9:54 pm
by gulki
How about the Delphi 2006 packages.. are they available or not ?

Posted: Thu Dec 22, 2005 11:04 am
by Sergey Tkachenko
Yes, they available for registered users.
(And unregistered users can find TRichView trial on BDS2006's Partner DVD)

Nice, RvActions also ?

Posted: Thu Dec 22, 2005 11:25 am
by jma
Thanks, make me much more likely to upgrade after christmas.
How about TRichViewActions, do we need a new version of them
also or just a recompile.
My projects all use both TRV and TRVActions.

Keep up the good work !

/JMA

Posted: Thu Dec 22, 2005 9:31 pm
by Sergey Tkachenko
I plan to upload all updates of additional tools and demos before Christmas