Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Hyperlink.cpp Mon Jan 19 17:26:36 1970
- +++ Hyperlink.cpp Mon Jan 19 17:26:36 1970
- @@ -66,7 +66,7 @@
- pos.x, pos.y, rect.right - rect.left, rect.bottom - rect.top,
- parent, NULL, ins, NULL);
- - ::SetWindowLongPtr( wnd, GWLP_USERDATA, (LONG)this);
- + ::SetWindowLong( wnd, GWL_USERDATA, (LONG)this);
- //finally, destroy the old label
- ::DestroyWindow(old);
- }
- @@ -93,7 +93,7 @@
- int CHyperlink::WndProc(HWND hwnd,WORD wMsg,WPARAM wParam,LPARAM lParam)
- {
- - CHyperlink *hl = (CHyperlink*)GetWindowLong(hwnd, GWLP_USERDATA);
- + CHyperlink *hl = (CHyperlink*)GetWindowLong(hwnd, GWL_USERDATA);
- switch (wMsg)
- {
- --- ODBCTracer.sln Mon Jan 19 17:26:36 1970
- +++ ODBCTracer.sln Mon Jan 19 17:26:36 1970
- @@ -1,25 +1,21 @@
- -Microsoft Visual Studio Solution File, Format Version 10.00
- -# Visual Studio 2008
- +Microsoft Visual Studio Solution File, Format Version 8.00
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ODBCTracer", "ODBCTracer.vcproj", "{038CE76A-0F26-47FA-824F-DC1F915AD475}"
- + ProjectSection(ProjectDependencies) = postProject
- + EndProjectSection
- EndProject
- Global
- - GlobalSection(SolutionConfigurationPlatforms) = preSolution
- - Debug|Win32 = Debug|Win32
- - Debug|x64 = Debug|x64
- - Release|Win32 = Release|Win32
- - Release|x64 = Release|x64
- + GlobalSection(SolutionConfiguration) = preSolution
- + Debug = Debug
- + Release = Release
- EndGlobalSection
- - GlobalSection(ProjectConfigurationPlatforms) = postSolution
- - {038CE76A-0F26-47FA-824F-DC1F915AD475}.Debug|Win32.ActiveCfg = Debug|Win32
- - {038CE76A-0F26-47FA-824F-DC1F915AD475}.Debug|Win32.Build.0 = Debug|Win32
- - {038CE76A-0F26-47FA-824F-DC1F915AD475}.Debug|x64.ActiveCfg = Debug|x64
- - {038CE76A-0F26-47FA-824F-DC1F915AD475}.Debug|x64.Build.0 = Debug|x64
- - {038CE76A-0F26-47FA-824F-DC1F915AD475}.Release|Win32.ActiveCfg = Release|Win32
- - {038CE76A-0F26-47FA-824F-DC1F915AD475}.Release|Win32.Build.0 = Release|Win32
- - {038CE76A-0F26-47FA-824F-DC1F915AD475}.Release|x64.ActiveCfg = Release|x64
- - {038CE76A-0F26-47FA-824F-DC1F915AD475}.Release|x64.Build.0 = Release|x64
- + GlobalSection(ProjectConfiguration) = postSolution
- + {038CE76A-0F26-47FA-824F-DC1F915AD475}.Debug.ActiveCfg = Debug|Win32
- + {038CE76A-0F26-47FA-824F-DC1F915AD475}.Debug.Build.0 = Debug|Win32
- + {038CE76A-0F26-47FA-824F-DC1F915AD475}.Release.ActiveCfg = Release|Win32
- + {038CE76A-0F26-47FA-824F-DC1F915AD475}.Release.Build.0 = Release|Win32
- EndGlobalSection
- - GlobalSection(SolutionProperties) = preSolution
- - HideSolutionNode = FALSE
- + GlobalSection(ExtensibilityGlobals) = postSolution
- + EndGlobalSection
- + GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
- EndGlobal
- --- ODBCTracer.vcproj Mon Jan 19 17:26:36 1970
- +++ ODBCTracer.vcproj Mon Jan 19 17:26:36 1970
- @@ -1,154 +1,94 @@
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- - Version="9.00"
- + Version="7.10"
- Name="ODBCTracer"
- - ProjectGUID="{038CE76A-0F26-47FA-824F-DC1F915AD475}"
- - RootNamespace="ODBCTracer"
- - TargetFrameworkVersion="131072"
- - >
- + SccProjectName=""
- + SccLocalPath="">
- <Platforms>
- <Platform
- - Name="Win32"
- - />
- - <Platform
- - Name="x64"
- - />
- + Name="Win32"/>
- </Platforms>
- - <ToolFiles>
- - </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="2"
- - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- - ATLMinimizesCRunTimeLibraryUsage="false"
- - CharacterSet="2"
- - >
- - <Tool
- - Name="VCPreBuildEventTool"
- - />
- - <Tool
- - Name="VCCustomBuildTool"
- - />
- - <Tool
- - Name="VCXMLDataGeneratorTool"
- - />
- - <Tool
- - Name="VCWebServiceProxyGeneratorTool"
- - />
- - <Tool
- - Name="VCMIDLTool"
- - PreprocessorDefinitions="NDEBUG"
- - MkTypLibCompatible="true"
- - SuppressStartupBanner="true"
- - TargetEnvironment="1"
- - TypeLibraryName=".\Release/ODBCTracer.tlb"
- - HeaderFileName=""
- - />
- + ATLMinimizesCRunTimeLibraryUsage="FALSE"
- + CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_USRDLL;ODBCTracer_EXPORTS"
- - StringPooling="true"
- + StringPooling="TRUE"
- RuntimeLibrary="2"
- - EnableFunctionLevelLinking="true"
- - UsePrecompiledHeader="2"
- + EnableFunctionLevelLinking="TRUE"
- + UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="stdafx.h"
- PrecompiledHeaderFile=".\Release/ODBCTracer.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- - SuppressStartupBanner="true"
- - />
- + SuppressStartupBanner="TRUE"/>
- <Tool
- - Name="VCManagedResourceCompilerTool"
- - />
- - <Tool
- - Name="VCResourceCompilerTool"
- - PreprocessorDefinitions="NDEBUG"
- - Culture="1031"
- - />
- - <Tool
- - Name="VCPreLinkEventTool"
- - />
- + Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- OutputFile=".\Release/ODBCTracer.dll"
- LinkIncremental="1"
- - SuppressStartupBanner="true"
- + SuppressStartupBanner="TRUE"
- ModuleDefinitionFile=".\ODBCTracer.def"
- ProgramDatabaseFile=".\Release/ODBCTracer.pdb"
- - RandomizedBaseAddress="1"
- - DataExecutionPrevention="0"
- ImportLibrary=".\Release/ODBCTracer.lib"
- - TargetMachine="1"
- - />
- + TargetMachine="1"/>
- <Tool
- - Name="VCALinkTool"
- - />
- + Name="VCMIDLTool"
- + PreprocessorDefinitions="NDEBUG"
- + MkTypLibCompatible="TRUE"
- + SuppressStartupBanner="TRUE"
- + TargetEnvironment="1"
- + TypeLibraryName=".\Release/ODBCTracer.tlb"
- + HeaderFileName=""/>
- <Tool
- - Name="VCManifestTool"
- - />
- + Name="VCPostBuildEventTool"/>
- <Tool
- - Name="VCXDCMakeTool"
- - />
- + Name="VCPreBuildEventTool"/>
- <Tool
- - Name="VCBscMakeTool"
- - />
- + Name="VCPreLinkEventTool"/>
- <Tool
- - Name="VCFxCopTool"
- - />
- + Name="VCResourceCompilerTool"
- + PreprocessorDefinitions="NDEBUG"
- + Culture="1031"/>
- <Tool
- - Name="VCAppVerifierTool"
- - />
- + Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- - Name="VCPostBuildEventTool"
- - />
- + Name="VCXMLDataGeneratorTool"/>
- + <Tool
- + Name="VCWebDeploymentTool"/>
- + <Tool
- + Name="VCManagedWrapperGeneratorTool"/>
- + <Tool
- + Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="2"
- - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- - ATLMinimizesCRunTimeLibraryUsage="false"
- - CharacterSet="2"
- - >
- - <Tool
- - Name="VCPreBuildEventTool"
- - />
- - <Tool
- - Name="VCCustomBuildTool"
- - />
- - <Tool
- - Name="VCXMLDataGeneratorTool"
- - />
- - <Tool
- - Name="VCWebServiceProxyGeneratorTool"
- - />
- - <Tool
- - Name="VCMIDLTool"
- - PreprocessorDefinitions="_DEBUG"
- - MkTypLibCompatible="true"
- - SuppressStartupBanner="true"
- - TargetEnvironment="1"
- - TypeLibraryName=".\Debug/ODBCTracer.tlb"
- - HeaderFileName=""
- - />
- + ATLMinimizesCRunTimeLibraryUsage="FALSE"
- + CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_USRDLL;ODBCTracer_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- - UsePrecompiledHeader="2"
- + UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="stdafx.h"
- PrecompiledHeaderFile=".\Debug/ODBCTracer.pch"
- AssemblerListingLocation=".\Debug/"
- @@ -156,243 +96,49 @@
- ProgramDataBaseFileName=".\Debug/"
- BrowseInformation="1"
- WarningLevel="3"
- - SuppressStartupBanner="true"
- - DebugInformationFormat="4"
- - />
- - <Tool
- - Name="VCManagedResourceCompilerTool"
- - />
- - <Tool
- - Name="VCResourceCompilerTool"
- - PreprocessorDefinitions="_DEBUG"
- - Culture="1031"
- - />
- + SuppressStartupBanner="TRUE"
- + DebugInformationFormat="4"/>
- <Tool
- - Name="VCPreLinkEventTool"
- - />
- + Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- OutputFile=".\Debug/ODBCTracer.dll"
- LinkIncremental="1"
- - SuppressStartupBanner="true"
- + SuppressStartupBanner="TRUE"
- ModuleDefinitionFile=".\ODBCTracer.def"
- - GenerateDebugInformation="true"
- + GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\Debug/ODBCTracer.pdb"
- - RandomizedBaseAddress="1"
- - DataExecutionPrevention="0"
- ImportLibrary=".\Debug/ODBCTracer.lib"
- - TargetMachine="1"
- - />
- - <Tool
- - Name="VCALinkTool"
- - />
- - <Tool
- - Name="VCManifestTool"
- - />
- - <Tool
- - Name="VCXDCMakeTool"
- - />
- - <Tool
- - Name="VCBscMakeTool"
- - />
- - <Tool
- - Name="VCFxCopTool"
- - />
- - <Tool
- - Name="VCAppVerifierTool"
- - />
- - <Tool
- - Name="VCPostBuildEventTool"
- - CommandLine="copy Debug\ODBCTracer.dll c:\windows\system32"
- - />
- - </Configuration>
- - <Configuration
- - Name="Release|x64"
- - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- - ConfigurationType="2"
- - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- - UseOfMFC="0"
- - ATLMinimizesCRunTimeLibraryUsage="false"
- - CharacterSet="2"
- - >
- - <Tool
- - Name="VCPreBuildEventTool"
- - />
- - <Tool
- - Name="VCCustomBuildTool"
- - />
- - <Tool
- - Name="VCXMLDataGeneratorTool"
- - />
- - <Tool
- - Name="VCWebServiceProxyGeneratorTool"
- - />
- - <Tool
- - Name="VCMIDLTool"
- - PreprocessorDefinitions="NDEBUG"
- - MkTypLibCompatible="true"
- - SuppressStartupBanner="true"
- - TargetEnvironment="3"
- - TypeLibraryName=".\Release/ODBCTracer.tlb"
- - HeaderFileName=""
- - />
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="2"
- - InlineFunctionExpansion="1"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_USRDLL;ODBCTracer_EXPORTS"
- - StringPooling="true"
- - RuntimeLibrary="2"
- - EnableFunctionLevelLinking="true"
- - UsePrecompiledHeader="2"
- - PrecompiledHeaderThrough="stdafx.h"
- - PrecompiledHeaderFile=".\Release/ODBCTracer.pch"
- - AssemblerListingLocation=".\Release/"
- - ObjectFile=".\Release/"
- - ProgramDataBaseFileName=".\Release/"
- - WarningLevel="3"
- - SuppressStartupBanner="true"
- - />
- - <Tool
- - Name="VCManagedResourceCompilerTool"
- - />
- - <Tool
- - Name="VCResourceCompilerTool"
- - PreprocessorDefinitions="NDEBUG"
- - Culture="1031"
- - />
- - <Tool
- - Name="VCPreLinkEventTool"
- - />
- - <Tool
- - Name="VCLinkerTool"
- - OutputFile=".\x64\Release/ODBCTracer.dll"
- - LinkIncremental="1"
- - SuppressStartupBanner="true"
- - ModuleDefinitionFile=".\ODBCTracer.def"
- - ProgramDatabaseFile=".\Release/ODBCTracer.pdb"
- - RandomizedBaseAddress="1"
- - DataExecutionPrevention="0"
- - ImportLibrary=".\Release/ODBCTracer.lib"
- - TargetMachine="17"
- - />
- - <Tool
- - Name="VCALinkTool"
- - />
- - <Tool
- - Name="VCManifestTool"
- - />
- - <Tool
- - Name="VCXDCMakeTool"
- - />
- - <Tool
- - Name="VCBscMakeTool"
- - />
- - <Tool
- - Name="VCFxCopTool"
- - />
- - <Tool
- - Name="VCAppVerifierTool"
- - />
- - <Tool
- - Name="VCPostBuildEventTool"
- - />
- - </Configuration>
- - <Configuration
- - Name="Debug|x64"
- - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- - ConfigurationType="2"
- - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- - UseOfMFC="0"
- - ATLMinimizesCRunTimeLibraryUsage="false"
- - CharacterSet="2"
- - >
- - <Tool
- - Name="VCPreBuildEventTool"
- - />
- - <Tool
- - Name="VCCustomBuildTool"
- - />
- - <Tool
- - Name="VCXMLDataGeneratorTool"
- - />
- - <Tool
- - Name="VCWebServiceProxyGeneratorTool"
- - />
- + TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- - MkTypLibCompatible="true"
- - SuppressStartupBanner="true"
- - TargetEnvironment="3"
- + MkTypLibCompatible="TRUE"
- + SuppressStartupBanner="TRUE"
- + TargetEnvironment="1"
- TypeLibraryName=".\Debug/ODBCTracer.tlb"
- - HeaderFileName=""
- - />
- + HeaderFileName=""/>
- <Tool
- - Name="VCCLCompilerTool"
- - Optimization="0"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_USRDLL;ODBCTracer_EXPORTS"
- - BasicRuntimeChecks="3"
- - RuntimeLibrary="1"
- - UsePrecompiledHeader="2"
- - PrecompiledHeaderThrough="stdafx.h"
- - PrecompiledHeaderFile=".\Debug/ODBCTracer.pch"
- - AssemblerListingLocation=".\Debug/"
- - ObjectFile=".\Debug/"
- - ProgramDataBaseFileName=".\Debug/"
- - BrowseInformation="1"
- - WarningLevel="3"
- - SuppressStartupBanner="true"
- - DebugInformationFormat="3"
- - />
- + Name="VCPostBuildEventTool"
- + CommandLine="copy Debug\ODBCTracer.dll c:\windows\system32"/>
- + <Tool
- + Name="VCPreBuildEventTool"/>
- <Tool
- - Name="VCManagedResourceCompilerTool"
- - />
- + Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- - Culture="1031"
- - />
- - <Tool
- - Name="VCPreLinkEventTool"
- - />
- - <Tool
- - Name="VCLinkerTool"
- - OutputFile=".\Debug/ODBCTracer.dll"
- - LinkIncremental="1"
- - SuppressStartupBanner="true"
- - ModuleDefinitionFile=".\ODBCTracer.def"
- - GenerateDebugInformation="true"
- - ProgramDatabaseFile=".\Debug/ODBCTracer.pdb"
- - RandomizedBaseAddress="1"
- - DataExecutionPrevention="0"
- - ImportLibrary=".\Debug/ODBCTracer.lib"
- - TargetMachine="17"
- - />
- - <Tool
- - Name="VCALinkTool"
- - />
- + Culture="1031"/>
- <Tool
- - Name="VCManifestTool"
- - />
- + Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- - Name="VCXDCMakeTool"
- - />
- + Name="VCXMLDataGeneratorTool"/>
- <Tool
- - Name="VCBscMakeTool"
- - />
- + Name="VCWebDeploymentTool"/>
- <Tool
- - Name="VCFxCopTool"
- - />
- + Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- - Name="VCAppVerifierTool"
- - />
- - <Tool
- - Name="VCPostBuildEventTool"
- - CommandLine="copy Debug\ODBCTracer.dll c:\windows\system32"
- - />
- + Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- @@ -400,330 +146,164 @@
- <Files>
- <Filter
- Name="Quellcodedateien"
- - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- - >
- + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- - RelativePath="Hyperlink.cpp"
- - >
- + RelativePath="Hyperlink.cpp">
- <FileConfiguration
- - Name="Release|Win32"
- - >
- + Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- + PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- - Name="Debug|Win32"
- - >
- + Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Release|x64"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Debug|x64"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="0"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- + BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- - RelativePath="odbctracedump.cpp"
- - >
- - <FileConfiguration
- - Name="Release|Win32"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- - </FileConfiguration>
- + RelativePath="odbctracedump.cpp">
- <FileConfiguration
- - Name="Debug|Win32"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="0"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Release|x64"
- - >
- + Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- + PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- - Name="Debug|x64"
- - >
- + Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- + BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- - RelativePath="ODBCTracer.cpp"
- - >
- - <FileConfiguration
- - Name="Release|Win32"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Debug|Win32"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="0"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- - </FileConfiguration>
- + RelativePath="ODBCTracer.cpp">
- <FileConfiguration
- - Name="Release|x64"
- - >
- + Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- + PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- - Name="Debug|x64"
- - >
- + Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- + BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- - RelativePath="ODBCTracer.def"
- - >
- + RelativePath="ODBCTracer.def">
- </File>
- <File
- - RelativePath="ODBCTracer.rc"
- - >
- + RelativePath="ODBCTracer.rc">
- </File>
- <File
- - RelativePath="ODBCTracerOptions.cpp"
- - >
- + RelativePath="ODBCTracerOptions.cpp">
- <FileConfiguration
- - Name="Release|Win32"
- - >
- + Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- + PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- - Name="Debug|Win32"
- - >
- + Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Release|x64"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Debug|x64"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="0"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- + BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- - RelativePath="StdAfx.cpp"
- - >
- - <FileConfiguration
- - Name="Release|Win32"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - UsePrecompiledHeader="1"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Debug|Win32"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="0"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - BasicRuntimeChecks="3"
- - UsePrecompiledHeader="1"
- - BrowseInformation="1"
- - />
- - </FileConfiguration>
- + RelativePath="StdAfx.cpp">
- <FileConfiguration
- - Name="Release|x64"
- - >
- + Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - UsePrecompiledHeader="1"
- - />
- + UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- - Name="Debug|x64"
- - >
- + Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- - BrowseInformation="1"
- - />
- + BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- - RelativePath="SystemTraySDK.cpp"
- - >
- + RelativePath="SystemTraySDK.cpp">
- <FileConfiguration
- - Name="Release|Win32"
- - >
- + Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- + PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- - Name="Debug|Win32"
- - >
- + Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Release|x64"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="2"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - />
- - </FileConfiguration>
- - <FileConfiguration
- - Name="Debug|x64"
- - >
- - <Tool
- - Name="VCCLCompilerTool"
- - Optimization="0"
- - PreprocessorDefinitions="ODBCDRIVER_EXPORTS;WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ODBCTracer_EXPORTS;$(NoInherit)"
- - BasicRuntimeChecks="3"
- - BrowseInformation="1"
- - />
- + BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header-Dateien"
- - Filter="h;hpp;hxx;hm;inl"
- - >
- + Filter="h;hpp;hxx;hm;inl">
- <File
- - RelativePath="Hyperlink.h"
- - >
- + RelativePath="Hyperlink.h">
- </File>
- <File
- - RelativePath="ODBCTracer.h"
- - >
- + RelativePath="ODBCTracer.h">
- </File>
- <File
- - RelativePath="resource.h"
- - >
- + RelativePath="resource.h">
- </File>
- <File
- - RelativePath="StdAfx.h"
- - >
- + RelativePath="StdAfx.h">
- </File>
- <File
- - RelativePath="SystemTraySDK.h"
- - >
- + RelativePath="SystemTraySDK.h">
- </File>
- </Filter>
- <Filter
- Name="Ressourcendateien"
- - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- - >
- + Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- - RelativePath="ico00001.ico"
- - >
- + RelativePath="ico00001.ico">
- </File>
- <File
- - RelativePath="icon1.ico"
- - >
- + RelativePath="icon1.ico">
- </File>
- <File
- - RelativePath="w3l.bmp"
- - >
- + RelativePath="w3l.bmp">
- </File>
- </Filter>
- <File
- - RelativePath="ReadMe.txt"
- - >
- + RelativePath="ReadMe.txt">
- </File>
- </Files>
- <Globals>
- --- ODBCTracerOptions.cpp Mon Jan 19 17:26:36 1970
- +++ ODBCTracerOptions.cpp Mon Jan 19 17:26:36 1970
- @@ -174,7 +174,7 @@
- case WM_INITDIALOG:
- {
- ODBCTraceOptionDlg *config = (ODBCTraceOptionDlg*)lParam;
- - SetWindowLongPtr(hdlg, DWLP_USER, lParam);
- + SetWindowLong(hdlg, DWL_USER, lParam);
- config->wnd = hdlg;
- config->createCheckBoxes();
- @@ -194,7 +194,7 @@
- char buffer[256];
- ::GetWindowText(GetDlgItem(hdlg, id), buffer, sizeof(buffer));
- - ODBCTraceOptionDlg *config = (ODBCTraceOptionDlg*)GetWindowLong(hdlg, DWLP_USER);
- + ODBCTraceOptionDlg *config = (ODBCTraceOptionDlg*)GetWindowLong(hdlg, DWL_USER);
- bool state = !config->new_options.logFunction(buffer);
- config->new_options.setLogFunction(buffer, state);
- @@ -202,7 +202,7 @@
- }
- else if (id == IDC_CHECK_LOGFILE)
- {
- - ODBCTraceOptionDlg *config = (ODBCTraceOptionDlg*)GetWindowLong(hdlg, DWLP_USER);
- + ODBCTraceOptionDlg *config = (ODBCTraceOptionDlg*)GetWindowLong(hdlg, DWL_USER);
- bool state = !config->new_options.fileloggingactivated;
- config->new_options.fileloggingactivated = state;
- ::CheckDlgButton(hdlg, id, state ? BST_CHECKED : BST_UNCHECKED);
- --- SystemTraySDK.cpp Mon Jan 19 17:26:36 1970
- +++ SystemTraySDK.cpp Mon Jan 19 17:26:36 1970
- @@ -51,7 +51,7 @@
- // TrayIcon per application
- CSystemTray* CSystemTray::m_pThis = NULL;
- -const UINT_PTR CSystemTray::m_nTimerID = 4567;
- +const UINT CSystemTray::m_nTimerID = 4567;
- UINT CSystemTray::m_nMaxTooltipLength = 64; // This may change...
- const UINT CSystemTray::m_nTaskbarCreatedMsg = ::RegisterWindowMessage(_T("TaskbarCreated"));
- HWND CSystemTray::m_hWndInvisible;
- @@ -787,7 +787,7 @@
- }
- #endif
- -LRESULT CSystemTray::OnTrayNotification(WPARAM wParam, LPARAM lParam)
- +LRESULT CSystemTray::OnTrayNotification(UINT wParam, LONG lParam)
- {
- //Return quickly if its not for this tray icon
- if (wParam != m_tnd.uID)
- @@ -1081,7 +1081,7 @@
- }
- RemoveTaskbarIcon(hWnd);
- - SetWindowLongPtr(hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE) &~ WS_VISIBLE);
- + SetWindowLong(hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE) &~ WS_VISIBLE);
- #endif
- }
- @@ -1102,7 +1102,7 @@
- else
- ::SetParent(hWnd, NULL);
- - SetWindowLongPtr(hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE) | WS_VISIBLE);
- + SetWindowLong(hWnd, GWL_STYLE, GetWindowLong(hWnd, GWL_STYLE) | WS_VISIBLE);
- RedrawWindow(hWnd, NULL, NULL, RDW_UPDATENOW | RDW_ALLCHILDREN | RDW_FRAME |
- RDW_INVALIDATE | RDW_ERASE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement