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