Static Global Object inside a DLL

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




Answer this question

Static Global Object inside a DLL

  • _SeanK_

    Hi guys,

    the problem was in the constructor of the static object I had a call to exit function

    Regards,

    Jayaram Ganapathy



  • Static Global Object inside a DLL