System Class initialization complete?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

I have a class that has an initialization thread spun up by a static member.
I don't want this thread to run until *all* the classes are done
initializing. How can I tell when all the classes (mine and MFC's) are done
initializing and it's safe to start creating instances of my classes?

Thanks...
.



Relevant Pages