Page 1 of 1
Delphi 6 - Upgrade from version 1.9.24 to latest version
Posted: Fri Dec 16, 2022 1:50 pm
by Daniele Buttarelli
Hello,
I have to update TRichView to the latest version (in a project developed with Delphi 6).
Are the two versions compatible or there are some breaking changes?
Can you tell me the best practices to follow?
Thanks.
Daniele.
Re: Delphi 6 - Upgrade from version 1.9.24 to latest version
Posted: Mon Jan 16, 2023 3:58 pm
by Daniele Buttarelli
Any news?
Re: Delphi 6 - Upgrade from version 1.9.24 to latest version
Posted: Mon Jan 16, 2023 5:30 pm
by Sergey Tkachenko
I am sorry for overlooking this question.
The last version of TRichView is still compatible with Delphi 6 (minimal supported version is Delphi 5).
We always try to make new versions as compatible with old versions as possible, but sometimes full compatibility is impossible.
See the version history topics:
https://www.trichview.com/help/version_history.html
Each topic contains possible compatibility issues at the beginning.
The most important issues:
- types of all string parameters are changed to TRVUnicodeString (= WideString in Delphi 6)
- some events have changed parameters