lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


One more question in this realm:

I've noticed that static constructors and initializers don't get
called right when the dll loads.  I'm getting crashes right now
because of this.  Is there a way to force static initialization of C++
code in a DLL when it loads, or alternatively is there a way to
register a function to be called on load?

thanks in advance,
wes