Subj : very strange, very big problem To : borland.public.cpp.borlandcpp From : "Frank" Date : Fri Oct 24 2003 07:16 pm Hi all, I've a project called version100 with 25 separate forms (and connected files) that works well. Now I save the whole project, so the 25 files in version 101. When it is linking appears an Error : Project Project.exe raised exception class EResNotFound with message 'Resource TForm1 not found' Process stopped. and the program goes to the indicated line in the file \VCL\forms.hpp : #pragma option push -w-inl /* TCustomForm.Create */ inline __fastcall virtual TForm(Classes::TComponent* AOwner) : TCustomForm( // to this line goes the program !!!!!!!!!!!!!!!!!!!!!! AOwner) { } #pragma option pop #pragma option push -w-inl /* TCustomForm.CreateNew */ inline __fastcall virtual TForm(Classes::TComponent* AOwner, int Dummy) : TCustomForm(AOwner, Dummy) { } #pragma option pop #pragma option push -w-inl /* TCustomForm.Destroy */ inline __fastcall virtual ~TForm(void) { } #pragma option pop What's wrong ?? Please help me because I can't program anymore. Many thanks in advance for any help, Frank .