Click here to Skip to main content
15,896,330 members
Articles / Desktop Programming / MFC

Simple Trace Format Tips

Rate me:
Please Sign up or sign in to vote.
4.40/5 (9 votes)
4 Oct 2000 83.1K   599   33  
A simple way to format your TRACE statements so double clicking takes you directly to the source code
#if !defined(__AFX_TRACELOC_H__)
#define __AFX_TRACELOC_H__

#if _MSC_VER > 1000
   #pragma once
#endif // _MSC_VER > 1000



#endif // !defined(AFX_TRACELOC_H__2140D162_E597_453A_83F7_20A637BB949C__INCLUDED_)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Technical Lead Doclogix
Lithuania Lithuania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions