Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all articles
Browse latest Browse all 1963

RAD Studio 10 Delphi FMX project compiled in Studio 10.1 creates access violation.

$
0
0

I have a Delphi Multi platform FMX project that compiles fine in Studio 10 and runs fine on all target platforms. Windows, OSX and Android is tested so far. The project uses Styling.

When I open the project in Studio 10.1 and compile it everything seems fine. When running it in Windows the Combo Boxes do not open. If I remove the styling the Combo Boxes works as they should but when I close the application I get Access violation error. This is traceable back to the WebBrowser component. The access violation occurs in procedure TCustomWebBrowser.FormHandleDestroyed(const Sender: TObject; const Msg: TMessage) in FMX.WebBrowser. This happens even if I never accessed the WebBrowser component in my code.

Is there anything special I need to do when moving a Delphi project from Studio 10 to Studio 10.1?

I have made sure to make the RAD Studio installation on a completely clean machine. It has Windows 10, 16 GB RAM, 500 GB SSD, AMD FX-4100 processor and Radeon HD 6450 Graphics.


Viewing all articles
Browse latest Browse all 1963

Trending Articles