Tuesday, August 04, 2009

The system cannot execute the specified program

When running a console app written in VS 2005, and you are getting "The system cannot execute the specified program" on a target machine, then it can be one of the following:
a) Target machine does not have VC++ 2005 Redistribuable
b) Project settings may not be correct, see this link.

~ts.

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...