Lua in visual studio 2012?

I am starting to learn Lua and wondering if it is possible to edit, run, and debug Lua code in Visual Studio 2012 in C ++. I looked and found that there are plugins for the visual studio of 2008 and 2010, but at present I can not find any information about what I am looking for.

A good starting point will provide syntax highlighting for Lua code. Integration with a debugger would be nice. Debugging between Lua code and C or C ++ library code might be ideal.

If not VS2012, then which IDE should be considered?

+5
source share
1 answer

found this: http://techneilogy.blogspot.de/2012/02/compiling-lua-with-visual-studio-2010.html

Compiling Lua with Visual Studio 2010

Lua

VS2010 ++

1) Visual Studio Visual ++. , , - , Visual Studio 2010 = > = > ... = > Visual ++ = > = > . , , . "Lua", Lua youre, , , "Lua52", .

2) Lua Visual Studio ++. V++ VS2010 . ( , .h , .)

3) Visual Studio Solution Explorer Add = > ... . .h .hpp "" " .c " . "

Lua

1) , :

luac.obj: LNK2005: _main lua.obj

, Lua Lua REPL/ (lua.c) (Luac.c).

2) " lua.c ", " luac.c " . .

Lua

1) , Lua REPL Visual Studio, , . :

2) :

3) Lua Lua. . Lua . , " ", .. C, .. Lua, " ", Lua Windows, ( ).

+15

All Articles