STVD linker error symbol not defined, how to locate the c source line?
If an symbol not defined, the compiler does not give any error, only the linker.Unfortunately it cannot say in which c source line is the undefined symbol, only the obj. file name.The only way is to select/copy and search for the text, which is many ...