Re: [GD-Windows] new/delete across DLL's
Brought to you by:
vexxed72
From: Rich <leg...@xm...> - 2003-03-24 20:21:10
|
In article <3E7...@po...>, brian sharon <pud...@po...> writes: > Finally, DLLs (and memory allocated in them by your process) do NOT > survive the death of your process. How can they? OK, I misspoke slightly. DLL code can survive your process, but data allocated to your process by the DLL won't survive. At any rate, the factory approach is a good one if you're using DLLs. -- "The Direct3D Graphics Pipeline"-- code samples, sample chapter, FAQ: <http://www.xmission.com/~legalize/book/> izfree: Open source tools for Windows Installer <http://izfree.sourceforge.net> |