I have a audio player module wherein i m using OpenAndPlayFileL() of CMdaAudioPlayerUtility.
On Compiling the prj using both sdk2.0 and 2.1 i get the msg that OpenAndPlayFileL() method is not a member of CMdaAudioPlayerUtility. But it is clearly mentioned in the sdk help that the method is one of the members of that class.
I then opened the file CMdaAudioPlayerUtility.h from \epoc32\include to cross chk it and to my surprise the method OpenAndPlayFileL() is not a member of CMdaAudioPlayerUtility.