¸Þ¸ðÀå_LuaTinker

@ 2008-04-24 @
  LuaTinker
1 Lua
2 LuaTinker
2.1 VS2005¿¡¼­ lib ¸µÅ© ¿¡·¯ ¼öÁ¤ ¹æ¹ý
{_r} ¸Þ¸ðÀåÀ¸·Î °¡±â


1 Lua #

»çÀÌÆ®;
http://www.lua.org/
http://luaforge.net/frs/?group_id=110&release_id=694 - LuaForge site(°¢Á¾ ·ç¾Æ ÆÄÀÏ ´Ù¿î·Îµå)
http://www.dbguide.net/blog/post/post_view.jsp?urlid=siseo&cnum=33400&pnum=7242 - À©µµ¿ì ÇÁ·Î±×·¡¹Ö°ú ·ç¾ÆÀÇ ´ëÅëÇÕ ·ç¾Æ¿Í C/C++ ¹ÙÀεù Çϱâ
    DBguide_net À©µµ¿ì ÇÁ·Î±×·¡¹Ö°ú ·ç¾ÆÀÇ ´ëÅëÇÕ ·ç¾Æ¿Í CC++ ¹ÙÀεù Çϱâ.zip    
History
£Û01/Feb/2008£Ý
¡Ü Lua 5.1.3 - Release 1
Removed Premake generated makefiles and renamed standard Makefiles from Makefile.std to Makefile. Updated Lua icon with more size and bpp combinations. Added Windows executable that is not a console application. Executable in Windows now uses VC8 (VS2005) run time library (MSVCR80.DLL).
£Û09/Apr/2007£Ý
¡Ü Lua 5.1.2 - Release 1
Added a dll proxy called "lua51.dll" in the dll packages. It can be used to replace other "lua51.dll" previously released. It will simply forward calls to the "lua5.1.dll". There is no compiled source code involved in the forwarding.
£Û14/Mar/2007£Ý
¡Ü Lua 5.1.1 - "luac5.1.exe" updated in the current zip to fix a problem with the "-l" parameter.
£Û10/Nov/2006£Ý
¡Ü Lua 5.1.1 - Release 1
¡Ü Lua 5.0.3 - Release 1
"luac5*.exe" and "lua5*.exe" in Windows now contain support for command line globing (so you can use "lua5.1 *.lua").
Each binary package has less sub-directories. Packages for Windows are in "zip" format.
The source code package includes makefiles to build the same binaries as LuaBinaries. Also has IDE projects for Visual C++ 6, 7 and 8.
£Û04/Mar/2006£Ý
¡Ü Lua 5.1 - Release 1
File names now use the suffix "5.1" instead of "51".
£Û29/Nov/2005£Ý
¡Ü Lua 5.1 - Beta 1
Based on Lua 5.1 beta released on 18/Nov/2005.
£Û16/May/2005£Ý
¡Ü Lua 5.0.2 - Release 2
There are some important changes, see the Release 2 documentation.
LuaBinaries Release 1 and Release 2 for Lua 5.0.2 are incompatible.
£Û29/Mar/2005£Ý
¡Ü Lua 5.0.2 - Release 1
¡Ü Lua 4.0.1 - Release 1
¡Ü Lua 3.2.2 - Release 1
All binaries are based on internal Tecgraf binaries.

2 LuaTinker #

»çÀÌÆ®;
http://zupet.tistory.com/136 - »èÀºÀÌ~ÀÇ °³ÀÎ ºí·Î±×(LuaTinker_0.5a.zip Æ÷ÇÔ)
LuaTinker_0.5b.zip/     lua_tinker_0.5c.gcc.pre_release.zip/     lua5_1_2_Win32_vc8_lib.zip    

2.1 VS2005¿¡¼­ lib ¸µÅ© ¿¡·¯ ¼öÁ¤ ¹æ¹ý #

LuaTinker_0.5b´Â VS2003 ¿¡ Ưȭ µÇ¾î À־,
VS2005 ¿¡¼­ libc.lib µîÀÇ ¶óÀ̺귯 ¸µÅ© ¿¡·¯ ¹ß»ýÇϸç, ´ÙÀ½°ú °°Àº ¹æ¹ýÀ¸·Î ¼öÁ¤
  1. ·ç¾Æ»çÀÌÆ®¿¡¼­ 8.0¿ë lib ¿Í Çì´õ¸¦ ´Ù¿î·Îµå
  2. µ¤¾î¾º¿ì°í...
  3. 8.0¿ë lib ·Î ¸µÅ© º¯°æ...
  4. #pragma warning(disable:4996)
  5. Ignore lib ¿¡ libc.lib, libcmt.lib, msvcrt.lib, libcd.lib, msvcrtd.lib Ãß°¡


{_r} ¸Þ¸ðÀåÀ¸·Î °¡±â