All my initialization in the dll can be done through a single class constructor;

what i did was to declare an object of this class as a global object, and then do all the initialization there.

is that good? thread-safe? I know that i can write a dll entry point and do "new Class" there of the global pointer (which would be null prior to that); so which is better?

Thanks

link|improve this question

68% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.