PDA

View Full Version : Running exe files



Luc4
4th March 2010, 21:29
Hi! I'm looking for a portable way of executing exe files (under Windows CE and Windows XP/Vista etc...). I tried QProcess::execute(...), but it seems to work not always on Windows Vista and never works under Windows CE. Is this possible? Nothing is shown at all, no error messages. I tried to look at the command which is passed to the method, and seems to be simply the absolute path to the exe file. Any idea why this could be happening?
Thanks!