Thread: transfer

  1. #1
    UnknownAmateur Programmer
    Join Date
    Sep 2008
    Location
    Were definitly not in Kasas anymore...
    Posts
    25

    transfer

    I wrote some programs with visual studio and I cant transfer them to a different computer and keep it working it keeps giving me errors. They are form programs what do I need to do to transfer them?

  2. #2
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    What errors are you getting?

  3. #3
    UnknownAmateur Programmer
    Join Date
    Sep 2008
    Location
    Were definitly not in Kasas anymore...
    Posts
    25
    I got it at my friends house so I dont remember. I have created a setup wizzard can you tell me what is required for it to work?

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    You mean you compiled and exe and brought it to another computer without Visual Studio installed and tried to run it?
    If so, then you need to download and install the runtime available from Microsoft's homepage.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  5. #5
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Well, you really need to copy the entire project folder and then open it with the SLN file. That said, your friend also needs to have all the same 'stuff' installed. You can also create a new project and just add the existing .cpp adn .h files to it. Its usually just easier to copy the project folder though.

  6. #6
    UnknownAmateur Programmer
    Join Date
    Sep 2008
    Location
    Were definitly not in Kasas anymore...
    Posts
    25
    Does that have to be on my computer when I compile it or on every computer It gets transfered to?

  7. #7
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    every computer you want to compile it on needs the entire project folder.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Header File Question(s)
    By AQWst in forum C++ Programming
    Replies: 10
    Last Post: 12-23-2004, 11:31 PM
  2. Do I have a scanf problem?
    By AQWst in forum C Programming
    Replies: 2
    Last Post: 11-26-2004, 06:18 PM
  3. Creation of Menu problem
    By AQWst in forum C Programming
    Replies: 8
    Last Post: 11-24-2004, 09:44 PM
  4. File transfer algorithms
    By LuckY in forum Networking/Device Communication
    Replies: 1
    Last Post: 10-07-2003, 12:34 PM
  5. speakers
    By Unregistered in forum C Programming
    Replies: 12
    Last Post: 03-31-2002, 08:57 AM