Its still not possible to import an MMP into Carbide.C++ Pro / Dev !!
I thought this could have been fixed by now as there were problems since the Express version was first released.
The error I get is:
Unable to import file: org.eclipse.core.internal.resources.ResourceException:
C:\somefolder is not a valid folder for linked resources
I think the problem is caused by
#include "..\..\another.mmp" in the initial MMP file. This is necessary when building very large projects for multiple versions of Symbian OS S60 and UIQ whilst maintaining a similar build process for all. It worked fine in CodeWarrior.
In addition to be compatible with Codewarrior the SOURCEPATH statement needs to resolve relative paths from the directory the MMP thats being read is in. This may be different to the directory the initial MMP is in.





