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 << "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
#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