Thread: VS2005 exe's not running on different computers

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    100

    VS2005 exe's not running on different computers

    Hi all,

    I just compiled my program and it compiled fine with no errors or warnings. It runs fine on the computer it was programmed on but not on my other computers, it gives an error saying "The application failed to start because the application configuration is incorrect. Reinstalling this application may fix this problem"... or something like that.

    The other computers dont have any visual studio applications installed on. Any ideas on how to fix this?

    Thanks

  2. #2
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    Go to the project's property page and under the C++->Code Generation Select /MT instead of /MD
    My Website
    010000110010101100101011
    Add Color To Your Code!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Numeric addresses for computers
    By great in forum C Programming
    Replies: 4
    Last Post: 08-23-2010, 11:53 AM
  2. Running program on other computers
    By fighter92 in forum C++ Programming
    Replies: 7
    Last Post: 06-03-2008, 09:09 AM
  3. Error when running console app in vs2005
    By Shamino in forum C++ Programming
    Replies: 13
    Last Post: 01-17-2007, 06:10 PM
  4. multithreading question
    By ichijoji in forum C++ Programming
    Replies: 7
    Last Post: 04-12-2005, 10:59 PM
  5. Computers as authors
    By hk_mp5kpdw in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 11-22-2004, 08:55 PM