Interesting, the CreateProcess() message is actually generated by Windows not QT.
It usually means that there is a problem using long filenames, what version of Windows are you running, have you installed all the service packs?
You could try putting quotes around your file names, or make sure that they are unique upto any spaces.
A typical culprit that causes this error is "Program".
Versions of Windows that suffer from this problem can not tell the difference between "Program files", "Program folders" etc unless they are quoted.
Bookmarks