lua-users home
lua-l archive

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


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