Thread: Standalone Application

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    24

    Standalone Application

    I have created a small application using Visual C++. How do I create an executable that can be installed on another machine?
    In Visual Basic, the Make .exe command allows this to be done easily, is there any way to do this in Visual C++?

    Thanks

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    This question has been answered in the C++ board.

  3. #3
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339
    Hey this is simple.

    In VC++ when you compile it it generates a .exe, it can be found in your "program dir\Debug\your_prog.exe"

    Hit F7 to comple it or just chose build in the menu option.

    Pretty simple

    Thanks,
    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with com application
    By amardon in forum C++ Programming
    Replies: 3
    Last Post: 10-06-2005, 05:50 AM
  2. MFC run application by clicking on file...
    By dug in forum Windows Programming
    Replies: 4
    Last Post: 12-02-2004, 04:33 AM
  3. Standalone Application
    By Tesita in forum C++ Programming
    Replies: 4
    Last Post: 04-30-2002, 01:06 PM
  4. Win application not very portable
    By swed in forum Windows Programming
    Replies: 5
    Last Post: 10-01-2001, 11:17 AM