[fpc-devel] Breaking change in FPC 2.6.1
Martin Schreiber
mse00000 at gmail.com
Wed May 2 10:41:10 CEST 2012
On 01.05.2012 17:37, Michael Van Canneyt wrote:
>> As written before, in MSEgui I'll define a "bookmarkty" type, so
>> MSEgui users
>> have "bookmarkty" in order to avoid the warning. FPC and Lazarus
>> probably
>> can't do the same because of Delphi compatibility. Suggestion:
>> remove "deprecated" from TBookmarkStr in fixes_2_6.
>
>
> Well, I think it is better to warn people of a coming change.
>
> So I have added a description that warns people that it will disappear
> in 2.6.3.
>
For users who do not want to see the "deprecated" warnings in fixes_2_6 do
In MSEide+MSEgui:
Use "bookmarkty" instead of "TBookmarkStr" for bookmark variables.
In Lazarus:
Use "string" instead of "TBookmarkStr" for bookmark variables.
Martin
More information about the fpc-devel
mailing list