I output log/warning/error messages by OutputDebugString()
so they are readable in "output" window of Visual Studio.
I want to make those messages to be links. After clicking they will open predefined source file and put a cursor on predefined line, much like this happens with compiler errors.
How would I do this?