lua-users home
lua-l archive

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


Peter Cawley wrote:
Two things should be noted for the CRT version:
* The end-user will require the appropriate runtime DLLs for the CRT
version (msvcrtXYZ.dll)
* Memory allocated with the one CRT version must be de-allocated with
that CRT version


Don't forget stuff like file handles. You can't pass a FILE handle from one CRT to another.