activex.ver
上传用户:liguizhu
上传日期:2015-11-01
资源大小:2422k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. //------------------------------------------------------------------------------
  2. // File: Activex.ver
  3. //
  4. // Desc: DirectShow base classes - common versioning information for 
  5. //       ACTIVEX binaries.
  6. //
  7. // Copyright (c) 1996-2002, Microsoft Corporation.  All rights reserved.
  8. //------------------------------------------------------------------------------
  9. #ifndef _ACTIVEX_VER_
  10. #define _ACTIVEX_VER_
  11. // NOTE: all string resources that will be used in ACTIVEX.RCV for the
  12. // version resource information *MUST* have an explicit  terminator!
  13. #define VERSION_RES_MAJOR_VER   9
  14. #define VERSION_RES_MINOR_VER   0
  15. #define VERSION_RES_BUILD       0
  16. #define VERSION_RES_STRING_D    "9.00 (Debug)"
  17. #define VERSION_RES_STRING      "9.00"
  18. #define VERSION_RES_PRODUCT_NAME  "DirectX 9.0 Sample"
  19. #define VERSION_RES_COMMENT       "DirectShow Sample"
  20. #define VERSION_RES_COMPANY_NAME  "Microsoft Corporation"
  21. #define VERSION_RES_COPYRIGHT     "Copyright (C) 1992-2002 Microsoft Corporation"
  22. // The following defines are required on a file-by-file basis
  23. //
  24. // #define VERSION_RES_BIN_NAME         "sample.ax"
  25. // #define VERSION_RES_BIN_DESCRIPTION  "Sample Filter"
  26. //
  27. // Also required, if you don't want the defaults, are
  28. //
  29. // #define VERSION_RES_ACTIVEX  "Filter dll" (the default value)
  30. //
  31. // A string defining the type of component.
  32. //
  33. // #define VERSION_RES_TYPE     VFT_DLL (default)
  34. //                              VFT_APP
  35. //                              VFT_VXD
  36. //                              VFT_DRV
  37. //                              VFT_FONT
  38. //                              VFT_STATIC_LIB
  39. //                              VFT_UNKNOWN
  40. //
  41. // #define VERSION_RES_SUBTYPE  VFT2_UNKNOWN (default)
  42. //                              VFT2_DRV_INSTALLABLE
  43. //                              VFT2_DRV_SOUND
  44. //                              <several other options>
  45. //
  46. // See winver.h for further details
  47. #endif