I need little help regarding Gizmo IKsemel parser. Actually I have successfully compiled and Loaded the ECom-Plug in , but when I make call to any function then it crashes the application. here is the example code
CXmppXmlParserIF* aXmppXmlParserIF = NULL;
TRAPD(error,aXmppXmlParserIF = CXmppXmlParserIF::NewL());
iksid *sid;
sid =static_cast<iksid*>(malloc(sizeof(iksid)));
char usr[20]="abc9876";
const char *p = "123456";
const char *id = "id";
iks *s = aXmppXmlParserIF ->m_iks_make_auth(sid,p,id );// it Crashes here,





