Hi All,
I want to track the duration of all the calls made by my mobile. When I browsed through the internet I found that there are few functions like PhoneOpenCallLog, PhoneGetCallLogEntry and PhoneCloseCallLog to track the call log in the mobile. These functions are in phone.h. I included this header file in my code, but still I am getting a linker error as follows.
Error 3 error LNK2019: unresolved external symbol PhoneCloseCallLog referenced in function "public: int __cdecl CTrialCppApp::TestFunction(void)" ( TestFunction@CTrialCppApp@@QAAHXZ) TrialCpp.obj
Error 4 error LNK2019: unresolved external symbol PhoneGetCallLogEntry referenced in function "public: int __cdecl CTrialCppApp::TestFunction(void)" ( TestFunction@CTrialCppApp@@QAAHXZ) TrialCpp.obj
Error 5 error LNK2019: unresolved external symbol PhoneOpenCallLog referenced in function "public: int __cdecl CTrialCppApp::TestFunction(void)" ( TestFunction@CTrialCppApp@@QAAHXZ) TrialCpp.objI absoultely have no clue on where to add the phone.lib. I am using Visual Studio 2005. and Windows Mobile 5.0 Pocket PC SDK. Please guide.
Thanks,
Kiran G