Start a program from System32 in C++ Builder 11

22 views Asked by At

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?

0

There are 0 answers