1 //------------------------------------------------------------------------------
\r
4 // Desc: DirectShow base classes - common versioning information for
\r
7 // Copyright (c) 1996-2002, Microsoft Corporation. All rights reserved.
\r
8 //------------------------------------------------------------------------------
\r
11 #ifndef _ACTIVEX_VER_
\r
12 #define _ACTIVEX_VER_
\r
14 // NOTE: all string resources that will be used in ACTIVEX.RCV for the
\r
15 // version resource information *MUST* have an explicit \0 terminator!
\r
17 #define VERSION_RES_MAJOR_VER 9
\r
18 #define VERSION_RES_MINOR_VER 0
\r
19 #define VERSION_RES_BUILD 0
\r
21 #define VERSION_RES_STRING_D "9.00 (Debug)\0"
\r
22 #define VERSION_RES_STRING "9.00\0"
\r
24 #define VERSION_RES_PRODUCT_NAME "DirectX 9.0 Sample\0"
\r
25 #define VERSION_RES_COMMENT "DirectShow Sample\0"
\r
26 #define VERSION_RES_COMPANY_NAME "Microsoft Corporation\0"
\r
27 #define VERSION_RES_COPYRIGHT "Copyright (C) 1992-2002 Microsoft Corporation\0"
\r
29 // The following defines are required on a file-by-file basis
\r
31 // #define VERSION_RES_BIN_NAME "sample.ax\0"
\r
32 // #define VERSION_RES_BIN_DESCRIPTION "Sample Filter\0"
\r
34 // Also required, if you don't want the defaults, are
\r
36 // #define VERSION_RES_ACTIVEX "Filter dll\0" (the default value)
\r
38 // A string defining the type of component.
\r
40 // #define VERSION_RES_TYPE VFT_DLL (default)
\r
48 // #define VERSION_RES_SUBTYPE VFT2_UNKNOWN (default)
\r
49 // VFT2_DRV_INSTALLABLE
\r
51 // <several other options>
\r
53 // See winver.h for further details
\r