TRACER: Views and Sets Diagnostic Trace Options
TRACER is a tiny Microsoft(R) Windows-based utility that allows you to view and set the Windows flags described in "MFC TN007--Windows Debugging and Trace Options."
The TRACER source code illustrates the following concepts:
Reading and writing Windows profile strings
Writing a Microsoft Foundation Class (MFC) application that uses a modal dialog box but does not use the regular Windows/MFC message pump
TRACER requires special MFC libraries and include files; see the "MFC Libraries" and "MFC Include Files" abstracts to copy these files to your development system. TRACER uses the following libraries: SLIBCEW.LIB (Windows C runtime library) and either SAFXCW.LIB (MFC small-model Windows retail library) or SAFXCWD.LIB (MFC small-model Windows debug library).
To build this application, you must have Microsoft C/C++ version 7.0 installed on your system.
{ewc navigate.dll, ewbutton, /Bcodeview /T"Click to open or copy files in the tracer project." /C"samples}