Hello,
This is my second thread, totally different issue.

I want to use QProcess to execute an executable data stored in QByteArray, taken from a hex.

NOTE: when I use QFile to output the data into .exe, the exe will run perfectly.

But I don't want to write it out, I only want to execute it internally in the program.

If QProcess won't do it, please tell me what will do it.

Thanks,
Vladimir.