首 页 | 新 闻 | Symbian | Windows Mobile| J2ME | 下载中心 | 游戏策划 | 购书指南 | 移动开发视频教程
您现在的位置: 开发视界 >> Symbian英文资料 >> Tools SDK >> 文章正文
Codewarrior: how to avoid the "Too Many Include Paths" error when using the UIQ 2.1 SDK
作者:佚名    文章来源:转载    更新时间:2006-11-23 11:43:43

The UIQ v2.1 SDK for Codewarrior contains an annoying bug that prevents to compile any project imported through its MMP file. Unfortunately, UIQ has decided not to release any SDK update.... Shame on them.

This issue is rather easy to fix however and here is how to get rid of it:
- locate the ide_cw.pm file, located in the c:\Symbian\uiq_21\epoc32\tools directory (if you have installed the SDK in its default location).
- make a backup copy of it
- open it in your favorite text editor
- locate the following line (should be line 471):

        &textSetting($accesspath, "Recursive", "true");

- change the "true" value into "false":

        &textSetting($accesspath, "Recursive", "false");

- save the file

That’s all. You should now be able to import and compile your project without tweaking its settings three time a day.

相关文章:
How to reset the alternate makmake entry in Codewarrior
Integrating LeaveScan into Codewarrior 3.x
Carbide.vs - Disabling the MMP/PKG File update feature
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