Thread: include libs for VC++

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    44

    include libs for VC++

    Im working through a book on Ogre graphics engine. Usually beginners books tell you where in the VC++ IDE you include the paths and libs, but this book just tells you to do it, but not how. Here are the instuctions:

    Add PathToYourOgreSDK\include\ to the include path of your project.
    Add PathToYourOgreSDK\lib\debug to your library path.
    Add OgreMain_d.lib to your linked libraries.

    I forgot where in VC++ to add to the include path, library path and linked libraries

    help please

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    What version? 2008 or earlier, or 2010?
    It's under Tools -> optioms in 2008 and earlier and in your project settings in 2010.
    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.

  3. #3
    Registered User
    Join Date
    Aug 2005
    Posts
    44
    Elysia- Im using VC++ Express 2008

    Im pretty sure all the path, libs, includes settings are in project>(project name)properties, like I think to set libraries is in linker>input>additional dependencies.

    I just want to be sure Im setting these right

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Buidl Library with ./configure script
    By Jardon in forum C Programming
    Replies: 6
    Last Post: 07-24-2009, 09:36 AM
  2. MFC include BS
    By VirtualAce in forum Windows Programming
    Replies: 4
    Last Post: 10-31-2005, 12:44 PM
  3. dont konw what to do next.
    By negevy in forum C Programming
    Replies: 29
    Last Post: 09-09-2005, 03:06 PM
  4. help with finding lowest number entered
    By volk in forum C++ Programming
    Replies: 12
    Last Post: 03-22-2003, 01:21 PM
  5. How do I include Headers and Libs with Borland 3.1?
    By fatpotatohead in forum C Programming
    Replies: 2
    Last Post: 09-23-2001, 02:27 PM