Archived:Include lines missing from RMMImageRenderer.h in Nokia 7710 SDK (Known Issue)
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}}.
The article is believed to be still valid for the original topic scope.
The article is believed to be still valid for the original topic scope.
Article Metadata
Tested with
SDK: Nokia 7710 SDK
Devices(s): Nokia 7710
Article
Created: User:Technical writer 1
(23 Jun 2005)
Last edited: hamishwillee
(21 Jun 2012)
Contents |
Overview
Two #include lines are missing from the RMMImageRenderer.h file in the Nokia 7710 SDK.
Description
The missing #include lines are for eiksbobs.h and eikenv.h.
How to reproduce
If you attempt to compile a project that uses this header file, the missing #include lines generate 18 errors.
Solution
Add the following two lines to RMMImageRenderer.h
#include <eiksbobs.h>
#include <eikenv.h>


(no comments yet)