Re: run time memory address of my application
- From: Paul Pluzhnikov <ppluzhnikov-nsp@xxxxxxxxxxx>
- Date: Tue, 14 Nov 2006 13:42:51 -0800
benmidgley@xxxxxxxxxxxxxx writes:
I have shared object as part of an application, within this shared
object called by an application which I do not want to modify I have
state data, which I want to be able to back up and restore under the
feet of the application.
If the data is inside the DSO, and you have control over that DSO,
and you want to save/restore the data from within the same process
that is executing "application", then it is not clear why you can't
refer to the data directly.
If you have some constraint that prevents that, you didn't do a
good job explaininig that constraint :-(
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.
- Follow-Ups:
- Re: run time memory address of my application
- From: benmidgley
- Re: run time memory address of my application
- References:
- run time memory address of my application
- From: benmidgley
- run time memory address of my application
- Prev by Date: Re: Compiles on Fedora, but not on RH9 WHY???
- Next by Date: Permission denied problem
- Previous by thread: Re: run time memory address of my application
- Next by thread: Re: run time memory address of my application
- Index(es):
Relevant Pages
|