I have delphi 10.3.3
Hyra version: 6.6.0.1309
Host: VCl
Plugin : fmx
when I load the fmx visualpugin , I just at vcl main form click the windows close button.
It cant close the application.
When run into debuy mode, I find it stopped at this functon.
procedure THYFireMonkeyModule.ReleaseModule;
begin
{$IFDEF DELPHIXE7UP}
// we can't unload Visual FMX plugin correctly becasuse
// `External exception 87A` is raised in dxgi.dll when
// `fmx.FMX.Forms.FinalizeForms` is called at unloading plugin.
{$ELSE}
inherited;
{$ENDIF}
end;
Please advise how to solve.
Joe