Re: deployment of app with lua51.dll
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: deployment of app with lua51.dll
- From: "Wesley Smith" <wesley.hoke@...>
- Date: 2008年1月31日 12:31:42 -0800
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