1.dev c/C + + development tool is very small, 0 basic primer, use 5.11 this version.
2.lua http://www.lua.org/ftp/Download the source file using lua5.3.4.
3.lua compilation first step, Lua static link library
Unzip the downloaded lua5.3.4 compressed file, copy all the files under SRC to the current project
Add source file to current project
Exclude non-source files and lua.c luac.c lua.hpp
Compile the project to get the LUA53A.A library file
4,lua compile the second step, compile the LUA interpreter
Create a new Console Application project Lua53, and copy all the files from lua5.3.4 to the project directory and import to the project
Remove the default main.c files and luac.c files
Join the first step to get LUA53A.A as a link library
Get Lua53.exe interpreter after compiling
5. Third step compiler, identical, own digging, (delete lua.c)
Compiling LUA on Windows using dev C + +