Mr. Rastapasta
please i need help urgently
iam a student and have no idea about symbian, and was asked to make a digital signal processing DSP project on S80
please view my thread and this thread too
no one answered my questions on them
i hardly could (killed myself to do this) make my CMdaAudioInputStream but i couldnt compile my code due to these errors:
Code:
HELLOWORLDBASICAPPUI.obj : error LNK2001: unresolved external symbol "public: void __thiscall CMdaAudioInputStream::SetPriority(int,enum TMdaPriorityPreference)" (?SetPriority@CMdaAudioInputStream@@QAEXHW4TMdaPriorityPreference@@@Z)
HELLOWORLDBASICAPPUI.obj : error LNK2001: unresolved external symbol "public: void __thiscall CMdaAudioInputStream::SetGain(int)" (?SetGain@CMdaAudioInputStream@@QAEXH@Z)
HELLOWORLDBASICAPPUI.obj : error LNK2001: unresolved external symbol "public: int __thiscall CMdaAudioInputStream::MaxGain(void)const " (?MaxGain@CMdaAudioInputStream@@QBEHXZ)
HELLOWORLDBASICAPPUI.obj : error LNK2001: unresolved external symbol "public: void __thiscall CMdaAudioInputStream::Open(class TMdaPackage *)" (?Open@CMdaAudioInputStream@@QAEXPAVTMdaPackage@@@Z)
HELLOWORLDBASICAPPUI.obj : error LNK2001: unresolved external symbol "public: static class CMdaAudioInputStream * __cdecl CMdaAudioInputStream::NewL(class MMdaAudioInputStreamCallback &)" (?NewL@CMdaAudioInputStream@@SAPAV1@AAVMMdaAudioInputStreamCa
llback@@@Z)
HELLOWORLDBASICAPPUI.obj : error LNK2001: unresolved external symbol "public: void __thiscall CMdaAudioInputStream::ReadL(class TDes8 &)" (?ReadL@CMdaAudioInputStream@@QAEXAAVTDes8@@@Z)
HELLOWORLDBASIC.APP - 9 error(s), 0 warning(s)
I have created an application that uses the CMdaAudioInputStream to record an input stream to a file.
so please tell me what's wrong, and please as fast as possible
my trial (my bad code
) is written in my threads
I have looked at the Audio Input/Output Streaming example which is good
where is that example??
many thanx in advance