Subj : Re: Creating new data section To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Tue Feb 15 2005 03:27 pm 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. .