Click here to Skip to main content
15,884,176 members
Articles / Desktop Programming / WTL

Web Win32/WTL Hybrid

Rate me:
Please Sign up or sign in to vote.
4.83/5 (15 votes)
22 Dec 20054 min read 136.1K   2.1K   50  
How to implement a two-way communication path from IExplorer and WTL code
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="WebWin32Sample"
	ProjectGUID="{FDB556C2-960A-4CBD-A458-0A80F1533824}">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;_DEBUG"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="2"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="FALSE"
				TargetEnvironment="1"
				GenerateStublessProxies="TRUE"
				TypeLibraryName="$(IntDir)/WebWin32Sample.tlb"
				HeaderFileName="WebWin32Sample.h"
				DLLDataFileName=""
				InterfaceIdentifierFileName="WebWin32Sample_i.c"
				ProxyFileName="WebWin32Sample_p.c"/>
			<Tool
				Name="VCPostBuildEventTool"
				Description="Performing registration..."
				CommandLine="&quot;$(TargetPath)&quot; /RegServer"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1033"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="1"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;NDEBUG"
				ExceptionHandling="FALSE"
				RuntimeLibrary="0"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				DebugInformationFormat="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="1"
				SubSystem="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="FALSE"
				TargetEnvironment="1"
				GenerateStublessProxies="TRUE"
				TypeLibraryName="$(IntDir)/WebWin32Sample.tlb"
				HeaderFileName="WebWin32Sample.h"
				DLLDataFileName=""
				InterfaceIdentifierFileName="WebWin32Sample_i.c"
				ProxyFileName="WebWin32Sample_p.c"/>
			<Tool
				Name="VCPostBuildEventTool"
				Description="Performing registration..."
				CommandLine="&quot;$(TargetPath)&quot; /RegServer"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1033"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
			<File
				RelativePath="AboutDlg.cpp">
			</File>
			<File
				RelativePath="ChildFrm.cpp">
			</File>
			<File
				RelativePath="MainFrm.cpp">
			</File>
			<File
				RelativePath="WebWin32EventHandler.cpp">
			</File>
			<File
				RelativePath="WebWin32Lib.cpp">
			</File>
			<File
				RelativePath="WebWin32Sample.cpp">
			</File>
			<File
				RelativePath="WebWin32Sample.idl">
			</File>
			<File
				RelativePath="WebWin32SampleView.cpp">
			</File>
			<File
				RelativePath="WelcomeKitTree.cpp">
			</File>
			<File
				RelativePath="stdafx.cpp">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc">
			<File
				RelativePath="AboutDlg.h">
			</File>
			<File
				RelativePath="ChildFrm.h">
			</File>
			<File
				RelativePath="IExplorer.h">
			</File>
			<File
				RelativePath="MainFrm.h">
			</File>
			<File
				RelativePath="WebWin32EventHandler.h">
			</File>
			<File
				RelativePath="WebWin32Lib.h">
			</File>
			<File
				RelativePath="WebWin32SampleView.h">
			</File>
			<File
				RelativePath="WelcomeKitTree.h">
			</File>
			<File
				RelativePath="WtlExt.h">
			</File>
			<File
				RelativePath="_IWebWin32EventHandlerEvents_CP.h">
			</File>
			<File
				RelativePath="resource.h">
			</File>
			<File
				RelativePath="stdafx.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
			<File
				RelativePath="WebWin32EventHandler.rgs">
			</File>
			<File
				RelativePath="WebWin32HTMLEventHandler.rgs">
			</File>
			<File
				RelativePath="WebWin32Lib.rgs">
			</File>
			<File
				RelativePath="res\WebWin32Sample.exe.manifest">
			</File>
			<File
				RelativePath="res\WebWin32Sample.ico">
			</File>
			<File
				RelativePath="WebWin32Sample.rc">
			</File>
			<File
				RelativePath="WebWin32Sample.rgs">
			</File>
			<File
				RelativePath="res\WebWin32SampleDoc.ico">
			</File>
			<File
				RelativePath="res\toolbar.bmp">
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
CEO wave-vs.net
Spain Spain
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions