Thread: Making an exe run on a diff. machine

  1. #1
    Registered User
    Join Date
    Feb 2004
    Posts
    1

    Making an exe run on a diff. machine

    First off, I'd like to say, after a month of using the forums with the search, this is the first question I couldn't find an answer to by searching. To all of you guys who answer all these questions, thank you!

    Now, I've got Visual C++ .NET edition, and I'm making some command line programs.

    I'm looking for which options I need to change to compile a program to run on a system that doesn't have all the .dll files on it. Thanks


    Garnock

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    470
    One easy way to distribute the program is to do Project->New Project->Setup and Deployment->Setup Wizard. It automatically includes dll's.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Making scripts run in a window...
    By PanZer_Jester in forum C++ Programming
    Replies: 2
    Last Post: 05-02-2002, 04:53 PM
  2. Error when I run an EXE file
    By dirkduck in forum C++ Programming
    Replies: 12
    Last Post: 03-26-2002, 03:05 PM
  3. how exe file run using system command?
    By vk in forum C Programming
    Replies: 2
    Last Post: 03-22-2002, 10:26 AM
  4. Load and run machine code at runtime
    By ninebit in forum C++ Programming
    Replies: 8
    Last Post: 02-27-2002, 10:26 AM
  5. help making a program run
    By Dummies102 in forum C++ Programming
    Replies: 3
    Last Post: 02-22-2002, 12:51 PM