Hi! I have a large project group with several translations. Now I added a new language. While Delphi added the language, and everytime I open the translation manager, I get an error message: "File saved: FilesWithBadStats.txt: SomeForm.dfm SomeOtherForm.dfm"
These forms have been removed from the project, but for reasons I don't know the translation engine wants to include them. When I compile the resource file, Delphi complains about the missing .dfm-files. I copied these .dfm-files from another language into the folder for the new language, and at least the resources get compiled now. As the forms are not used anymore, it just increases the file size uselessly. I added some invalid code to the related .pas-files, but the project compiles without any error message, so I am pretty sure that these forms are not referenced any more anywhere. Even the project-files of the language resource modules don't reference these files. But why the heck does the translation engine still try to include them??? Any hint is highly appreciated! Best whishes, Gunnar _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

