Hi,
I wrote a program in C and when I compiled, got the following message (word for word):
Error: Unresolved external '_EDGE' referenced from C:\Graph\Test1.OBJ
The funny thing is that the error is not the usual compiling error that tells me which line of my program has the error. That kind of error usually accumulates and then my compiler will tell me how many errors are there in total. But this one is not like that. No other errors were found.
Graph is the name of my folder and Test1.c is the name of the program. After compiling it (with the above error message), I tried to run the program (with 2 arguments) by typing
test1 10 20
at the command line but the message was
"test1 is not recognized as an internal or external command, operable program or batch file"
Please, any help would be greatly appreciated.