0

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;
XS Liu
  • 1
  • 1
    Welcome to Stack Overflow! Does the error occurs at compile time or at run time? If it occurs at compile time, are you sure all files are there? – fpiette Nov 21 '20 at 15:17
  • Solved by refactoring the resource files. – XS Liu Nov 22 '20 at 09:40
  • This is a multilingual program. By removing and adding language to refactor the resource files, I have solved the problem. – XS Liu Nov 23 '20 at 03:54

0 Answers0