Directories
General and Desktop
4
Posts
3
Posters
1.6k
Views
1
Watching
-
Hello every One Please Solve My Wired Problem ,
I Have A Directory in which i had file x.exe which requires sdl.dll , sdl_image.dll so i have written qt code for opening that like below
QProcess process or (QProcess *process=new QProcess )
process.start("Go/x.exe");
though the x.exe and sdl.dll files are in same directory but it is prompting that sdl.dll not found so why the error is occured if i open x.exe directly it if fine but using qt it is giving error
Please Help
Thank You
-
Or change the working dir for QProcess.