Namespaces
Variants
Actions
Revision as of 09:45, 15 June 2012 by hamishwillee (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Archived:Disabling the MMP/PKG File update feature.

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

Following the withdrawal of Carbide.vs, Nokia Developer no longer supports the Microsoft Visual Studio IDE for Symbian C++ development.
Article Metadata

Article
Created: vin2ktalks (03 May 2007)
Last edited: hamishwillee (15 Jun 2012)


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

Archived:Carbide.vs Overview is an Add-in tool for VS.NET 2003 IDE, which will support all public Symbian SDKs as of now up to 3.1.

45 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved