Click here to Skip to main content
15,896,201 members
Articles / Programming Languages / Lua

Extending a C++ Application with Lua 5.2

Rate me:
Please Sign up or sign in to vote.
4.69/5 (15 votes)
4 Aug 2013CPOL13 min read 56.9K   1.5K   66  
Using a subset of the available Lua 5.2 C interface to extend a C++ application with Lua.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Parser01.rc

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        101
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired Georgia Southern University
United States United States
Team lead for a point of sale software application written in C and C++. Previous experience with Nortel Networks on software for telecommunications products as well as Program Management.

Education:
BS Computer Science
MBA
Masters in Project Management

Comments and Discussions