Changeset 97 for trunk/DirectShowSpy
- Timestamp:
- Aug 20, 2012, 7:56:08 AM (11 years ago)
- Location:
- trunk/DirectShowSpy
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy/BdaHooks/BdaHooks.rc
r95 r97 63 63 64 64 VS_VERSION_INFO VERSIONINFO 65 FILEVERSION 1, 0, 0, 6865 FILEVERSION 1, 0, 0, 73 66 66 PRODUCTVERSION 1,0,0,1 67 67 FILEFLAGSMASK 0x3fL … … 82 82 VALUE "CompanyName", "Roman Ryltsov" 83 83 VALUE "FileDescription", "Alax.Info DirectShow Filter Graph Spy Module" 84 VALUE "FileVersion", "1, 0, 0, 68\0"84 VALUE "FileVersion", "1, 0, 0, 73\0" 85 85 VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2009" 86 86 VALUE "OLESelfRegister", "Yes" -
trunk/DirectShowSpy/BdaHooks/BdaHooks_i.c
r95 r97 7 7 8 8 /* File created by MIDL compiler version 7.00.0500 */ 9 /* at Fri Aug 17 17:43:5620129 /* at Mon Aug 20 14:01:37 2012 10 10 */ 11 11 /* Compiler settings for .\BdaHooks.idl: -
trunk/DirectShowSpy/BdaHooks/BdaHooks_i.h
r95 r97 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Fri Aug 17 17:43:5620127 /* at Mon Aug 20 14:01:37 2012 8 8 */ 9 9 /* Compiler settings for .\BdaHooks.idl: -
trunk/DirectShowSpy/BdaHooks/BdaHooks_p.c
r95 r97 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Fri Aug 17 17:43:5620127 /* at Mon Aug 20 14:01:37 2012 8 8 */ 9 9 /* Compiler settings for .\BdaHooks.idl: -
trunk/DirectShowSpy/DirectShowSpy.rc
r95 r97 62 62 63 63 VS_VERSION_INFO VERSIONINFO 64 FILEVERSION 1, 0, 0, 58764 FILEVERSION 1, 0, 0, 620 65 65 PRODUCTVERSION 1,0,0,1 66 66 FILEFLAGSMASK 0x3fL … … 81 81 VALUE "CompanyName", "Roman Ryltsov" 82 82 VALUE "FileDescription", "Alax.Info DirectShow Spy Module" 83 VALUE "FileVersion", "1, 0, 0, 587\0"83 VALUE "FileVersion", "1, 0, 0, 620\0" 84 84 VALUE "InternalName", "DirectShowSpy.dll" 85 85 VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2011" -
trunk/DirectShowSpy/DirectShowSpy_i.c
r95 r97 7 7 8 8 /* File created by MIDL compiler version 7.00.0500 */ 9 /* at Fri Aug 17 20:06:13 20129 /* at Mon Aug 20 17:35:23 2012 10 10 */ 11 11 /* Compiler settings for .\DirectShowSpy.idl: 12 Oicf, W1, Zp8, env=Win 32(32b run)12 Oicf, W1, Zp8, env=Win64 (32b run) 13 13 protocol : dce , ms_ext, c_ext, robust 14 error checks: stub_data14 error checks: allocation ref bounds_check enum stub_data 15 15 VC __declspec() decoration level: 16 16 __declspec(uuid()), __declspec(selectany), __declspec(novtable) -
trunk/DirectShowSpy/DirectShowSpy_i.h
r95 r97 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Fri Aug 17 20:06:13 20127 /* at Mon Aug 20 17:35:23 2012 8 8 */ 9 9 /* Compiler settings for .\DirectShowSpy.idl: 10 Oicf, W1, Zp8, env=Win 32(32b run)10 Oicf, W1, Zp8, env=Win64 (32b run) 11 11 protocol : dce , ms_ext, c_ext, robust 12 error checks: stub_data12 error checks: allocation ref bounds_check enum stub_data 13 13 VC __declspec() decoration level: 14 14 __declspec(uuid()), __declspec(selectany), __declspec(novtable) -
trunk/DirectShowSpy/DirectShowSpy_p.c
r95 r97 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Fri Aug 17 20:06:13 20127 /* at Mon Aug 20 17:35:23 2012 8 8 */ 9 9 /* Compiler settings for .\DirectShowSpy.idl: 10 Oicf, W1, Zp8, env=Win 32(32b run)10 Oicf, W1, Zp8, env=Win64 (32b run) 11 11 protocol : dce , ms_ext, c_ext, robust 12 error checks: stub_data12 error checks: allocation ref bounds_check enum stub_data 13 13 VC __declspec() decoration level: 14 14 __declspec(uuid()), __declspec(selectany), __declspec(novtable) … … 17 17 //@@MIDL_FILE_HEADING( ) 18 18 19 #if !defined(_M_IA64) && !defined(_M_AMD64)19 #if defined(_M_AMD64) 20 20 21 21 … … 29 29 #pragma warning( disable: 4024 ) /* array to pointer mapping*/ 30 30 #pragma warning( disable: 4152 ) /* function/data pointer conversion in expression */ 31 #pragma warning( disable: 4100 ) /* unreferenced arguments in x86 call */32 33 #pragma optimize("", off )34 31 35 32 #define USE_STUBLESS_PROXY … … 99 96 100 97 101 #if !defined(__RPC_WIN 32__)98 #if !defined(__RPC_WIN64__) 102 99 #error Invalid build platform for this stub. 103 100 #endif 104 105 #if !(TARGET_IS_NT50_OR_LATER)106 #error You need a Windows 2000 or later to run this stub because it uses these features:107 #error /robust command line switch.108 #error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.109 #error This app will fail with the RPC_X_WRONG_STUB_VERSION error.110 #endif111 112 101 113 102 static const DirectShowSpy_MIDL_PROC_FORMAT_STRING DirectShowSpy__MIDL_ProcFormatString = … … 281 270 0, 282 271 DirectShowSpy__MIDL_TypeFormatString.Format, 283 0, /* -error bounds_check flag */272 1, /* -error bounds_check flag */ 284 273 0x50002, /* Ndr library version */ 285 274 0, … … 348 337 0 /* Filler3 */ 349 338 }; 350 #pragma optimize("", on )351 339 #if _MSC_VER >= 1200 352 340 #pragma warning(pop) … … 354 342 355 343 356 #endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/357 344 #endif /* defined(_M_AMD64)*/ 345 -
trunk/DirectShowSpy/FilterGraphSpy.h
r95 r97 790 790 } 791 791 792 793 792 // IMediaEventSink 794 793 STDMETHOD(Notify)(LONG nEventCode, LONG_PTR nParameter1, LONG_PTR nParameter2) throw() -
trunk/DirectShowSpy/_Bin/Win32
-
Property
svn:ignore
set to
Debug
-
Property
svn:ignore
set to
-
trunk/DirectShowSpy/_Bin/Win32/Release Trace
-
Property
svn:ignore
set to
DirectShowSpy
-
Property
svn:ignore
set to
-
trunk/DirectShowSpy/_Bin/x64/Release Trace
-
Property
svn:ignore
set to
DirectShowSpy
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.