Read-only archive of the All About Symbian forum (2001–2013) · About this archive

error compiling

1 replies · 1,224 views · Started 25 August 2005

RESOURCE DIALOG r_example_dialog
{
title="Change Coordinates and Size";
buttons=R_EIK_BUTTONS_CANCEL_OK;
flags=EEikDialogFlagWait;
items=
{
DLG_LINE
{
type=EQikCtNumberEditor;
prompt="x coordinate";
id=EExampleControlIdXEditor;
control=QIK_NUMBER_EDITOR <-----------
{
};
}

};
}

C:\\SYMBIAN\\UIQ_21\\UIQEXAMPLES\\HELLOWORLD\\Helloworld.rss(75) : Label not found

//file hrh

#define EExampleControlIdXEditor 0x1001
#define EExampleControlIdYEditor 0x1002
#define EExampleControlIdZEditor 0x1003

i have include this file

#include <eikenv.h>
#include <eikappui.h>
#include <eikapp.h>
#include <eikdoc.h>
#include <eikmenup.h>
#include <eikdialg.h>
#include <qikstockcontrols.hrh>
#include <qikon.rh>
#include <eikmenup.h>
#include <qiknumbereditor.h>
#include <qikhelplauncher.h>

and this lib

LIBRARY euser.lib apparc.lib cone.lib eikcore.lib eikcoctl.lib qikctl.lib eikcore.lib
LIBRARY ws32.lib eikcoctl.lib eikdlg.lib
LIBRARY qikctl.lib qikutils.lib