User forums > Using Code::Blocks

Using LUA in C++

(1/1)

Blakebarnes00:
Ok, Im trying to embed LUA into C++. Im using Code::Blocks and the GNU GCC Compiler. How would I be able to use LUA to script my programs like other people do? or can you only do that in Visual Studio?

stahta01:

--- Quote from: Blakebarnes00 on June 27, 2014, 12:47:23 pm ---Ok, Im trying to embed LUA into C++. Im using Code::Blocks and the GNU GCC Compiler. How would I be able to use LUA to script my programs like other people do? or can you only do that in Visual Studio?

--- End quote ---

I have no idea what you are asking; please make sure your question is on topic for this Forum by reading the CB Posting Rules.
http://forums.codeblocks.org/index.php/topic,9996.0.html

I would guess the CB pre/post build steps might be related to your question; but, since your question makes no sense to me I could be way off.

Maybe one of these links will give info to you.
http://wiki.codeblocks.org/index.php?title=User_documentation
http://wiki.codeblocks.org/index.php?title=FAQ

Tim S.

Blakebarnes00:
You must not know that much about Lua scripting then...

dmoore:
There isn't a Lua wizard if that's what you are asking, but its pretty simple to set up Code::Blocks to work with any 3rd party library compatiable with your compiler, including the Lua libs (which is usually GCC). Google "embedding Lua".

Navigation

[0] Message Index

Go to full version