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...