Thread: Set up Borland with new Library

  1. #1
    Registered User
    Join Date
    Apr 2006
    Posts
    47

    Set up Borland with new Library

    I am trying to setup the borland command line compiler to use additional library files that I have in a different path. How do I configure the compiler to look for these libraries?

  2. #2
    Registered User
    Join Date
    Apr 2006
    Posts
    47
    Anybody

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    Edit the files bcc32.cfg and ilink32.cfg to incorporate the additonal paths:
    Code:
    -L"c:\Borland\Bcc55\lib;path_for_new_lib"
    See this thread for additonal information: http://cboard.cprogramming.com/showthread.php?t=31181

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 08-19-2007, 08:10 AM
  2. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  3. The new FAQ
    By Hammer in forum A Brief History of Cprogramming.com
    Replies: 34
    Last Post: 08-30-2006, 10:05 AM
  4. Need help with audio library on DOS...
    By Marton79 in forum C Programming
    Replies: 10
    Last Post: 08-25-2006, 12:32 AM
  5. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM