You're Browsing As A Guest! Register Now... |
||
|
Become a C++ Expert!
Join 414,938 C++ Programmers for FREE! Get instant access to thousands
of C++ experts, tutorials, code snippets, and more! There are 2,691 people online right now.Registration is fast and FREE... Join Now!
|
||
Page 1 of 1
Linker Error in C++ Linker errors
#1
Linker Error in C++
Posted 03 July 2008 - 03:01 PM
I have just switched from programing on PUtty to visual basics, and I am having a really hard time getting started. I code in C++ (just learning). When I write even a simple program I get a "[Linker Error] Unresolved external '_Form1' referenced from C:\DOCUMENTS AND SETTINGS\DEVON\DESKTOP\PROJECT1.OBJ" and I have no idea what it is!
Please help, thanks for your time!
Please help, thanks for your time!
#4
Re: Linker Error in C++
Posted 04 July 2008 - 02:39 PM
born2c0de, on 4 Jul, 2008 - 06:37 AM, said:
Could you show us the code that is causing the error?
I get this error for basically any code, I think maybe something screwed up in the downloading process. Here is some code that gave errors, followed by the errors.
Thanks for your time.
#include<iostream>
using namespace std;
int main()
{
cout<<"What's wrong!"<<endl;
return 0;
}
with these [copied] errors:
[Linker Error] Unresolved external '_Form1' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\BIN\PROJECT2.OBJ
and
[Linker Error] Unresolved external 'TForm1::' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\BIN\PROJECT2.OBJ
Page 1 of 1


Ask A New Question
Reply





MultiQuote






|