Hi people,
i'm trying to get my application compiled for the 3rd edition phones and i have problems with my sounds API that compile perfectly on the previous edition.
When i include the file "MdaAudioOutputStream.h" i have these compiler error :
\Symbian\9.1\S60_3rd_MR_2\EPOC32\include\mmf\common\MmfIpc.inl(426) : error C2562: 'SendReceive' : 'void' function returning a value
\Symbian\9.1\S60_3rd_MR_2\EPOC32\include\mmf\common\mmfipc.h(117) : see declaration of 'SendReceive'
\Symbian\9.1\S60_3rd_MR_2\EPOC32\include\mmf\common\MmfIpc.inl(431) : error C2562: 'SendReceiveResult' : 'void' function returning a value
\Symbian\9.1\S60_3rd_MR_2\EPOC32\include\mmf\common\mmfipc.h(118) : see declaration of 'SendReceiveResult'
\Symbian\9.1\S60_3rd_MR_2\EPOC32\include\mmf\common\mmfcontroller.h(14) : fatal error C1083: Cannot open include file: 'mmfPluginInterfaceUIDs.hrh': No such file or directory
I have check in the directory the file 'mmfPluginInterfaceUIDs.hrh' exist but for the other error i dont understand whats happening. I have removed the 6.1 SDK and now have only the 9.1 ...
Any helps ?
Thanks,
Nicolas



