Hi

 

 

I have written DLL's on Windows Platform the persistent storage (storage
needed between calls to exported functions)

 

I save in something called Thread Local Storage

 

Looking at the examples in the XL C\C++ all the storage seems to be
allocated on the Stack, meaning once it leaves on exported functions it wont
be available to others, would anyone know 

 

Where global or Heap Storage is stored for a DLL

 

 

 

thanks


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to