| 1 |
======================================================================== |
|---|
| 2 |
WIN32 APPLICATION : setup |
|---|
| 3 |
======================================================================== |
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
AppWizard has created this setup application for you. |
|---|
| 7 |
|
|---|
| 8 |
This file contains a summary of what you will find in each of the files that |
|---|
| 9 |
make up your setup application. |
|---|
| 10 |
|
|---|
| 11 |
setup.cpp |
|---|
| 12 |
This is the main application source file. |
|---|
| 13 |
|
|---|
| 14 |
setup.dsp |
|---|
| 15 |
This file (the project file) contains information at the project level and |
|---|
| 16 |
is used to build a single project or subproject. Other users can share the |
|---|
| 17 |
project (.dsp) file, but they should export the makefiles locally. |
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 21 |
AppWizard has created the following resources: |
|---|
| 22 |
|
|---|
| 23 |
setup.rc |
|---|
| 24 |
This is a listing of all of the Microsoft Windows resources that the |
|---|
| 25 |
program uses. It includes the icons, bitmaps, and cursors that are stored |
|---|
| 26 |
in the RES subdirectory. This file can be directly edited in Microsoft |
|---|
| 27 |
Visual C++. |
|---|
| 28 |
|
|---|
| 29 |
res\setup.ico |
|---|
| 30 |
This is an icon file, which is used as the application's icon (32x32). |
|---|
| 31 |
This icon is included by the main resource file setup.rc. |
|---|
| 32 |
|
|---|
| 33 |
small.ico |
|---|
| 34 |
%%This is an icon file, which contains a smaller version (16x16) |
|---|
| 35 |
of the application's icon. This icon is included by the main resource |
|---|
| 36 |
file setup.rc. |
|---|
| 37 |
|
|---|
| 38 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 39 |
Other standard files: |
|---|
| 40 |
|
|---|
| 41 |
StdAfx.h, StdAfx.cpp |
|---|
| 42 |
These files are used to build a precompiled header (PCH) file |
|---|
| 43 |
named setup.pch and a precompiled types file named StdAfx.obj. |
|---|
| 44 |
|
|---|
| 45 |
Resource.h |
|---|
| 46 |
This is the standard header file, which defines new resource IDs. |
|---|
| 47 |
Microsoft Visual C++ reads and updates this file. |
|---|
| 48 |
|
|---|
| 49 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 50 |
Other notes: |
|---|
| 51 |
|
|---|
| 52 |
AppWizard uses "TODO:" to indicate parts of the source code you |
|---|
| 53 |
should add to or customize. |
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 |
///////////////////////////////////////////////////////////////////////////// |
|---|