Is Global Memory accessible in FRAMEWORKS ?
Is Global Memory accessible in FRAMEWORKS ?
- Subject: Is Global Memory accessible in FRAMEWORKS ?
- From: "rohit dhamija" <email@hidden>
- Date: Tue, 9 May 2006 15:32:13 +0530
Hi,
Developing for Mac OS 10.4.5 PowerPC and Intel Mac
I have a framework having some data structure , example like
typedef struct _FULLNAME {
string first_name;
string last_name;
} FullName;
I load the framework with my application1. So it will load the framework and
its corresponding data-structure in its process space. Now i launch another
application2 with same framework. it will also load the framework in its
process space.
So multiple-applications running will have their own process spaces with
seperate data-structure loaded.(FullName structure for example)
But my requirement is to maintain a SINGLE structure common to all
applications loading my framework.
Is there any GLOBAL Space where I can load this structure.
Can different frameworks being loaded in seperate processes have acess to A
SINGLE GLOBAL MEMORY ?
Any alternate method to achieve the same purpose ? All suggestions/comments
are most welcome.
Regards,
Rohit
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden