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

iEikonEnv ?

1 replies · 4,279 views · Started 27 September 2004

In one of the methods of a class of my own I do the following:

CFont* fontUsed = iEikonEnv->TitleFont();

but the compiler complains:

undefined identifier 'iCoeEnv'

What should I add to my class so it can recognise iEikonEnv ? Should I derive it from some other classes ?

Cheers

you mean CCoeEnv, that is the class name

and you probably have somehting the like:

CCoeEnv* iEikonEnv