lua-users home
lua-l archive

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


Hello folks,


To those who has ported LUA to CE before, how'd you resolve the
following warnings?

warning C4013: 'system' undefined; assuming extern returning int
warning C4013: 'remove' undefined; assuming extern returning int
warning C4013: 'rename' undefined; assuming extern returning int
warning C4013: 'tmpnam' undefined; assuming extern returning int

And a couple of others, mostly related to STDIO.H (which is missing
in WinCE).

I am able to compile but I'm sure those warnings above would prove
fatal later....

Thanks

Regards