This page was last modified 08:47, 26 November 2007.
Carbide.vs - Disabling the MMP/PKG File update feature.
From Forum Nokia Wiki
Avoid automatically updating the .mmp and .pkg file by the Carbide.vs
Carbide.vs has a feature by which it will automatically update the .mmp and .pkg file when ever you build your project. But most of them might have be felt it annoying. There are two methods to disable that feature if you want to.
Method 1
From the VS.NET 2003 IDE go to the Project>>Carbide.vs Properties and then uncheck the Update .mmp File and Update .pkg File check boxes.
Method 2
If the first one is not working then use this second method. Sometimes the OK button of Carbide.vs Properties may not be enabled, in that case you've to manually modify the <YourProjectName>-SymbianOS-properties.xml file which you can find in your project folder. Open that file with a text editor add/modify the line as following:
<activeMmpFile>group\YourAppName.mmp</activeMmpFile> <updateMmpFile>false</updateMmpFile> <updateUidCppFile>true</updateUidCppFile> <pkgFile>sis\YourAppName.pkg</pkgFile> <pkgUpdate>false</pkgUpdate>
About Carbide.vs
Carbide.vs is an Add-in tool for VS.NET 2003 IDE, which will support all public Symbian SDKs as of now up to 3.1; you may get more details from by visiting this link: Carbide.vs 2.0.1.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem in Application name(app_file) S60 3rd | RB_Sahu | General Symbian C++ | 18 | 2008-09-13 18:48 |
| Invalid UID in Carbide vs projects | rihoe | Carbide.c++ and CodeWarrior Tools | 12 | 2006-09-01 12:38 |
| Carbide 1.2.2: relative pathnames in bld.inf | AlexOfBorg | Tools and SDK Feedback | 0 | 2007-08-06 13:58 |
| Multiple sis files attempt to get built | Paul.Todd | Carbide.c++ and CodeWarrior Tools | 3 | 2006-11-01 20:43 |
| Getting unable to install message on an E61 device | asheeshv | General Symbian C++ | 1 | 2007-04-16 11:05 |
