Is Symbian project in carbide.c does has .mmp file??
If no, than how am I suppose to add the LIBRARY and CAPABILITIES (in 3rd Ed.) ????????
If yes, where can I find and edit this .mmp file?????
thx
Is Symbian project in carbide.c does has .mmp file??
If no, than how am I suppose to add the LIBRARY and CAPABILITIES (in 3rd Ed.) ????????
If yes, where can I find and edit this .mmp file?????
thx
click the right button on the project and select "properties"
You can add library in that![]()
Another summer day,
has come and gone away,
I want go home,
Hi Ronald,
Afaik it's not possible to modify the .MMP file directly in Carbide.c++. The motivation is probably to take away the responsibility of maintaining the redundant parts of the .MMP (e.g. what source files to use) from the developer.
But of course you can set capabilities and libraries in Carbide.c++. In the upper-right corner you should see the Build Configurations window. By pressing the blue "i" icon, a property window pops up. You can set capabilities in the first page, and by selecting WINSCW C/C++ Linker -> Libraries you can control which libraries your app is linked against.
Remember that if you change your build configuration (e.g. to device build) you need to repeat the procedure, since the properties aren't shared between configurations.
Good luck,
-- Mikko
Hi,
thx huchong and uttumuttu
now I can add library and capabilities to my projects
thx
You can change CAPABILITIES form menu: Project->Edit capabilities.Originally Posted by ronald29
About changing LIBRARY see Project->[Project name] Properties...->Linker->Input->Additional Dependencies.
Also you can change *.mmp file manualy by turning off "Update .mmp File" from menu Project->Carbide.vs Properties->Project properties.
It make carbide.c++ so uncomfortable to use that the it can't export .mmp file.![]()