Blame | Last modification | View Log | RSS feed
========================================================================DYNAMIC LINK LIBRARY : VolControlLib Project Overview========================================================================AppWizard has created this VolControlLib DLL for you.This file contains a summary of what you will find in each of the files thatmake up your VolControlLib application.VolControlLib.vcxprojThis is the main project file for VC++ projects generated using an Application Wizard.It contains information about the version of Visual C++ that generated the file, andinformation about the platforms, configurations, and project features selected with theApplication Wizard.VolControlLib.vcxproj.filtersThis is the filters file for VC++ projects generated using an Application Wizard.It contains information about the association between the files in your projectand the filters. This association is used in the IDE to show grouping of files withsimilar extensions under a specific node (for e.g. ".cpp" files are associated with the"Source Files" filter).VolControlLib.cppThis is the main DLL source file.When created, this DLL does not export any symbols. As a result, itwill not produce a .lib file when it is built. If you wish this projectto be a project dependency of some other project, you will either need toadd code to export some symbols from the DLL so that an export librarywill be produced, or you can set the Ignore Input Library property to Yeson the General propert page of the Linker folder in the project's PropertyPages dialog box./////////////////////////////////////////////////////////////////////////////Other standard files:StdAfx.h, StdAfx.cppThese files are used to build a precompiled header (PCH) filenamed VolControlLib.pch and a precompiled types file named StdAfx.obj./////////////////////////////////////////////////////////////////////////////Other notes:AppWizard uses "TODO:" comments to indicate parts of the source code youshould add to or customize./////////////////////////////////////////////////////////////////////////////