C ++ reference errors are in most cases the most difficult for a nail. Even in Visual Studio 2012 , the linker messages are long, cryptic and with distorted characters, but the worst part: there is no auxiliary tool to show you where the error occurs, and you can spend very long disappointing minutes trying to figure out the problem. Is there any additional tool to fix linker errors?
What I expect from the tool is to open the corresponding source files in an error line, display a graph of binary files and dependencies in which you can find a remedy, etc.
For example, in the case of repeatedly defined symbols, so that the tool opens all the locations in which the symbol is defined in their project contexts, and propose a solution.
gil_mo
source share