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.
Delphi 6 - Upgrade from version 1.9.24 to latest version
-
- Posts: 3
- Joined: Wed Jun 22, 2022 3:01 pm
-
- Posts: 3
- Joined: Wed Jun 22, 2022 3:01 pm
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Delphi 6 - Upgrade from version 1.9.24 to latest version
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
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