Changeset 328


Ignore:
Timestamp:
Sep 12, 2014, 10:42:12 PM (10 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/Miscellaneous/DispEventSample03
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Miscellaneous/DispEventSample03/DispEventSample03.h

    r255 r328  
    44
    55
    6  /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Tue Jan 14 10:45:59 2014
     6 /* File created by MIDL compiler version 8.00.0595 */
     7/* at Sat Sep 13 08:31:08 2014
    88 */
    99/* Compiler settings for DispEventSample03.idl:
    10     Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555
     10    Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0595
    1111    protocol : dce , ms_ext, c_ext, robust
    1212    error checks: allocation ref bounds_check enum stub_data
  • trunk/Utilities/Miscellaneous/DispEventSample03/DispEventSample03.rc

    r255 r328  
    122122
    123123VS_VERSION_INFO VERSIONINFO
    124  FILEVERSION  1, 0, 0, 29
     124 FILEVERSION  1, 0, 0, 36
    125125 PRODUCTVERSION 1,0,0,1
    126126 FILEFLAGSMASK 0x3fL
     
    139139        BEGIN
    140140            VALUE "FileDescription", "DispEventSample03 Module"
    141             VALUE "FileVersion",  "1, 0, 0, 29\0"
     141            VALUE "FileVersion",  "1, 0, 0, 36\0"
    142142            VALUE "InternalName", "DispEventSample03"
    143143            VALUE "LegalCopyright", "Copyright 2009"
  • trunk/Utilities/Miscellaneous/DispEventSample03/DispEventSample03.vcxproj

    r255 r328  
    1717  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1818    <ConfigurationType>Application</ConfigurationType>
    19     <PlatformToolset>v100</PlatformToolset>
     19    <PlatformToolset>v110</PlatformToolset>
    2020    <CharacterSet>Unicode</CharacterSet>
    2121    <WholeProgramOptimization>true</WholeProgramOptimization>
     
    2323  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    2424    <ConfigurationType>Application</ConfigurationType>
    25     <PlatformToolset>v100</PlatformToolset>
     25    <PlatformToolset>v110</PlatformToolset>
    2626    <CharacterSet>Unicode</CharacterSet>
    2727  </PropertyGroup>
  • trunk/Utilities/Miscellaneous/DispEventSample03/DispEventSample03_i.c

    r255 r328  
    66
    77
    8  /* File created by MIDL compiler version 7.00.0555 */
    9 /* at Tue Jan 14 10:45:59 2014
     8 /* File created by MIDL compiler version 8.00.0595 */
     9/* at Sat Sep 13 08:31:08 2014
    1010 */
    1111/* Compiler settings for DispEventSample03.idl:
    12     Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555
     12    Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0595
    1313    protocol : dce , ms_ext, c_ext, robust
    1414    error checks: allocation ref bounds_check enum stub_data
  • trunk/Utilities/Miscellaneous/DispEventSample03/MainDialog.h

    r255 r328  
    2222        public CAxDialogImpl<CMainDialog>,
    2323        public CDialogResize<CMainDialog>,
    24         public IDispEventImpl<IDC_EXPLORER1, CMainDialog, &__uuidof(IE::DWebBrowserEvents2), &__uuidof(IE::__SHDocVw), 1, 0>,
    25         public IDispEventImpl<IDC_EXPLORER2, CMainDialog, &__uuidof(IE::DWebBrowserEvents2), &__uuidof(IE::__SHDocVw), 1, 0>
     24        //public IDispEventImpl<IDC_EXPLORER1, CMainDialog, &__uuidof(IE::DWebBrowserEvents2), &__uuidof(IE::__SHDocVw), 1, 0>,
     25        //public IDispEventImpl<IDC_EXPLORER2, CMainDialog, &__uuidof(IE::DWebBrowserEvents2), &__uuidof(IE::__SHDocVw), 1, 0>
     26        public IDispEventImpl<IDC_EXPLORER1, CMainDialog, &DIID_DWebBrowserEvents2, &LIBID_SHDocVw, 1, 1>,
     27        public IDispEventImpl<IDC_EXPLORER2, CMainDialog, &DIID_DWebBrowserEvents2, &LIBID_SHDocVw, 1, 1>
    2628{
    2729public:
     
    4547
    4648BEGIN_SINK_MAP(CMainDialog)
    47         SINK_ENTRY_EX(IDC_EXPLORER1, __uuidof(IE::DWebBrowserEvents2), 0x00FA, OnExplorer1BeforeNavigate2)
    48         SINK_ENTRY_EX(IDC_EXPLORER1, __uuidof(IE::DWebBrowserEvents2), 0x0103, OnExplorer1DocumentComplete)
    49         SINK_ENTRY_EX(IDC_EXPLORER2, __uuidof(IE::DWebBrowserEvents2), 0x00FA, OnExplorer2BeforeNavigate2)
    50         SINK_ENTRY_EX(IDC_EXPLORER2, __uuidof(IE::DWebBrowserEvents2), 0x0103, OnExplorer2DocumentComplete)
     49        //SINK_ENTRY_EX(IDC_EXPLORER1, __uuidof(IE::DWebBrowserEvents2), 0x00FA, OnExplorer1BeforeNavigate2)
     50        //SINK_ENTRY_EX(IDC_EXPLORER1, __uuidof(IE::DWebBrowserEvents2), 0x0103, OnExplorer1DocumentComplete)
     51        //SINK_ENTRY_EX(IDC_EXPLORER2, __uuidof(IE::DWebBrowserEvents2), 0x00FA, OnExplorer2BeforeNavigate2)
     52        //SINK_ENTRY_EX(IDC_EXPLORER2, __uuidof(IE::DWebBrowserEvents2), 0x0103, OnExplorer2DocumentComplete)
     53        SINK_ENTRY_EX(IDC_EXPLORER1, DIID_DWebBrowserEvents2, 0x00FA, OnExplorer1BeforeNavigate2)
     54        SINK_ENTRY_EX(IDC_EXPLORER1, DIID_DWebBrowserEvents2, 0x0103, OnExplorer1DocumentComplete)
     55        SINK_ENTRY_EX(IDC_EXPLORER2, DIID_DWebBrowserEvents2, 0x00FA, OnExplorer2BeforeNavigate2)
     56        SINK_ENTRY_EX(IDC_EXPLORER2, DIID_DWebBrowserEvents2, 0x0103, OnExplorer2DocumentComplete)
    5157END_SINK_MAP()
    5258
  • trunk/Utilities/Miscellaneous/DispEventSample03/stdafx.h

    r255 r328  
    1515
    1616#include <atlbase.h>
     17
     18#undef _SYSINFOAPI_H_
    1719#include <atlapp.h>
     20#define _SYSINFOAPI_H_
    1821
    1922extern CServerAppModule _Module;
Note: See TracChangeset for help on using the changeset viewer.