Menu

#2 core_global_epoc.h

open
nobody
5
2005-02-28
2005-02-23
No

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

Discussion

  • micky menezes

    micky menezes - 2005-02-24

    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_

     
  • micky menezes

    micky menezes - 2005-02-28
    • labels: --> Install Problem (example)
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.