dear all,
I received some C# code and I would like to have it in LUA. Is there an easy way to do this or to get this done?
thanks for your advice,
g.
Professional Software Development Tools
dear all,
I received some C# code and I would like to have it in LUA. Is there an easy way to do this or to get this done?
thanks for your advice,
g.
lua is pretty limited by it self, i don't know what C code you have so i can't say if it's possible. There is no converter if that's what you mean
C# to lua, not without exporting the c# functions first
Open your eyes to Narcissism, Don't let her destroy your life!!
I'm not sure I understand (or I'm sure I don't understand it): what would it take to export the c# functions?
gert
Well if you've got some C# functions it's impossible to convert it to Lua. Lua is pretty limited by itself. Why don't you post those functions and we can see if it's possible but i don't think so
Post the code so that the folks here can evaluate it.
Never know what life is gonna throw at you.
(Based on a true story.)
you embed lua into your c# exe/dll and call the functions from a lua script, you will need to study the lua c apiwhat would it take to export the c# functions?
Open your eyes to Narcissism, Don't let her destroy your life!!