[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ActiveX and dlls
- From: "D Burgess" <dburgess@...>
- 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