Changeset 97


Ignore:
Timestamp:
Aug 20, 2012, 7:56:08 AM (11 years ago)
Author:
roman
Message:

Rebuilt with fixes on underlying library (primarily call stacks in Windows libraries)

Location:
trunk/DirectShowSpy
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/BdaHooks/BdaHooks.rc

    r95 r97  
    6363
    6464VS_VERSION_INFO VERSIONINFO
    65  FILEVERSION  1, 0, 0, 68
     65 FILEVERSION  1, 0, 0, 73
    6666 PRODUCTVERSION 1,0,0,1
    6767 FILEFLAGSMASK 0x3fL
     
    8282            VALUE "CompanyName", "Roman Ryltsov"
    8383            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"
    8585            VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2009"
    8686            VALUE "OLESelfRegister", "Yes"
  • trunk/DirectShowSpy/BdaHooks/BdaHooks_i.c

    r95 r97  
    77
    88 /* File created by MIDL compiler version 7.00.0500 */
    9 /* at Fri Aug 17 17:43:56 2012
     9/* at Mon Aug 20 14:01:37 2012
    1010 */
    1111/* Compiler settings for .\BdaHooks.idl:
  • trunk/DirectShowSpy/BdaHooks/BdaHooks_i.h

    r95 r97  
    55
    66 /* File created by MIDL compiler version 7.00.0500 */
    7 /* at Fri Aug 17 17:43:56 2012
     7/* at Mon Aug 20 14:01:37 2012
    88 */
    99/* Compiler settings for .\BdaHooks.idl:
  • trunk/DirectShowSpy/BdaHooks/BdaHooks_p.c

    r95 r97  
    55
    66 /* File created by MIDL compiler version 7.00.0500 */
    7 /* at Fri Aug 17 17:43:56 2012
     7/* at Mon Aug 20 14:01:37 2012
    88 */
    99/* Compiler settings for .\BdaHooks.idl:
  • trunk/DirectShowSpy/DirectShowSpy.rc

    r95 r97  
    6262
    6363VS_VERSION_INFO VERSIONINFO
    64  FILEVERSION  1, 0, 0, 587
     64 FILEVERSION  1, 0, 0, 620
    6565 PRODUCTVERSION 1,0,0,1
    6666 FILEFLAGSMASK 0x3fL
     
    8181            VALUE "CompanyName", "Roman Ryltsov"
    8282            VALUE "FileDescription", "Alax.Info DirectShow Spy Module"
    83             VALUE "FileVersion",  "1, 0, 0, 587\0"
     83            VALUE "FileVersion",  "1, 0, 0, 620\0"
    8484            VALUE "InternalName", "DirectShowSpy.dll"
    8585            VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2011"
  • trunk/DirectShowSpy/DirectShowSpy_i.c

    r95 r97  
    77
    88 /* File created by MIDL compiler version 7.00.0500 */
    9 /* at Fri Aug 17 20:06:13 2012
     9/* at Mon Aug 20 17:35:23 2012
    1010 */
    1111/* Compiler settings for .\DirectShowSpy.idl:
    12     Oicf, W1, Zp8, env=Win32 (32b run)
     12    Oicf, W1, Zp8, env=Win64 (32b run)
    1313    protocol : dce , ms_ext, c_ext, robust
    14     error checks: stub_data
     14    error checks: allocation ref bounds_check enum stub_data
    1515    VC __declspec() decoration level:
    1616         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  • trunk/DirectShowSpy/DirectShowSpy_i.h

    r95 r97  
    55
    66 /* File created by MIDL compiler version 7.00.0500 */
    7 /* at Fri Aug 17 20:06:13 2012
     7/* at Mon Aug 20 17:35:23 2012
    88 */
    99/* Compiler settings for .\DirectShowSpy.idl:
    10     Oicf, W1, Zp8, env=Win32 (32b run)
     10    Oicf, W1, Zp8, env=Win64 (32b run)
    1111    protocol : dce , ms_ext, c_ext, robust
    12     error checks: stub_data
     12    error checks: allocation ref bounds_check enum stub_data
    1313    VC __declspec() decoration level:
    1414         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  • trunk/DirectShowSpy/DirectShowSpy_p.c

    r95 r97  
    55
    66 /* File created by MIDL compiler version 7.00.0500 */
    7 /* at Fri Aug 17 20:06:13 2012
     7/* at Mon Aug 20 17:35:23 2012
    88 */
    99/* Compiler settings for .\DirectShowSpy.idl:
    10     Oicf, W1, Zp8, env=Win32 (32b run)
     10    Oicf, W1, Zp8, env=Win64 (32b run)
    1111    protocol : dce , ms_ext, c_ext, robust
    12     error checks: stub_data
     12    error checks: allocation ref bounds_check enum stub_data
    1313    VC __declspec() decoration level:
    1414         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
     
    1717//@@MIDL_FILE_HEADING(  )
    1818
    19 #if !defined(_M_IA64) && !defined(_M_AMD64)
     19#if defined(_M_AMD64)
    2020
    2121
     
    2929#pragma warning( disable: 4024 )  /* array to pointer mapping*/
    3030#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 )
    3431
    3532#define USE_STUBLESS_PROXY
     
    9996
    10097
    101 #if !defined(__RPC_WIN32__)
     98#if !defined(__RPC_WIN64__)
    10299#error  Invalid build platform for this stub.
    103100#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 #endif
    111 
    112101
    113102static const DirectShowSpy_MIDL_PROC_FORMAT_STRING DirectShowSpy__MIDL_ProcFormatString =
     
    281270    0,
    282271    DirectShowSpy__MIDL_TypeFormatString.Format,
    283     0, /* -error bounds_check flag */
     272    1, /* -error bounds_check flag */
    284273    0x50002, /* Ndr library version */
    285274    0,
     
    348337    0  /* Filler3 */
    349338};
    350 #pragma optimize("", on )
    351339#if _MSC_VER >= 1200
    352340#pragma warning(pop)
     
    354342
    355343
    356 #endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/
    357 
     344#endif /* defined(_M_AMD64)*/
     345
  • trunk/DirectShowSpy/FilterGraphSpy.h

    r95 r97  
    790790        }
    791791
    792 
    793792// IMediaEventSink
    794793    STDMETHOD(Notify)(LONG nEventCode, LONG_PTR nParameter1, LONG_PTR nParameter2) throw()
  • trunk/DirectShowSpy/_Bin/Win32

    • Property svn:ignore set to
      Debug
  • trunk/DirectShowSpy/_Bin/Win32/Release Trace

    • Property svn:ignore set to
      DirectShowSpy
  • trunk/DirectShowSpy/_Bin/x64/Release Trace

    • Property svn:ignore set to
      DirectShowSpy
Note: See TracChangeset for help on using the changeset viewer.