home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / audio-video / kmplayer / kmp.exe / SDK / Exam_C / ReadMe.txt < prev    next >
Text File  |  2002-08-25  |  2KB  |  42 lines

  1. ========================================================================
  2.        DYNAMIC LINK LIBRARY : DSP_TestC
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this DSP_TestC DLL for you.  
  7.  
  8. This file contains a summary of what you will find in each of the files that
  9. make up your DSP_TestC application.
  10.  
  11. DSP_TestC.dsp
  12.     This file (the project file) contains information at the project level and
  13.     is used to build a single project or subproject. Other users can share the
  14.     project (.dsp) file, but they should export the makefiles locally.
  15.  
  16. DSP_TestC.cpp
  17.     This is the main DLL source file.
  18.  
  19.     When created, this DLL does not export any symbols. As a result, it 
  20.     will not produce a .lib file when it is built. If you wish this project
  21.     to be a project dependency of some other project, you will either need to 
  22.     add code to export some symbols from the DLL so that an export library 
  23.     will be produced, or you can check the "doesn't produce lib" checkbox in 
  24.     the Linker settings page for this project. 
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. Other standard files:
  28.  
  29. StdAfx.h, StdAfx.cpp
  30.     These files are used to build a precompiled header (PCH) file
  31.     named DSP_TestC.pch and a precompiled types file named StdAfx.obj.
  32.  
  33.  
  34. /////////////////////////////////////////////////////////////////////////////
  35. Other notes:
  36.  
  37. AppWizard uses "TODO:" to indicate parts of the source code you
  38. should add to or customize.
  39.  
  40.  
  41. /////////////////////////////////////////////////////////////////////////////
  42.