I have build this toolkit for symbian 6.1 but while using, it gives me an error access violation due to pGlobalAnchor (which is defined in core_globals_epoc.h).
can you please .... provide me this file.
Thanks and Regards Micky
Logged In: YES user_id=1225045
my core_globals_epoc.h
#ifndef __CORE_GLOBALS_EPOC_H__ #define __CORE_GLOBALS_EPOC_H__ #include "mgr.h"
typedef struct CoreGlobalsEpoc{ SyncMLInfoPtr_t pGlobalAnchor; }*ptrAnchor,aAnchor; ptrAnchor TheCoreGlobalsEpoc () { return (ptrAnchor) malloc (sizeof (aAnchor)); } #endif //__CORE_GLOBALS_EPOC_H_
Log in to post a comment.
Logged In: YES
user_id=1225045
my core_globals_epoc.h
#ifndef __CORE_GLOBALS_EPOC_H__
#define __CORE_GLOBALS_EPOC_H__
#include "mgr.h"
typedef struct CoreGlobalsEpoc{
SyncMLInfoPtr_t pGlobalAnchor;
}*ptrAnchor,aAnchor;
ptrAnchor TheCoreGlobalsEpoc () {
return (ptrAnchor) malloc (sizeof (aAnchor));
}
#endif //__CORE_GLOBALS_EPOC_H_