文件名称:tolua++ 版helloworld (lua脚本调用C++类的成员函数方法)
文件大小:151KB
文件格式:RAR
更新时间:2012-10-20 15:14:49
tolua++ lua c++
关于tolua++的资料太少,这个通过实例让你知道如何通过tolua++和C++交互,简单明了。 通过5个文件来演示这个tolua++版 hello world hello.lua ,hello.h ,hello.pkg ,Main.cpp ,build_pgk.bat 1.启动CodeBlocks新建一个控制台项目。把上面的5个文件覆盖到项目目录。 2.配置项目编译环境,把lua和tolua++类库和搜索路径包括进项目来。 2.双击build_pgk.bat 会新生成lua_hello.h调用文件。 3.运行编译即可看到我们的tolua++版的Hello world.这个程序实现了脚本调用C++类的成员函数方法
【文件预览】:
helloworld
----Main.cpp(566B)
----hellworld.cbp(1KB)
----hello.pkg(102B)
----bin()
--------Release()
----mytest.depend(1KB)
----build_pgk.bat(43B)
----obj()
--------Release()
----hello.lua(42B)
----hellworld.layout(242B)
----hello.h(191B)
----lua_hello.h(5KB)