I've written my app using allegro library and I want to open this app from qt. Problem is that allego app for work needs to open external font file. When I'm using:
QProcess *myProcess = new QProcess();
myProcess->start("C:/allegroApp.exe");
app crash occurs. Does somebody knows how to open it without a crash?