i use this plugin "Local_Client_Provisioning_Plugin_for_VoIP_Rel_2_x_vBeta1_5_en" and try to make new profile in voip,sip,i do all things as say in userguide,download all plugins,library.
in user guide there say that "
To use the VoIP settings configured in the settings.wbxml file, you need to need to add the following
example code snippets into your application source files:
• In the .mmp file:
LIBRARY VoIPSettingsProv.lib
• In the source .cpp file:
#include <VoIPSettingsProv.h>
CVoIPSettingsProv* prov = CVoIPSettingsProv::NewL();
CleanupStack::PushL( prov );
prov->ProvFileL();
CleanupStack::PopAndDestroy(); // prov
"
after do this i got 2 error:
Creation Time Description Resource Path Location Type
1284647050752 Undefined symbol: 'class CVoIPSettingsProv * CVoIPSettingsProv::NewL(class TBuf<256>) (?NewL@CVoIPSettingsProv@@SAPAV1@V?$TBuf@$0BAA@@@@Z)' voiptest Unknown C/C++ Problem
1284647050753 Undefined symbol: 'int CVoIPSettingsProv::ProvFileL(void) (?ProvFileL@CVoIPSettingsProv@@QAEHXZ)' voiptest Unknown C/C++ Problem
what mean by this error???



I will help if I know the answer. Shoot it.


