Sunday, July 26, 2009

C++ help??

I compile a project its got no errors!


but when running it i get linker errors!


how to solve it?


i use borland c++ and dev c++!

C++ help??
It is impossible to tell without seeing the error but most likely you have a method or static member defined that you did not provide an implementation for. This problem can only be caught at the link stage. Other possible problems are a missing library, the wrong library, or a misdefined remote call.





The compile stage builds the individual pieces. The link stage glues them all together. It is not until the link stage that it can notice that something is missing.
Reply:just go to file save as another filename then compile


most of the time this solves the problem


No comments:

Post a Comment