I want to launch the touchpanel calibration program from within my application I'm developing. I am able to launch MultiDigiMon from regular cmd but I can't get it to work in the elevated Embarcadero IDE using
system("start C:\\Windows\\System32\\MultiDigiMon.exe -touch");
command.
Any ideas what may be the cause of this problem?