A lot of problems with Delphi 12
Fab8573 opened this issue · 2 comments
Fab8573 commented
Hello,
A lot of problems with Delphi 12 :
- Unit Skia.FMX -> FMX.Skia
- NEW_MEMO => Error if defined. If not defined (in project option / compiler) error with function ISjon
- Params.Size(TImageSize.x512);
[dcc32 Error] ChatGPT.FrameChat.pas(879): E2003 Undeclared identifier: 'x512
=> Solution ?
Params.Size(TImageSize.s512x512); - The project ChatGPT.exe raised an exception of class EPresentationProxy with the message 'A Presentation proxy class [TStyledPresentationProxy<ChatGPT.Settings.TStyledComboEdit>] with the presentation name [ComboEdit-style] has already been registered.'
initialization
TPresentationProxyFactory.Current.Unregister(TComboEdit, TControlType.Styled, TStyledPresentationProxy<FMX.ComboEdit.Style.TStyledComboEdit>);
TPresentationProxyFactory.Current.Register(TComboEdit, TControlType.Styled, TStyledPresentationProxy);.
HemulGM commented
Already, just not commit
Fab8573 commented
Nice work it's work fine on Delphi12 / Win32.
PS : Thank you for your great job !