• <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++ 技術中心

               :: 首頁 :: 聯系 ::  :: 管理
              160 Posts :: 0 Stories :: 87 Comments :: 0 Trackbacks

            公告

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

            留言簿(27)

            搜索

            •  

            最新隨筆

            最新評論

            評論排行榜

            1.下載swig,我這里用的是swigwin-2.0.9.zip,官網地址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文件,內容如下:
            %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( "測試腳本是否被調用" );
            print( "hello" );
            print( "hello, tpf" );
            print( "看到hello的字樣,表示腳本被調用" );

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

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

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

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

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

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

            10.得出結果如下:
            測試腳本是否被調用
            hello
            hello, tpf
            看到hello的字樣,表示腳本被調用
            -----------------------------
            下面測試函數
            3
            看到數字表示函數正常被調用
            -----------------------------
            下面測試類調用
            -----------------------------
            成員變量>>>     10
            成員變量>>>     20
            下面測試成員函數
            10 20
            看到數字表示成員函數被正常調用
            posted on 2014-04-24 16:12 C++技術中心 閱讀(3350) 評論(0)  編輯 收藏 引用 所屬分類: 其他編程
            区久久AAA片69亚洲| 99久久免费国产精精品| 久久精品人妻中文系列| 日产精品久久久久久久| 久久99中文字幕久久| 久久99国产精一区二区三区| 久久精品麻豆日日躁夜夜躁| 久久精品亚洲AV久久久无码 | 精品久久久久久久中文字幕| 国产成人久久激情91| 69国产成人综合久久精品| 午夜人妻久久久久久久久| jizzjizz国产精品久久| 久久精品一区二区影院| 国产成年无码久久久免费| 久久国产色AV免费观看| 精品久久久无码人妻中文字幕 | 伊人久久大香线蕉av不卡| 国产亚洲色婷婷久久99精品| 久久久国产精品福利免费| 国内精品伊人久久久久| 波多野结衣久久一区二区 | 精品久久久久中文字幕一区| 久久精品无码专区免费青青| 久久久亚洲AV波多野结衣| 久久婷婷五月综合成人D啪| 久久亚洲AV成人无码软件| 99久久精品国产一区二区| 999久久久国产精品| 欧美久久精品一级c片片| 久久精品无码专区免费东京热| 伊人久久大香线蕉av不变影院 | 丰满少妇高潮惨叫久久久| 久久午夜福利无码1000合集 | 久久精品中文无码资源站| 久久久久久精品免费免费自慰| 久久国产精品免费一区二区三区| 精品久久久久久无码中文字幕一区| 国产成人综合久久精品尤物| 久久99精品久久久久久动态图| 色综合久久无码五十路人妻|