edouard@629: ======================================================================== edouard@629: DYNAMIC LINK LIBRARY : can_copcican_win32 Project Overview edouard@629: ======================================================================== edouard@629: edouard@629: AppWizard has created this can_copcican_win32 DLL for you. edouard@629: edouard@629: This file contains a summary of what you will find in each of the files that edouard@629: make up your can_copcican_win32 application. edouard@629: edouard@629: edouard@629: can_copcican_win32.vcxproj edouard@629: This is the main project file for VC++ projects generated using an Application Wizard. edouard@629: It contains information about the version of Visual C++ that generated the file, and edouard@629: information about the platforms, configurations, and project features selected with the edouard@629: Application Wizard. edouard@629: edouard@629: can_copcican_win32.vcxproj.filters edouard@629: This is the filters file for VC++ projects generated using an Application Wizard. edouard@629: It contains information about the association between the files in your project edouard@629: and the filters. This association is used in the IDE to show grouping of files with edouard@629: similar extensions under a specific node (for e.g. ".cpp" files are associated with the edouard@629: "Source Files" filter). edouard@629: edouard@629: can_copcican_win32.cpp edouard@629: This is the main DLL source file. edouard@629: edouard@629: When created, this DLL does not export any symbols. As a result, it edouard@629: will not produce a .lib file when it is built. If you wish this project edouard@629: to be a project dependency of some other project, you will either need to edouard@629: add code to export some symbols from the DLL so that an export library edouard@629: will be produced, or you can set the Ignore Input Library property to Yes edouard@629: on the General propert page of the Linker folder in the project's Property edouard@629: Pages dialog box. edouard@629: edouard@629: ///////////////////////////////////////////////////////////////////////////// edouard@629: Other standard files: edouard@629: edouard@629: StdAfx.h, StdAfx.cpp edouard@629: These files are used to build a precompiled header (PCH) file edouard@629: named can_copcican_win32.pch and a precompiled types file named StdAfx.obj. edouard@629: edouard@629: ///////////////////////////////////////////////////////////////////////////// edouard@629: Other notes: edouard@629: edouard@629: AppWizard uses "TODO:" comments to indicate parts of the source code you edouard@629: should add to or customize. edouard@629: edouard@629: /////////////////////////////////////////////////////////////////////////////