943,866 Members | Top Members by Rank

Ad:
  • C Discussion Thread
  • Unsolved
  • Views: 2032
  • C RSS
Aug 27th, 2004
0

Error!

Expand Post »
can u please xplain' wat this error means:

Linking...
file_name.obj : error LNK2001: unresolved external symbol "int * resultarray" (?resultarray@@3PAHA)
Debug/file_name.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
RITZY_G is offline Offline
10 posts
since Jul 2004
Aug 27th, 2004
0

Re: Error!

That means the compiler could not find the object "resultarray" which was declared as an extern.Extern says to the compiler that a variable has been declared somewhere else but in this case the compiler could not find it.
Reputation Points: 108
Solved Threads: 7
Posting Whiz in Training
FireNet is offline Offline
256 posts
since May 2004
Aug 27th, 2004
0

Re: Error!

>can u please xplain' wat this error means:

Quite often you get this when you prototype a function, but never define it.
Team Colleague
Reputation Points: 2780
Solved Threads: 312
long time no c
Dave Sinkula is offline Offline
4,790 posts
since Apr 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C Forum Timeline: displaying followinf output
Next Thread in C Forum Timeline: help in using End-OF-File function





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC