Thread: compiler problems with borland

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    17

    compiler problems with borland

    hi, I was trying to compile my problem and after like fifty tries I finally got all the kinks out. Or so I thought. I am using Borland 2.5 or so, on the command line, and after it brought up the borland builder with no problems it came up with the linker and gave me like ten lines of errors about unresolved external in 200.obj. I'm not sure what this means and was wondering if you could help. Oh, and I am using apstring in the program and was wondering if that was the problem.

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Have a look here. About 2/3 way down the page is an entry:
    >I have included apstring.h into my program but I am still getting a long list of errors.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    17
    Thanks all, Hammers place helped me fix the problem. Hammer, YOU ROCK!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to set decimal places Borland C++ 3.0 compiler???
    By neo_phyte in forum C++ Programming
    Replies: 10
    Last Post: 08-31-2006, 05:08 PM
  2. borland c compiler 4.5
    By kpmkhaja in forum C Programming
    Replies: 11
    Last Post: 12-09-2003, 03:57 AM
  3. Help- Problems running outside of compiler
    By Derek5272 in forum C++ Programming
    Replies: 17
    Last Post: 05-07-2003, 08:19 AM
  4. Compiler Borland C++ 5.01
    By ahmet in forum C++ Programming
    Replies: 1
    Last Post: 05-25-2002, 06:16 AM
  5. The Free Borland C++Builder Compiler
    By E><][t in forum Windows Programming
    Replies: 3
    Last Post: 02-14-2002, 10:17 PM