lua-users home
lua-l archive

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


> It gives myriad of complains about so-called "deprecated" functions
> which is un-avoidable, because Microsoft wants everyone to use
> the _s variants of those functions.

What are the "_s variants of those functions"?


> Other, more interesting issue, is that time_t is 64bit value in this
> CRT.

This is worth an explicit cast to lua_Number.

-- Roberto