ReadMe.txt 2.1 KB

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