Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ Builder 5 Linker Error

Status
Not open for further replies.

BarryMiller

Industrial
Joined
Jan 25, 2003
Messages
1
Location
GB
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 << &quot;Hello World&quot;;
}

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
 
I'm having the same problem as the person above. Anyone got the answer to it? much appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top