GithubHelp home page GithubHelp logo

lua-5.3.5's Introduction

LUA-5.3.5

LUA 5.3.5 Support Chinese Function

[说明]

在官网下载的源码默认是不支持中文函数名的, 在这个VS项目里,我修改了llex.c函数,使其支持中文函数名

[使用方法]

1.使用VS2017直接编绎生成lib

2.把生成的lib放到LUA5_3_5_h&lib文件夹里

3.再把这个文件夹拷贝到你的C++项目的目录中

4.项目属性-C/C++-附加包含目录添加这个文件夹的路径

5.链接器-输入-附加依赖项,输入这个lib的名称

[注意事项]

1.两个项目的运行库一定要相同

2.确保lua文件的编码为ANSI(GB2312或GBK),UTF-8是不行的,用Notepad++的要特别注意一下

3.如果你的c++项目有附加库目录的话,要把生成的lib拷贝到附加库目录里

lua-5.3.5's People

Watchers

DecenFrontier avatar

Forkers

jinyonghlj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.