1 | ======================================================================== |
---|
2 | DYNAMIC LINK LIBRARY : Library Project Overview |
---|
3 | ======================================================================== |
---|
4 | |
---|
5 | AppWizard has created this Library DLL for you. |
---|
6 | |
---|
7 | This file contains a summary of what you will find in each of the files that |
---|
8 | make up your Library application. |
---|
9 | |
---|
10 | |
---|
11 | Library.vcxproj |
---|
12 | This is the main project file for VC++ projects generated using an Application Wizard. |
---|
13 | It contains information about the version of Visual C++ that generated the file, and |
---|
14 | information about the platforms, configurations, and project features selected with the |
---|
15 | Application Wizard. |
---|
16 | |
---|
17 | Library.vcxproj.filters |
---|
18 | This is the filters file for VC++ projects generated using an Application Wizard. |
---|
19 | It contains information about the association between the files in your project |
---|
20 | and the filters. This association is used in the IDE to show grouping of files with |
---|
21 | similar extensions under a specific node (for e.g. ".cpp" files are associated with the |
---|
22 | "Source Files" filter). |
---|
23 | |
---|
24 | Library.cpp |
---|
25 | This is the main DLL source file. |
---|
26 | |
---|
27 | When created, this DLL does not export any symbols. As a result, it |
---|
28 | will not produce a .lib file when it is built. If you wish this project |
---|
29 | to be a project dependency of some other project, you will either need to |
---|
30 | add code to export some symbols from the DLL so that an export library |
---|
31 | will be produced, or you can set the Ignore Input Library property to Yes |
---|
32 | on the General propert page of the Linker folder in the project's Property |
---|
33 | Pages dialog box. |
---|
34 | |
---|
35 | ///////////////////////////////////////////////////////////////////////////// |
---|
36 | Other standard files: |
---|
37 | |
---|
38 | StdAfx.h, StdAfx.cpp |
---|
39 | These files are used to build a precompiled header (PCH) file |
---|
40 | named Library.pch and a precompiled types file named StdAfx.obj. |
---|
41 | |
---|
42 | ///////////////////////////////////////////////////////////////////////////// |
---|
43 | Other notes: |
---|
44 | |
---|
45 | AppWizard uses "TODO:" comments to indicate parts of the source code you |
---|
46 | should add to or customize. |
---|
47 | |
---|
48 | ///////////////////////////////////////////////////////////////////////////// |
---|