P
Parapura Rajkumar
hey all
I was wondering if there a way to override atexit in my own module.
The problem I was facing is that the VS2005 seems to ignore functions
registered with atexit once it starts processing atexit registered
functions. ( Mainly static object destructors )
What I would like to achieve is have my custom atexit that calls the
standard atexit. But when dlls are being unloaded and VS2005 is
processing registered atexit functions, I can make my atexit assert so
that I can find and fix potential bugs / resources leaks.
Thanks
Raj
I was wondering if there a way to override atexit in my own module.
The problem I was facing is that the VS2005 seems to ignore functions
registered with atexit once it starts processing atexit registered
functions. ( Mainly static object destructors )
What I would like to achieve is have my custom atexit that calls the
standard atexit. But when dlls are being unloaded and VS2005 is
processing registered atexit functions, I can make my atexit assert so
that I can find and fix potential bugs / resources leaks.
Thanks
Raj