From: "D Burgess" <dburgess@gmail.com>
Reply-To: Lua list <lua@bazar2.conectiva.com.br>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Subject: Re: ActiveX and dlls
Date: Fri, 30 Jun 2006 23:59:29 +1000
If I have this right, you have a dynamically loaded DLL that loads
lua as dynamic DLL? The issue certainly sounds like RTL
initialization. If it works OK in debug mode and VC reports
no memory errors, I would almost bet that the RELEASE
version VC is using /MT i.e. a differnt allocator. Do you load
any other DLLs that use the RTL? Which version of VC?
DB