Can't install in Delphi 2006

General TRichView support forum. Please post your questions here
Post Reply
snorkel
Posts: 57
Joined: Mon Dec 19, 2005 6:29 am
Location: Milwaukee,WI

Can't install in Delphi 2006

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
snorkel
Posts: 57
Joined: Mon Dec 19, 2005 6:29 am
Location: Milwaukee,WI

Post 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 :-)
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Uploadig new version is delayed till tomorrow, sorry.
snorkel
Posts: 57
Joined: Mon Dec 19, 2005 6:29 am
Location: Milwaukee,WI

Post 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 :-)
gulki

D2006 Support

Post by gulki »

How about the Delphi 2006 packages.. are they available or not ?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Yes, they available for registered users.
(And unregistered users can find TRichView trial on BDS2006's Partner DVD)
jma
Posts: 18
Joined: Wed Dec 07, 2005 3:44 pm
Location: Sweden
Contact:

Nice, RvActions also ?

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I plan to upload all updates of additional tools and demos before Christmas
Post Reply