【发布时间】:2011-08-03 21:31:04
【问题描述】:
我是一名 j2me 开发人员,但现在我必须用 C++ 为 Symbian 开发一个应用程序。我对它完全陌生。
我安装了 Perl、Symbian S60 第 5 版和 Carbide.c++,并按照本文档的指导开始创建“helloworld”应用程序: http://library.forum.nokia.com/index...6502C151E.html.
我在构建应用程序期间遇到 2 个错误
错误是:
1)undefined identifier 'KGeneral_Information' HellowordAppUi.cpp /Helloword/src line 206 C/C++ Problem
2)the file 'Helloword_0xE0C8D323.hlp.hrh' cannot be opened HellowordAppUi.cpp /Helloword/src line 22 C/C++ Problem
警告是:
1) #warning "Please see comment about help and UID3..." HellowordAppUi.cpp /Helloword/src line 193 C/C++ Problem
2) preprocessor #warning directive HellowordAppUi.cpp /Helloword/src line 193 C/C++ Problem
我无法理解为什么会这样。工作区与 SDK 位于同一驱动器中。
【问题讨论】: