Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • 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
Jan 25, 2003
1
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
 
Replies continue below

Recommended for you

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