cereadme.txt

来自「Lua is a powerful, fast, lightweight, em」· 文本 代码 · 共 21 行

TXT
21
字号
Upgrade to Lua 5.1.2
2007/8/2

This project is to support Lua on WinCE. It base on the Lua5.1 official version 
and Pedro Miller Rabinovitch's porting for Lua5.0.

zzm9981@163.com ported it to WinCE 4.2 (armv4i,EVC4.0). 

Below features is tested:
1. simple scripts, such as hello world
2. Call extension dll
3. interactive mode
4. Exchange complex table data between C and Lua

To build an Interpreter for CE, please add luacerun.c, instead of lua.c

luacerun.c,luace.h,luace.c and errno.h are for CE only.

The wincebuild directory include the project files for Static/Dynamic Library and Interpreter

2006/8/29

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?