Hi all,
i can't solve problem with sip resolver plugin and so my sip application can't receive incoming requests.
I developed my app and ecom plugin with carbide c++ express v1.1, and i had problem with plugin. Then i found in this forum some posts about problems of carbide in building plugins, with errors in target directories and in .mmp file.
This is link of a thread about this problems:
http://discussion.forum.nokia.com/fo...ad.php?t=92181
I tried to do changes that suggested this thread, but nothing, i continue to receive '415 unsupported media type": my plugin was never loaded by emulator!
So i decided to change code developer, and i now i'm trying to develop plugin with CodeWarrior for Symbian v3.1, Personal Edition (90 days of free trial).
I checked target directories and they are ok.
But also developing plugin with cw, plugin isn't loaded when emulator starts; i'm using Symbian 3rd edition, FP1.
I post my mmp file and rsc file, but i think that they are right.
/////////resolverplugin.mmp//////////
TARGET SIPResolverPlugin.dll
TARGETTYPE PLUGIN
UID 0x10009D8F 0xA00001EC
SOURCEPATH ..\Src
SOURCE SIPResolverPluginDll.cpp
SOURCE SIPResolverPlugin.cpp
USERINCLUDE ..\Inc
SYSTEMINCLUDE \epoc32\include \epoc32\include\ecom
START RESOURCE ..\Data\A00001EC.rss
TARGET SIPResolverPlugin.rsc
END
LIBRARY euser.lib
LIBRARY ecom.lib
LIBRARY apparc.lib
LIBRARY apgrfx.lib
VENDORID 0
CAPABILITY NetworkServices LocalServices Location ReadUserData \
WriteUserData WriteDeviceData SwEvent ProtServ
/////A00001EC.rss///////
#include <RegistryInfo.rh>
RESOURCE REGISTRY_INFO theInfo
{
// UID for the DLL
dll_uid = 0xA00001EC;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of interface that is implemented
interface_uid = 0x102010DD;
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = 0xA00001EC;
version_no = 1;
// SIPApp UID: Must match to the one SIPApp passes to CSIP::NewL.
default_data = "E42E5457";
}
};
}
};
}
Please, help me! I've tried hundreds of solutions, but plugin has never been loaded!
Thanks in advance,
Alessio





