Project project1 raised exception class 'EResNotFound' with message;Form resource TPopupCalendar not found. For resourceless forms CreateNew musst be used. See the global variable RequireDerivedFormResource.In file '.\include\customform.inc ' at line 1957
Form resource TPopupCalendar not found. For resourceless forms CreateNew musst be used. See the global variable RequireDerivedFormResource....If I am in a bit of hurry at the moment. If I switch to .lrs files for resource will it go away?
When a form does not have a resource file then it must be created with CreateNew(), as your error message said. However I understood your form has a resource file.
Is there some place to get some more information?