[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Compiling for WinCE/PocketPC
- From: "Mohammad Zubair" <mzubair@...>
- Date: Tue, 2 Jul 2002 12:08:11 +0800
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