void MMdaCallback::MapcPlayComplete(TInt aError) {
if ( ! aError)
{
// do nothing
_LIT(call, "got called");
console->Printf(call);
}
}
**************************************
My compiler compiles for the udeb and armi_urel as well, but the emulator and the app_on_the_device likewise crash when I am trying to instantiate the CMdaAudioPlayerUtility.
Let me know if someone can give me an insight in to this. More than help to jet out anything else that may be required.