c++builder-2007

Borland C++ Builder 2007 - [Linker Error] Unable to open file 'CHARTGROUPFRAME.DFM'

Hi all, IDE had been working very well, until today. When I try to compile my priject I get this : [Linker Error] Unable to open file 'CHARTGROUPFRAME.DFM' CHARTGROUPFRAME.CPP Unit is a part of a project, so this is bug of course. BCB support seems to be pretty much incompetent so far , so I've figured maybe I'll have better l...

[C++ builder 2007] - Error Message: "Recource ExperimentFrame.res not found"

I'm trying to create a frame VCL inside my project using factory pattern something like this: TFrame* newToolbarFrame = FrameFactory::getInstance().createObject(toolbarFrameClassId); When the factory creates implementation class , I get a error message about missing recourse file. For example if I create instance of class TFra...