How to integrate Lua as Qt application extension
I need to actually make an entry of scripts, so you can manipulate the application, I've tried with the binary project with sources, usually by. LIBS and the pro INCLUDEPATCH ...
I've tried also the project but QtLua of errors, LQT also, if anyone knew the best and how to install it properly I would greatly appreciate it ..
Re: How to integrate Lua as Qt application extension
Is using Lua a requirement? Qt can be easily integrated with java script or python.
Re: How to integrate Lua as Qt application extension
But for you which is faster and easier to write scripts User? Lua, Python or Java?
Thank you for helpme
Re: How to integrate Lua as Qt application extension
Quote:
Originally Posted by
mizim
But for you which is faster and easier to write scripts User? Lua, Python or Java?
Thank you for helpme
I don't know Lua so for me it's probably fastest to use JavaScript and then Python. If you insist on using Lua then google for "embedding Lua", from what I see this is a pretty straightforward task.
Re: How to integrate Lua as Qt application extension
Quote:
Originally Posted by
mizim
I need to actually make an entry of scripts, so you can manipulate the application, I've tried with the binary project with sources, usually by. LIBS and the pro INCLUDEPATCH ...
I've tried also the project but QtLua of errors, LQT also, if anyone knew the best and how to install it properly I would greatly appreciate it ..
http://code.google.com/p/lqt/wiki/BuildInstructions
qtlua mailing list
http://lists.nongnu.org/mailman/listinfo/libqtlua-list
Have you been to either? Since your issue is with the binding, not Qt, you would be better of asking there. And in any event, this is not a Qt programming question so you are in the wrong place. again.
Re: How to integrate Lua as Qt application extension
Yes wysota, is pretty simple until I managed to solve the problem now, thanks for your help and for your opinion.
Re: How to integrate Lua as Qt application extension
Mizim, could you please tell me how you managed to integrate Lua as Qt application extension on windows platform?