LuaTinker_0.5b 源码

时间:2012-08-12 03:17:04
【文件属性】:

文件名称:LuaTinker_0.5b 源码

文件大小:1.74MB

文件格式:ZIP

更新时间:2012-08-12 03:17:04

lua luatinker lua绑定C++

非常简单的LUA绑定C++的.使用有一点类似luabind.


【文件预览】:
sample3
----stdafx.cpp(294B)
----sample3.lua(2KB)
----stdafx.h(400B)
----sample3.cpp(2KB)
----sample3.vcproj(4KB)
----sample4.lua(2KB)
sample1
----stdafx.cpp(294B)
----sample1.lua(200B)
----stdafx.h(400B)
----sample1.cpp(756B)
----sample1.vcproj(4KB)
Licence.txt
sample4
----stdafx.cpp(294B)
----stdafx.h(400B)
----sample4.vcproj(4KB)
----sample4.cpp(2KB)
----sample4.lua(536B)
----ReadMe.txt(1KB)
sample2
----stdafx.cpp(294B)
----stdafx.h(400B)
----sample2.cpp(699B)
----sample2.vcproj(4KB)
----sample2.lua(119B)
sample5
----stdafx.cpp(294B)
----stdafx.h(400B)
----sample5.cpp(2KB)
----sample5.vcproj(4KB)
----sample5.lua(352B)
----ReadMe.txt(1KB)
lua
----lua51_Debug(MLd).lib(786KB)
----lua.h(11KB)
----lua51_Debug(MTd).lib(784KB)
----lauxlib.h(6KB)
----lua51_Debug(MDd).lib(789KB)
----lua51_Release(MT).lib(991KB)
----lua51_Release(ML).lib(993KB)
----luaconf.h(22KB)
----lua51_Release(MD).lib(992KB)
----lualib.h(1022B)
LuaTinker.sln
lua_tinker
----lua_tinker.cpp(17KB)
----lua_tinker.h(25KB)

网友评论

  • 感谢,用一个项目时需要的
  • 简单好用 但是后来在网上找了一个更好用的 叫 simpler cpp binding的 就用那个了
  • 好东西,不错挺好的,资源难找现在
  • 其實寫的不是很好,後來我實現了一個LuaBinder,可以在github上找到
  • 资料不错,官网下载不了 ps:编译报错提供一个解决方案:../lua/lua51_Debug(MLd).lib 修改为 ../lua/lua51_Debug(MTd).lib
  • 用2010 编译不过……
  • 好东西,很完整,就是 缺少点 相关文档说明,有点小遗憾
  • 不错,用起来很简单,只是不支持gcc吗?