Subj : Re: Creating new data section To : borland.public.cpp.borlandcpp From : Reddy Date : Wed Feb 16 2005 10:32 am no the data is part of the EXE, I will use another windows to open the running program(which i want to snapshot)and process the variables in the data segment. "Bob Gonder" wrote in message news:c21511hdriiv3sbu985qkn1raarn2gl006@4ax.com... > Reddy wrote: > > >my intension is to acess the values of the varibales in that pragma section > >while the programming is running. > >i want to do this to implement a snapshot and recall feature for that > >data.i,e storing and restoring the variable value while the > >process is running. > > The data is in a DLL? > Why not let the DLL snapshot it? > > My understanding is that would be more portable. > > .