Resource TMDIChild not found

78 Views Asked by At

I am writing an MDI application. It works fine in Delphi 10.3 + Windows 10, but I get the error "Resource TMDIChild not found" in Delphi 10.4 + Windows 10. What is the problem, and how to solve it? Thanks.

  if frmMDIChild = nil then
    frmMDIChild := TMDIChild.Create(Application); { errors occur here!!! }
  frmMDIChildForm.Show;
0

There are 0 best solutions below