Hello,
i have a program that i wrote and i want to put it into a cd or dvd. i made all the needed things. i wrote an autorun.exe, this copies the program files under c:/temp/myProgram/ directory. all the things are ok until here. after the copy operation ends i try to start the myprogram.exe with using QProcess. but it is not starting. it gaves an error and says something about qtcore4.dll but it doesnt say it is missing or can not be found. all the dll files are in the same directory with the exe file. and i also copy the qtcore4.dll under the system32 directory too. but it didnt make any changes. I try to start the myprogram.exe directly when the cd rom is started but it gaves me the same error too.
What can be the problem ? How can i success to start that program ?...

Thanks