PDA

View Full Version : sir i m having linker and build error. pls help out. regards



sana.pari
04-24-2011, 06:06 PM
error
sir i m having linker and build error. pls help out. regards

Support
04-24-2011, 06:06 PM
Linker error comes when you fail to include necessary object files required for functions in your program. You need to check your header files, if there are all header files written.
Build error means compiler is unable to build because of errors. Look for the errors and missing header file. Your problem would be solved.