Ignore:
Timestamp:
Jul 20, 2013, 7:06:47 AM (11 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/Miscellaneous/RenderWmvVideo
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Miscellaneous/RenderWmvVideo/RenderWmvVideo.cpp

    r204 r205  
    111111        #pragma endregion
    112112        __C(pFilterGraph2->Render(pCurrentPin));
    113         MessageBox(GetActiveWindow(), _T("Grab the Topology!"), _T("Debug"), MB_ICONINFORMATION | MB_OK);
     113        //MessageBox(GetActiveWindow(), _T("Grab the Topology!"), _T("Debug"), MB_ICONINFORMATION | MB_OK);
    114114        const CComQIPtr<IMediaControl> pMediaControl = pFilterGraph2;
    115115        __C(pMediaControl->Run());
  • trunk/Utilities/Miscellaneous/RenderWmvVideo/RenderWmvVideo.sln

    r204 r205  
    77        GlobalSection(SolutionConfigurationPlatforms) = preSolution
    88                Debug|Win32 = Debug|Win32
     9                Debug|x64 = Debug|x64
    910                Release|Win32 = Release|Win32
     11                Release|x64 = Release|x64
    1012        EndGlobalSection
    1113        GlobalSection(ProjectConfigurationPlatforms) = postSolution
    1214                {483B424F-6E3B-4B42-B714-ADF59D4B8D90}.Debug|Win32.ActiveCfg = Debug|Win32
    1315                {483B424F-6E3B-4B42-B714-ADF59D4B8D90}.Debug|Win32.Build.0 = Debug|Win32
     16                {483B424F-6E3B-4B42-B714-ADF59D4B8D90}.Debug|x64.ActiveCfg = Debug|x64
     17                {483B424F-6E3B-4B42-B714-ADF59D4B8D90}.Debug|x64.Build.0 = Debug|x64
    1418                {483B424F-6E3B-4B42-B714-ADF59D4B8D90}.Release|Win32.ActiveCfg = Release|Win32
    1519                {483B424F-6E3B-4B42-B714-ADF59D4B8D90}.Release|Win32.Build.0 = Release|Win32
     20                {483B424F-6E3B-4B42-B714-ADF59D4B8D90}.Release|x64.ActiveCfg = Release|x64
     21                {483B424F-6E3B-4B42-B714-ADF59D4B8D90}.Release|x64.Build.0 = Release|x64
    1622        EndGlobalSection
    1723        GlobalSection(SolutionProperties) = preSolution
  • trunk/Utilities/Miscellaneous/RenderWmvVideo/RenderWmvVideo.vcxproj

    r204 r205  
    66      <Platform>Win32</Platform>
    77    </ProjectConfiguration>
     8    <ProjectConfiguration Include="Debug|x64">
     9      <Configuration>Debug</Configuration>
     10      <Platform>x64</Platform>
     11    </ProjectConfiguration>
    812    <ProjectConfiguration Include="Release|Win32">
    913      <Configuration>Release</Configuration>
    1014      <Platform>Win32</Platform>
     15    </ProjectConfiguration>
     16    <ProjectConfiguration Include="Release|x64">
     17      <Configuration>Release</Configuration>
     18      <Platform>x64</Platform>
    1119    </ProjectConfiguration>
    1220  </ItemGroup>
     
    2432    <UseOfAtl>Static</UseOfAtl>
    2533  </PropertyGroup>
     34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     35    <ConfigurationType>Application</ConfigurationType>
     36    <UseDebugLibraries>true</UseDebugLibraries>
     37    <PlatformToolset>v100</PlatformToolset>
     38    <CharacterSet>Unicode</CharacterSet>
     39    <UseOfAtl>Static</UseOfAtl>
     40  </PropertyGroup>
    2641  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     42    <ConfigurationType>Application</ConfigurationType>
     43    <UseDebugLibraries>false</UseDebugLibraries>
     44    <PlatformToolset>v100</PlatformToolset>
     45    <WholeProgramOptimization>true</WholeProgramOptimization>
     46    <CharacterSet>Unicode</CharacterSet>
     47    <UseOfAtl>Static</UseOfAtl>
     48  </PropertyGroup>
     49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    2750    <ConfigurationType>Application</ConfigurationType>
    2851    <UseDebugLibraries>false</UseDebugLibraries>
     
    3861    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    3962  </ImportGroup>
     63  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     65  </ImportGroup>
    4066  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     68  </ImportGroup>
     69  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    4170    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    4271  </ImportGroup>
     
    4574    <LinkIncremental>true</LinkIncremental>
    4675  </PropertyGroup>
     76  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     77    <LinkIncremental>true</LinkIncremental>
     78  </PropertyGroup>
    4779  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    4880    <LinkIncremental>false</LinkIncremental>
    4981  </PropertyGroup>
     82  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     83    <LinkIncremental>false</LinkIncremental>
     84  </PropertyGroup>
    5085  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     86    <ClCompile>
     87      <PrecompiledHeader>Use</PrecompiledHeader>
     88      <WarningLevel>Level3</WarningLevel>
     89      <Optimization>Disabled</Optimization>
     90      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     91      <SDLCheck>true</SDLCheck>
     92    </ClCompile>
     93    <Link>
     94      <SubSystem>Console</SubSystem>
     95      <GenerateDebugInformation>true</GenerateDebugInformation>
     96    </Link>
     97  </ItemDefinitionGroup>
     98  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    5199    <ClCompile>
    52100      <PrecompiledHeader>Use</PrecompiledHeader>
     
    78126    </Link>
    79127  </ItemDefinitionGroup>
     128  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     129    <ClCompile>
     130      <WarningLevel>Level3</WarningLevel>
     131      <PrecompiledHeader>Use</PrecompiledHeader>
     132      <Optimization>MaxSpeed</Optimization>
     133      <FunctionLevelLinking>true</FunctionLevelLinking>
     134      <IntrinsicFunctions>true</IntrinsicFunctions>
     135      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     136      <SDLCheck>true</SDLCheck>
     137    </ClCompile>
     138    <Link>
     139      <SubSystem>Console</SubSystem>
     140      <GenerateDebugInformation>true</GenerateDebugInformation>
     141      <EnableCOMDATFolding>true</EnableCOMDATFolding>
     142      <OptimizeReferences>true</OptimizeReferences>
     143    </Link>
     144  </ItemDefinitionGroup>
    80145  <ItemGroup>
    81146    <Text Include="ReadMe.txt" />
     
    89154    <ClCompile Include="stdafx.cpp">
    90155      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
     156      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
    91157      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
     158      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
    92159    </ClCompile>
    93160  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.