• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

               C++ 技術中心

               :: 首頁 :: 聯(lián)系 ::  :: 管理
              160 Posts :: 0 Stories :: 87 Comments :: 0 Trackbacks

            公告

            鄭重聲明:本BLOG所發(fā)表的原創(chuàng)文章,作者保留一切權利。必須經(jīng)過作者本人同意后方可轉(zhuǎn)載,并注名作者(天空)和出處(CppBlog.com)。作者Email:coder@luckcoder.com

            留言簿(27)

            搜索

            •  

            最新隨筆

            最新評論

            評論排行榜

            1.下載swig,我這里用的是swigwin-2.0.9.zip,官網(wǎng)地址http://www.swig.org/ 載解壓后,目錄下有swig.exe程序
            2. 在VS中新建工程TestLua
            3.添加hello.h代碼如下:
            #ifndef HELLO_H__
            #define HELLO_H__

            int sum( int a, int b );
            class Test
            {
            public:
                int a;
                int b;
                Test();
                void print();
            };

            #endif/*HELLO_H__*/

            4.添加hello.cpp代碼如下:
            #include "stdafx.h"
            #include "hello.h"

            int sum( int a, int b )
            {
                return (a + b);
            }
            Test::Test()
            {
                a = 10;
                b = 20;
            }
            void Test::print()
            {
                printf( "%d %d\n", a, b );
            }

            5.編寫modulehello.i文件,內(nèi)容如下:
            %module hello
            %{
            #include "hello.h"
            %}
            %include "hello.h"

            6.使用以下命令生成文件
            swig.exe -c++ -lua c:\modulehello.i
            于是生成:modulehello_wrap.cxx文件

            7.在工程包含
            C:\Program Files (x86)\Lua\5.1\include
            符加庫目錄"C:\Program Files (x86)\Lua\5.1\lib"
            并且導入庫
            lua51.lib

            8.在工程文件TestLua.cpp代碼如下:
            #include "stdafx.h"
            extern "C"
            {
            #include <lua.h>
            #include <lualib.h>
            #include <lauxlib.h>
            };
            #include "modulehello_wrap.cxx"
            extern "C"
            {
                extern int luaopen_hello(lua_State* L); // declare the wrapped module
            };
            int _tmain(int argc, _TCHAR* argv[])
            {
                lua_State *L;
                L=lua_open();
                luaopen_base(L);    // load basic libs (eg. print)
                luaopen_hello(L);    // load the wrappered module
                if (luaL_loadfile(L,"./hello.lua")==0) // load and run the file
                    lua_pcall(L,0,0,0);
                else
                    printf("unable to load %s\n","hello.lua");
                lua_close(L);

                return 0;
            }

            9.編寫lua腳本hello.lua如下:
            print( "測試腳本是否被調(diào)用" );
            print( "hello" );
            print( "hello, tpf" );
            print( "看到hello的字樣,表示腳本被調(diào)用" );

            print( "-----------------------------" );

            print( "下面測試函數(shù)" );
            print( hello.sum( 1, 2 ) );
            print( "看到數(shù)字表示函數(shù)正常被調(diào)用" );

            print( "-----------------------------" );

            print( "下面測試類調(diào)用" );
            a = hello.Test();

            print( "-----------------------------" );
            print( "成員變量>>>", a.a );
            print( "成員變量>>>", a.b );

            print( "下面測試成員函數(shù)" );
            a:print();
            print( "看到數(shù)字表示成員函數(shù)被正常調(diào)用" );

            10.得出結果如下:
            測試腳本是否被調(diào)用
            hello
            hello, tpf
            看到hello的字樣,表示腳本被調(diào)用
            -----------------------------
            下面測試函數(shù)
            3
            看到數(shù)字表示函數(shù)正常被調(diào)用
            -----------------------------
            下面測試類調(diào)用
            -----------------------------
            成員變量>>>     10
            成員變量>>>     20
            下面測試成員函數(shù)
            10 20
            看到數(shù)字表示成員函數(shù)被正常調(diào)用
            posted on 2014-04-24 16:12 C++技術中心 閱讀(3355) 評論(0)  編輯 收藏 引用 所屬分類: 其他編程
            精品国产一区二区三区久久蜜臀| 94久久国产乱子伦精品免费| 婷婷伊人久久大香线蕉AV| 亚洲av伊人久久综合密臀性色| 久久久久久综合一区中文字幕| 欧美久久久久久午夜精品| 亚洲精品乱码久久久久久蜜桃图片 | 久久久久亚洲?V成人无码| 久久久久亚洲精品日久生情 | 麻豆AV一区二区三区久久| 久久er国产精品免费观看8| 婷婷综合久久中文字幕蜜桃三电影| 久久成人影院精品777| 亚洲狠狠婷婷综合久久久久| 国产午夜电影久久| 国产成人精品久久免费动漫| 欧美成人免费观看久久| 品成人欧美大片久久国产欧美... 品成人欧美大片久久国产欧美 | 久久午夜综合久久| 日本免费一区二区久久人人澡 | 亚洲伊人久久成综合人影院| 91精品国产91久久久久久蜜臀| 久久久久人妻一区精品色 | 热re99久久6国产精品免费| 热RE99久久精品国产66热| 国产精品九九久久精品女同亚洲欧美日韩综合区 | 色偷偷88888欧美精品久久久| 一本色道久久88综合日韩精品| 国产精品亚洲美女久久久| 国产成人精品久久免费动漫| 久久人人爽人人爽人人AV东京热| 久久婷婷国产剧情内射白浆| 久久久久久亚洲精品影院| 日本高清无卡码一区二区久久| 久久久久99精品成人片| 久久久久久久久久久免费精品| 久久精品国产国产精品四凭| 精品无码久久久久久久久久| 亚洲人成无码网站久久99热国产| 无码乱码观看精品久久| 中文字幕乱码人妻无码久久|