| | |
Error!
Please support our C advertiser: Programming Forums - DaniWeb Sister Site
![]() |
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.
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.
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.
>can u please xplain' wat this error means:
Quite often you get this when you prototype a function, but never define it.
Quite often you get this when you prototype a function, but never define it.
"One of the methods used by statists to destroy capitalism consists in establishing controls that tie a given industry hand and foot, making it unable to solve its problems, then declaring that freedom has failed and stronger controls are necessary." --Ayn Rand
![]() |
Similar Threads
- Code 19 Registry Error (Windows NT / 2000 / XP)
- Error Loading operating System (Windows NT / 2000 / XP)
- svchost.exe error (Windows NT / 2000 / XP)
- New Hardware Causing Error (Windows NT / 2000 / XP)
- office 2000 install error (Windows NT / 2000 / XP)
- VMWare Unrecoverable Error (*nix Software)
- Error in Wrox Book (Perl)
Other Threads in the C Forum
- Previous Thread: displaying followinf output
- Next Thread: help in using End-OF-File function
| Thread Tools | Search this Thread |
#include * ansi array arrays asterisks bash binarysearch calculate centimeter changingto char character convert copyanyfile copyimagefile creafecopyofanytypeoffileinc createprocess() database dynamic execv fgets file floatingpointvalidation fork framework function getlogicaldrivestrin givemetehcodez grade gtkwinlinux histogram ide inches include infiniteloop initialization input interest intmain() iso keyboard km license linked linkedlist linux list looping lowest matrix meter microsoft number oddnumber open opendocumentformat openwebfoundation owf pdf pointer pointers posix power probleminc process program programming pyramidusingturboccodes radix read recursion recv recvblocked research reversing scheduling segmentationfault send sequential single socket socketprogramming standard strchr string suggestions systemcall test testautomation testing threads turboc unix urboc user variable whythiscodecausesegmentationfault win32api windowsapi






