PDA

Click to See Complete Forum and Search --> : DLL stores persistent data?


capsulecorpjx
Jul 15th, 2005, 10:48 AM
Do DLL files store persistent data?
For example, if I called a function setSomeValue(intSomeInt) from my VB app that invokes a DLL function to set a value, after my program completely restarts, will that value still be there? Can i get that value with getSomeValue(...)?

techgnome
Jul 15th, 2005, 12:48 PM
Only if the DLL has been programed to.... and most aren't.

Tg