This page was last modified 16:36, 11 September 2007.
Solutions to common Carbide issues
From Forum Nokia Wiki
IDEs are Eclipse-based development environments for Symbian OS C++ application development. In this page, the issues related to the free version of the IDE, Carbide.c++ Express v1.1, are gone through.
Contents |
GCCE 3.4.3 does not produce right description for the parent class "CAknAppUi"
See the topic GCCE for a solution to this issue.
Carbide importer limitations detected during MMP import
When importing SDK examples into Carbide.c++, the IDE might display the following kind of warning. In this case, the specific warning that Carbide.c++ gives in the Problems view is usually “Importer limitation – MMP keyword ignored:LANG”. It is caused by the “LANG SC” line in the .mmp file.
NOTE All keywords are now recognized during the import process in Carbide.c++ v1.2.
"An error has occurred. See error log for more details"
Sometimes Carbide.c++ gives an unknown error (see figure below). See error log from Window > Show View > Other > PDE Runtime > Error Log for more details.
"Workspace in use, choose a different one"
This error also occurs if Carbide.c++ has become a so called zombie process and tried to be launched. In that case, kill Carbide.c++ process (javaw.exe) by using Windows Task Manager and then launch it.
This error is sometimes a consequence of corrupted .metadata/.plugins/org.eclipse.ui.workbench/workbench.xml file. Try to remove it when Carbide hangs up on startup. This deletes your (mostly) layout-related settings. Less drastic solution is to clean the editors section inside this file, e.g. with this markup:
<editors> <editorArea activeWorkbook="DefaultEditorWorkbook"> <info part="DefaultEditorWorkbook"> <folder appearance="1" expanded="2"> <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory"/> </folder> </info> </editorArea> </editors>
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Increasing the image capture resolution to more than 640 * 480 in camera server | rashmi_ghai | General Symbian C++ | 13 | 2004-10-09 21:48 |
| About Recognizer !!!!! | ankushbabrekar | General Symbian C++ | 17 | 2007-03-27 13:13 |
| my first app prj build block | linbo-lmx | Carbide.c++ and CodeWarrior Tools | 4 | 2007-12-07 21:19 |
| [help] Compulsory attributes missing | PhreaX | Mobile Java General | 3 | 2008-03-11 01:25 |
| Carbide issues: highlighting & parsing compiler-output | dracula78 | Carbide.c++ and CodeWarrior Tools | 1 | 2007-12-05 10:47 |


