Hi ,
I am using QscriptEngine to provide scripting in my application. QScriptEngine will compile javascript script while evaluation. it works. but i need to compile the script, save it and evaluate after sometime. Compilation is mandatory before evaluation because when i evaluate script my application is in running state and any error from script is not acceptable. How can i achieve this?