Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   Microsoft Development Tools (https://www.kinook.com/Forum/forumdisplay.php?f=17)
-   -   How can I get full paths in error messages when building VC7/7.1 projects? (https://www.kinook.com/Forum/showthread.php?t=496)

kinook 07-01-2004 10:33 AM

How can I get full paths in error messages when building VC7/7.1 projects?
 
1 Attachment(s)
The attached sample demonstrates how to cause VC7.0/7.1 to output full paths for compile errors (rather than just the filename) when building:

c:\Temp\junk\VSNET\CPPApp\Form1.cpp(12) : error C2653: 'sys' : is not a class or namespace name

rather than this:

Form1.cpp(12) : error C2653: 'sys' : is not a class or namespace name

This provides more info in the build log, and also allows easy navigation to the error from the Output Pane by right-clicking on the error line and choosing View or by navigating to the error line and typing Ctrl+W.


All times are GMT -5. The time now is 05:59 AM.


Copyright © 1999-2023 Kinook Software, Inc.