Hi,
I've these libraries
LIBRARY srtp.lib
LIBRARY rtpservice.lib
in the .mmp file of my project and second copy these libs and rtpapi.h header file.
C:\Symbian\9.2\S60_3rd_FP1_3\Epoc32\release\winscw\udeb
and in include folder as well.
I'm having compilation erro from all RtpAPI function that i'm using in the project.I'm pasting couple of them down here.
mwldsym2.exe: Undefined symbol: 'void CRtpAPI::CancelSend(unsigned long) (?CancelSend@CRtpAPI@@QAEXK@Z)'
mwldsym2.exe: referenced from 'CRTPApiEngine::~CRTPApiEngine(void) (??1CRTPApiEngine@@UAE@XZ)' in RTPApiEngine.cpp:37
mwldsym2.exe: referenced from 'CRTPApiEngine::~CRTPApiEngine(void) (??1CRTPApiEngine@@UAE@XZ)' in RTPApiEngine.cpp:40
mwldsym2.exe: Undefined symbol: 'void CRtpAPI::CloseStream(unsigned long) (?CloseStream@CRtpAPI@@QAEXK@Z)'
These errors come up if i build my project from emulator,like this ...
bldmake bldfile
abld build winscw udeb
Please let me know what is the problem of these errors do i need to have anyother lib in my .mmp apart from mentioned above.
second it works fine for gcce compiler but i need to test my application and want trace for RTP packet so i really need to run this on emulator.Does any one be winner in running it.
Thnaks in advance,
Haroon Azmat



