dll myapp[0x10112e0].app ahs initialised data.... I mgetting this linker errorr.(for aRMI UREL) what does it means...and why it happens Does anybody have any idea.. Pls help me.. thanks
Adding EPOCALLOWDLLDATA to your .mmp would enable you to use global writable static data in your .app DLL. But you must be sure of the cost, wastage of RAM.
Check this technical paper from symbian: http://www.symbian.com/developer/techlib/papers/cpp_programming_technique.asp#static_data
Yes, this is true if you are developing against Symbian's new real-time kernal (EKA2), Symbian 8.0b & Symbian 8.1b. But if you are developing against 6.1, 7.0, 7.0s, 8.0a. 8.0b this method will not work.
Even if you are developing against the EKA2, Symbian strongly encourages one of the many documented alternatives to global data.
dishneau and ssuu for such a valuable information..
Thanks again....for pouring ur valuable time over this problem. I have dropped the idea of using global variable. From where I can get the documented articles for alternatives of global variable, Thanks again,,
Forum posts: 176
Here is a good article explaining the issue and how to find your writable global data.
http://www.newlc.com/article.php3?id_article=529&var_recherche=global+data
Symbian's explanation of why they don't currently support it
http://www3.symbian.com/faq.nsf/0/71C212DB06DCE71380256D6E005AD2A8?OpenDocument
Darin
Darin Dishneau
www.dishneau.com/symbian
Forum posts: 239
Now I have resolved my problem..
Thanks for such valuable article......
Thanks again.
---------------
Bhatt Kavita
Forum posts: 239
Now I have resolved my problem..
Thanks for such valuable article......
Thanks again.
---------------
Bhatt Kavita
Forum posts: 52
Adding EPOCALLOWDLLDATA to your .mmp would enable you to use global writable static data in your .app DLL. But you must be sure of the cost, wastage of RAM.
Check this technical paper from symbian:
http://www.symbian.com/developer/techlib/papers/cpp_programming_technique.asp#static_data
NewLC #2150
Forum posts: 176
Even if you are developing against the EKA2, Symbian strongly encourages one of the many documented alternatives to global data.
Darin
Darin Dishneau
www.dishneau.com/symbian
Forum posts: 239
dishneau and ssuu for such a valuable information..
Thanks again....for pouring ur valuable time over this problem.
I have dropped the idea of using global variable.
From where I can get the documented articles for alternatives of global variable,
Thanks again,,
---------------
Bhatt Kavita