首 页 | 新 闻 | Symbian | Windows Mobile| J2ME | 下载中心 | 游戏策划 | 购书指南 | 移动开发视频教程
您现在的位置: 开发视界 >> Symbian英文资料 >> Tools SDK >> 文章正文
Carbide.vs - Disabling the MMP/PKG File update feature
作者:vin2ktal…    文章来源:newlc    更新时间:2006-11-23 11:44:49

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 third 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 upto 3.1; you may get more details by visiting this link: Carbide.vs 2.0.1

相关文章:
How to reset the alternate makmake entry in Codewarrior
Codewarrior: how to avoid the "Too Many Include Paths" error when using the UIQ 2.1 SDK
Carbide.c++: Setting up On Target Debugging
Display the extended panic code in Emulator or Device
Start automatically an application or an exe after its installation
Compress Your Symbian C++ Executables
How To Freeze New Exports From Dll
Change the application name in shell and panel