http://sunxiunan.com/?p=1477
You could download the project for VC2008 in http://groups.google.com/group/lua5/web/lua_vc2008.rar
The project will use parameter like amp;quot;c:\test.luaa ...……
一、文件读存:-- 似乎不支持大文件(不能超过9k?)function FileSaveLoad() local file = io.open(amp;quot;c:\\in.luaamp;quot;, amp;quot;ramp;quot;); assert(file); local data ...……