ghy
Alejandro Acuña
2025-03-12 26319e4c5bfbee722c15b8e7ccca9b6127bb1cb8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
========================================================================
       STATIC LIBRARY : Tracer
========================================================================
 
 
AppWizard has created this Tracer library for you.  
 
This file contains a summary of what you will find in each of the files that
make up your Tracer application.
 
/////////////////////////////////////////////////////////////////////////////
 
StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named Tracer.pch and a precompiled types file named StdAfx.obj.
 
/////////////////////////////////////////////////////////////////////////////
The compiler and linker switches have been modified to support MFC. Using the
MFC ClassWizard with this project requires that you add several files to the 
project, including "resource.h", "Tracer.rc" and a "Tracer.h" that 
includes resource.h. If you add an rc file to a static library, you may 
experience difficulties due to the limitation that only one rc file may be 
present in a Dll or Exe. This problem may be overcome by including the 
library's .rc file into the parent project's .rc file.
 
/////////////////////////////////////////////////////////////////////////////
Other notes:
 
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
 
 
/////////////////////////////////////////////////////////////////////////////