Thread: Borland C++
View Single Post
Old Oct 27th, 2005, 6:23 PM   #3
Kaja Fumei
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 134
Rep Power: 4 Kaja Fumei is on a distinguished road
Posting the code would be a waste. It's a linker error. That means you made prototypes for functions you never defined a body for, not all the proper .cpp and .h files are being included in the project for compilation, or not all the needed libraries are being included into the project.
Kaja Fumei is offline   Reply With Quote