Hi,
I want to build multiple projects under one folder like in Visual Studio. I have a folder name ABC which contains 2 projects ABC1 and ABC2 and one Bld.inf file containing the projects references. The contents of Bld.inf file is:
PRJ_MMPFILES
ABC1\group\ABC1.mmp
ABC2\group\ABC2.mmp
when I tried to import this Bld.inf file in carbide.c++ and build the project, it's giving me following errors:
1254813626458 the file 'ABC1_0xE7DF660E.hlp.hrh' cannot be opened ABC1AppUi.cpp
1254813626520 undefined identifier 'KGeneral_Information' ABC1AppUi.cpp
Is it possible to build multiple projects under one folder using carbide.c++?
Please let me know!
thanks...




