PDA

View Full Version : how to run .exe in qtscript?



adeel.nayazi
22nd May 2011, 15:04
can anybody tell me how to run .exe in qtscript

wysota
22nd May 2011, 21:10
Export a C++ function to QtScript that will use QProcess to launch the executable.

adeel.nayazi
23rd May 2011, 00:31
how can i export a c++ function in qtscript??
actually i want to run a complete code written in qt (c++). and now i need to run it through qtscript. so please recommend the proper way to do that.

wysota
23rd May 2011, 06:24
how can i export a c++ function in qtscript??
Wrapping a Native Function