Sasan
2008-07-12 04:53:54 UTC
Hi
My project written with BCB 2006 when importing it to C++ Builder 2007 many
problems found:
- Many forms .dfm files don't imported (only cpp file imported without .dfm
!!) ?
- I create new project on BCB 2007 from scratch and add project form's one
by one but problem exist ?
In fact 10 specific forms has this problem, I open .cbproj file on this
forms many items not exist.
Like DataModuleForm.cpp is my data module form, proj file must include this
lines:
1 <CppCompile Include="DataModuleForm.cpp">
2 <Form>fcDM</Form>
3 <DependentOn>DataModuleForm.h</DependentOn>
4 <BuildOrder>9</BuildOrder>
5 </CppCompile>
6 <FormResources Include="DataModuleForm.dfm" />
But lines 2, 3 and 6 dos not exist, I try to add this lines manually but
problem exist also !.
Can help me why this happens ?
Kind Regards,
sasan.
My project written with BCB 2006 when importing it to C++ Builder 2007 many
problems found:
- Many forms .dfm files don't imported (only cpp file imported without .dfm
!!) ?
- I create new project on BCB 2007 from scratch and add project form's one
by one but problem exist ?
In fact 10 specific forms has this problem, I open .cbproj file on this
forms many items not exist.
Like DataModuleForm.cpp is my data module form, proj file must include this
lines:
1 <CppCompile Include="DataModuleForm.cpp">
2 <Form>fcDM</Form>
3 <DependentOn>DataModuleForm.h</DependentOn>
4 <BuildOrder>9</BuildOrder>
5 </CppCompile>
6 <FormResources Include="DataModuleForm.dfm" />
But lines 2, 3 and 6 dos not exist, I try to add this lines manually but
problem exist also !.
Can help me why this happens ?
Kind Regards,
sasan.