Thread: How do I include Headers and Libs with Borland 3.1?

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    35

    How do I include Headers and Libs with Borland 3.1?

    I would read the help files but they are in german but the menu and everything else in english, weird yes. So i'd like to know how to include my own headers files and libraries that will work, because before i stuck the headers in the Include folder and the Libs in the Lib folder and it still compiled with errors, so could someone please help me?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    There are three things you need to configure (I think)
    1. The extra directories where include files you've created are to be found.
    2. The extra directories where library files you've created are to be found.
    3. The names of additional libraries which the linker should search through to resolve names in your code.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    35
    Ah that could be the "Source Directory" which is blank now, ok thanks i'll try that

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. what to do with libs and dlls
    By RevengerPT in forum C Programming
    Replies: 3
    Last Post: 11-21-2005, 08:43 AM
  2. libs under linux
    By moonlord in forum Linux Programming
    Replies: 1
    Last Post: 08-22-2005, 09:26 AM
  3. Adding headers and libs to your C++ compiler
    By Wick in forum C++ Programming
    Replies: 4
    Last Post: 08-28-2003, 07:20 PM