lua-users home
lua-l archive

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



Would anyone out there care to help port LuaX (the industrial Lua distro) to WinCE/PocketPC platform?


I'm using Embedded VC++ 4.0 and the remaining issues are with Unix-like file access etc. (see below) that don't seem to be there in WinCE. Under regular Win32, these functions do exist.

After this port, you could do (graphical) Lua applications on Win32/Linux/OSX/NetBSD/WinCE and run them on any other platform! :)

-ak


lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol system referenced in function io_execute
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol remove referenced in function io_remove
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol rename referenced in function io_rename
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol clock referenced in function io_clock
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol strftime referenced in function io_date
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol localtime referenced in function io_date
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol gmtime referenced in function io_date
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol time referenced in function io_date
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol mktime referenced in function io_time
lua51.lib(liolib.obj) : error LNK2019: unresolved external symbol setlocale referenced in function io_setloc
lua51.lib(lvm.obj) : error LNK2019: unresolved external symbol strcoll referenced in function luaV_strcmp