Hi,
I want to have an instance of my class as a global static object. Is it possible to have it inside a DLL. What will happen to such object declarations and when will they get initialised
Thanks,
Jayaram Ganapathy
Hi,
I want to have an instance of my class as a global static object. Is it possible to have it inside a DLL. What will happen to such object declarations and when will they get initialised
Thanks,
Jayaram Ganapathy
Static Global Object inside a DLL
BobH
Hi guys,
the problem was in the constructor of the static object I had a call to exit function
Regards,
Jayaram Ganapathy