Thread: Question about requirements for running programs

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

    Question about requirements for running programs

    After coding a small console application for testing out things, I sent it to a friend to try it out. However errors appeared talking about missing dll(?) files.

    This is obviously a newb question but where can I find info on necessary assets the end-user does have to have when for example I program and compile a console application (with Visual c++ express 2010)?

  2. #2
    Just a pushpin. bernt's Avatar
    Join Date
    May 2009
    Posts
    426
    1) Compile in release mode
    2) Direct your friend here.

    Alternatively, if you go to the project properties, then go to C/C++ -> Code Generation -> Runtime Library, you can switch to one of the non-DLL options and that should clear up the error messages.
    Consider this post signed

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Questions regarding programs
    By girish1026 in forum C Programming
    Replies: 1
    Last Post: 01-10-2009, 09:24 AM
  2. Question about Downloading/Uploading Functions
    By TeCNoYoTTa in forum C++ Programming
    Replies: 0
    Last Post: 05-26-2008, 01:36 PM
  3. Design layer question
    By mdoland in forum C# Programming
    Replies: 0
    Last Post: 10-19-2007, 04:22 AM
  4. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  5. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM