LUA w/ Visual Studio.NET?

Started by
5 comments, last by Dak Lozar 20 years, 11 months ago
Anyone successfully using Lua(5.0) under Visual Studio(C++).NET? I''ve looked around and have not seen any mention of people doing this. Thanks for responses in advance. Dave "Dak Lozar" Loeser
Dave Dak Lozar Loeser
"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."--anonymous
Advertisement
We do.

Actually it''s still the beta build, since we are using LuaPlus which has not been released with Lua 5 final yet.

Is there anything in particular you want to know?



LightBrain website relaunched, BomberFUN only USD 9.99
visit http://www.lightbrain.de
Hi TroneX,
Thanks for the response... actually, I don''t have any specific questions. I suppose I was testing the water before jumping in... Its good to know that the water isn''t freezing

Thanks,

Dave "Dak Lozar" Loeser
Dave Dak Lozar Loeser
"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."--anonymous
Just started learning LUA. Some tutorials i found usefull.

http://tonyandpaige.com/tutorials/
http://www.redloop.com/larsde/articles/lua.php



[edited by - gibber on April 29, 2003 9:27:57 AM]
Hehe ... tutorials are a great thing ;-)

I mostly used the Enigma sources to get inspired of what you can do with Lua. But while Enigma uses toLua for exposing classes and variables to Lua (hence the name), I use LuaPlus. In fact, I didn''t even ever compile Enigma ;-)

Lua rocks !



LightBrain website relaunched, BomberFUN only USD 9.99
visit http://www.lightbrain.de
I have to say, after a coding session yesterday (I was off work yesterday, due to the Oaks - a pre Kentucky Derby event at Churchill Downs which, here in Louisville is considered a holiday) and a moderate session today, I think Lua is going to do the trick.

I need to find a method to speed up the process of exposing C++ functions to Lua - or maybe I just need to take a look at toLua? Anyone have any experience using toLua?

Game On...

Dave "Dak Lozar" Loeser
Dave Dak Lozar Loeser
"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."--anonymous
toLua works, although I haven''t tried it with Lua 5.

Creating MSVC 7 projects for Lua 5 (both beta and release) was very straightforward. It works fine.

This topic is closed to new replies.

Advertisement