Thread: Install program

  1. #1
    Registered User
    Join Date
    Jul 2009
    Posts
    18

    Install program

    I have a few programs wrote that are using libraries that I download from the net, Opencv,glut ect.
    Now I want these programs to work on another computer but my problem is that when I simply put it on a USB and upload them to another computer the dll for the libraries that I had to install manually are not present.

    Is there a way to automatically install these dll’s maybe set up an installation program or something simpler maybe, how do you get around this problem?

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    It depends on what you downloaded. Are they simple dll files? If so, take those dlls and stick them with the exe and you're done.
    If you are using some other technique, it might be trickier.
    Installation programs are all around us--NSIS is a popular one. Visual Studio also provides installers along with the IDE. Don't know if it works in the Express edition, though.
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with a Battleship Program
    By HBlakeH in forum C Programming
    Replies: 1
    Last Post: 12-05-2010, 11:13 PM
  2. Homework Help, simple program, unsure newbie :(
    By Aslan14 in forum C Programming
    Replies: 13
    Last Post: 11-14-2010, 05:07 PM
  3. How to install in C++ program permannently in PDA
    By rosicky2005 in forum Tech Board
    Replies: 0
    Last Post: 10-12-2007, 08:53 PM
  4. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM