×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

C++ Builder 5 Linker Error

C++ Builder 5 Linker Error

C++ Builder 5 Linker Error

(OP)
I was just trying to make sure I can get a program to run, so i typed in the simple display message

#include <iostream.h>

void main()
{
        cout << "Hello World";
}

I got 2 errors

[Linker Error] Unresolved external '_Form1' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\PROJECT2.OBJ

[Linker Error] Unresolved external 'TForm1::' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\PROJECT2.OBJ

I am a student learning c++ so I downloaded the trial (i have downloaded many that I have not known how to use (visual) and we use borland in college but not this version.

Any help on fixing these would be great as I think it's something to do with setting rather than the 6 line program.

Thanks
Barry Miller

RE: C++ Builder 5 Linker Error

I'm having the same problem as the person above.  Anyone got the answer to it?  much appreciated

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources