You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(42) |
Sep
(42) |
Oct
(57) |
Nov
(12) |
Dec
(47) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(14) |
Feb
(4) |
Mar
(52) |
Apr
(13) |
May
(89) |
Jun
(38) |
Jul
(5) |
Aug
(32) |
Sep
(68) |
Oct
(27) |
Nov
(2) |
Dec
(13) |
| 2004 |
Jan
(3) |
Feb
(6) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ha...@us...> - 2003-05-27 11:35:34
|
Update of /cvsroot/decaldev/source/DecalInput
In directory sc8-pr-cvs1:/tmp/cvs-serv10654
Modified Files:
DecalInput.rc
Log Message:
Central version resource
Index: DecalInput.rc
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInput/DecalInput.rc,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** DecalInput.rc 15 May 2003 07:09:29 -0000 1.29
--- DecalInput.rc 27 May 2003 11:35:31 -0000 1.30
***************
*** 2,5 ****
--- 2,6 ----
//
#include "resource.h"
+ #include "..\Include\DecalVersion.h"
#define APSTUDIO_READONLY_SYMBOLS
***************
*** 54,59 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 2,5,0,4
! PRODUCTVERSION 2,5,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 55,60 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 71,80 ****
BEGIN
VALUE "FileDescription", "DecalInput Module"
! VALUE "FileVersion", "2, 5, 0, 4"
VALUE "InternalName", "DecalInput"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalInput.DLL"
VALUE "ProductName", "DecalInput Module"
! VALUE "ProductVersion", "2, 5, 0, 4"
END
END
--- 72,81 ----
BEGIN
VALUE "FileDescription", "DecalInput Module"
! VALUE "FileVersion", DECAL_VERSION_STRING
VALUE "InternalName", "DecalInput"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalInput.DLL"
VALUE "ProductName", "DecalInput Module"
! VALUE "ProductVersion", DECAL_VERSION_STRING
END
END
|
|
From: <ha...@us...> - 2003-05-27 11:35:24
|
Update of /cvsroot/decaldev/source/DecalFilters
In directory sc8-pr-cvs1:/tmp/cvs-serv10601
Modified Files:
DecalFilters.rc
Log Message:
Central version resource
Index: DecalFilters.rc
===================================================================
RCS file: /cvsroot/decaldev/source/DecalFilters/DecalFilters.rc,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** DecalFilters.rc 15 May 2003 07:09:11 -0000 1.56
--- DecalFilters.rc 27 May 2003 11:35:21 -0000 1.57
***************
*** 2,5 ****
--- 2,6 ----
//
#include "resource.h"
+ #include "..\Include\DecalVersion.h"
#define APSTUDIO_READONLY_SYMBOLS
***************
*** 54,59 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 2,5,0,4
! PRODUCTVERSION 2,5,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 55,60 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 72,81 ****
VALUE "Comments", "DecalFilters gives plug-in developers interfaces for monitoring client/server messages"
VALUE "FileDescription", "DecalFilters Module"
! VALUE "FileVersion", "2, 5, 0, 4"
VALUE "InternalName", "DecalFilters"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalFilters.DLL"
VALUE "ProductName", "DecalFilters Module"
! VALUE "ProductVersion", "2, 5, 0, 4"
END
END
--- 73,82 ----
VALUE "Comments", "DecalFilters gives plug-in developers interfaces for monitoring client/server messages"
VALUE "FileDescription", "DecalFilters Module"
! VALUE "FileVersion", DECAL_VERSION_STRING
VALUE "InternalName", "DecalFilters"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalFilters.DLL"
VALUE "ProductName", "DecalFilters Module"
! VALUE "ProductVersion", DECAL_VERSION_STRING
END
END
|
|
From: <ha...@us...> - 2003-05-27 11:35:07
|
Update of /cvsroot/decaldev/source/DecalDat
In directory sc8-pr-cvs1:/tmp/cvs-serv10499
Modified Files:
DecalDat.rc
Log Message:
Central version resource
Index: DecalDat.rc
===================================================================
RCS file: /cvsroot/decaldev/source/DecalDat/DecalDat.rc,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** DecalDat.rc 15 May 2003 07:08:51 -0000 1.29
--- DecalDat.rc 27 May 2003 11:35:03 -0000 1.30
***************
*** 2,5 ****
--- 2,6 ----
//
#include "resource.h"
+ #include "..\Include\DecalVersion.h"
#define APSTUDIO_READONLY_SYMBOLS
***************
*** 54,59 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 2,5,0,4
! PRODUCTVERSION 2,5,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 55,60 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 72,81 ****
VALUE "Comments", "DecalDat houses the functionality that extracts data from the portal.dat file"
VALUE "FileDescription", "DecalDat Module"
! VALUE "FileVersion", "2, 5, 0, 4"
VALUE "InternalName", "DecalDat"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalDat.DLL"
VALUE "ProductName", "DecalDat Module"
! VALUE "ProductVersion", "2, 5, 0, 4"
END
END
--- 73,82 ----
VALUE "Comments", "DecalDat houses the functionality that extracts data from the portal.dat file"
VALUE "FileDescription", "DecalDat Module"
! VALUE "FileVersion", DECAL_VERSION_STRING
VALUE "InternalName", "DecalDat"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalDat.DLL"
VALUE "ProductName", "DecalDat Module"
! VALUE "ProductVersion", DECAL_VERSION_STRING
END
END
|
|
From: <ha...@us...> - 2003-05-27 11:34:54
|
Update of /cvsroot/decaldev/source/DecalControls
In directory sc8-pr-cvs1:/tmp/cvs-serv10378
Modified Files:
DecalControls.rc
Log Message:
Central version resource
Index: DecalControls.rc
===================================================================
RCS file: /cvsroot/decaldev/source/DecalControls/DecalControls.rc,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** DecalControls.rc 15 May 2003 07:08:37 -0000 1.40
--- DecalControls.rc 27 May 2003 11:34:51 -0000 1.41
***************
*** 2,5 ****
--- 2,6 ----
//
#include "resource.h"
+ #include "..\Include\DecalVersion.h"
#define APSTUDIO_READONLY_SYMBOLS
***************
*** 54,59 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 2,5,0,4
! PRODUCTVERSION 2,5,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 55,60 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 72,81 ****
VALUE "Comments", "DecalControls is a group of control objects that give plug-in developers a basic group of UI elements to work with"
VALUE "FileDescription", "DecalControls Module"
! VALUE "FileVersion", "2, 5, 0, 4"
VALUE "InternalName", "DecalControls"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalControls.DLL"
VALUE "ProductName", "DecalControls Module"
! VALUE "ProductVersion", "2, 5, 0, 4"
END
END
--- 73,82 ----
VALUE "Comments", "DecalControls is a group of control objects that give plug-in developers a basic group of UI elements to work with"
VALUE "FileDescription", "DecalControls Module"
! VALUE "FileVersion", DECAL_VERSION_STRING
VALUE "InternalName", "DecalControls"
VALUE "LegalCopyright", "Copyright 2001"
VALUE "OriginalFilename", "DecalControls.DLL"
VALUE "ProductName", "DecalControls Module"
! VALUE "ProductVersion", DECAL_VERSION_STRING
END
END
|
|
From: <ha...@us...> - 2003-05-27 11:34:44
|
Update of /cvsroot/decaldev/source/Decal
In directory sc8-pr-cvs1:/tmp/cvs-serv10325
Modified Files:
Decal.rc
Log Message:
Central version resource
Index: Decal.rc
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/Decal.rc,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Decal.rc 15 May 2003 07:08:14 -0000 1.37
--- Decal.rc 27 May 2003 11:34:41 -0000 1.38
***************
*** 2,5 ****
--- 2,6 ----
//
#include "resource.h"
+ #include "..\Include\DecalVersion.h"
#define APSTUDIO_READONLY_SYMBOLS
***************
*** 54,59 ****
VS_VERSION_INFO VERSIONINFO
! FILEVERSION 2,5,0,4
! PRODUCTVERSION 2,5,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
--- 55,60 ----
VS_VERSION_INFO VERSIONINFO
! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
***************
*** 71,80 ****
BEGIN
VALUE "FileDescription", "Decal Module"
! VALUE "FileVersion", "2, 5, 0, 4"
VALUE "InternalName", "Decal"
VALUE "LegalCopyright", "Copyright 2001-2002"
VALUE "OriginalFilename", "Decal.DLL"
VALUE "ProductName", "Decal Module"
! VALUE "ProductVersion", "2, 5, 0, 4"
END
END
--- 72,81 ----
BEGIN
VALUE "FileDescription", "Decal Module"
! VALUE "FileVersion", DECAL_VERSION_STRING
VALUE "InternalName", "Decal"
VALUE "LegalCopyright", "Copyright 2001-2002"
VALUE "OriginalFilename", "Decal.DLL"
VALUE "ProductName", "Decal Module"
! VALUE "ProductVersion", DECAL_VERSION_STRING
END
END
|
|
From: <ha...@us...> - 2003-05-27 11:34:32
|
Update of /cvsroot/decaldev/source/Include In directory sc8-pr-cvs1:/tmp/cvs-serv10256 Added Files: DecalVersion.h Log Message: Central version resource --- NEW FILE: DecalVersion.h --- // DecalVersion.h // Declaration of the Decal version resource #ifndef __DECALVERSION_H__ #define __DECALVERSION_H__ #define DECAL_MAJOR 2 #define DECAL_MINOR 5 #define DECAL_BUGFIX 0 #define DECAL_RELEASE 5 #define DECAL_VERSION_STRING "2, 5, 0, 5" #endif |
|
From: <ma...@us...> - 2003-05-23 02:21:20
|
Update of /cvsroot/decaldev/source/DecalInput
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/DecalInput
Modified Files:
DecalInput.def DecalInput.vcproj InputService.cpp StdAfx.cpp
StdAfx.h
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: DecalInput.def
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInput/DecalInput.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DecalInput.def 22 Sep 2001 22:50:22 -0000 1.1
--- DecalInput.def 23 May 2003 02:20:46 -0000 1.2
***************
*** 4,9 ****
EXPORTS
! DllCanUnloadNow @1 PRIVATE
! DllGetClassObject @2 PRIVATE
! DllRegisterServer @3 PRIVATE
! DllUnregisterServer @4 PRIVATE
--- 4,9 ----
EXPORTS
! DllCanUnloadNow PRIVATE
! DllGetClassObject PRIVATE
! DllRegisterServer PRIVATE
! DllUnregisterServer PRIVATE
Index: DecalInput.vcproj
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInput/DecalInput.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DecalInput.vcproj 13 May 2003 07:16:10 -0000 1.1
--- DecalInput.vcproj 23 May 2003 02:20:47 -0000 1.2
***************
*** 299,302 ****
--- 299,379 ----
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
+ <Configuration
+ Name="Release MinDependency|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ UseOfATL="2"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="4"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="2"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="..\Include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="3"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\ReleaseMinSize/DecalInput.pch"
+ AssemblerListingLocation=".\ReleaseMinSize/"
+ ObjectFile=".\ReleaseMinSize/"
+ ProgramDataBaseFileName=".\ReleaseMinSize/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="TRUE"
+ AdditionalDependencies="odbc32.lib odbccp32.lib version.lib winmm.lib"
+ OutputFile=".\..\Release/DecalInput.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\Release"
+ ModuleDefinitionFile=".\DecalInput.def"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\Release/DecalInput.pdb"
+ SubSystem="2"
+ ImportLibrary=".\..\Release/DecalInput.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalIncludeDirectories="..\Include"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ GenerateStublessProxies="TRUE"
+ TypeLibraryName=".\..\Release/DecalInput.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="4105"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
</Configurations>
<References>
***************
*** 342,345 ****
--- 419,429 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 388,391 ****
--- 472,485 ----
InterfaceIdentifierFileName="..\Include\DecalInput_i.c"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalIncludeDirectories=""
+ TargetEnvironment="1"
+ TypeLibraryName="DecalInput.tlb"
+ HeaderFileName="..\Include\DecalInput.h"
+ InterfaceIdentifierFileName="..\Include\DecalInput_i.c"/>
+ </FileConfiguration>
</File>
<File
***************
*** 419,422 ****
--- 513,523 ----
AdditionalIncludeDirectories="$(OUTDIR)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions=""
+ AdditionalIncludeDirectories="$(OUTDIR)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 456,459 ****
--- 557,567 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 493,496 ****
--- 601,611 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 530,533 ****
--- 645,655 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 567,570 ****
--- 689,699 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 604,607 ****
--- 733,743 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 641,644 ****
--- 777,787 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 678,681 ****
--- 821,831 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 715,718 ****
--- 865,875 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 756,759 ****
--- 913,924 ----
UsePrecompiledHeader="1"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 793,796 ****
--- 958,968 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 830,833 ****
--- 1002,1012 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 867,870 ****
--- 1046,1056 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 903,906 ****
--- 1089,1099 ----
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;$(NoInherit)"
BasicRuntimeChecks="3"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
</File>
Index: InputService.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInput/InputService.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** InputService.cpp 28 Jan 2002 10:32:12 -0000 1.7
--- InputService.cpp 23 May 2003 02:20:47 -0000 1.8
***************
*** 164,169 ****
key.Open( HKEY_LOCAL_MACHINE, _T( "Software\\Decal" ) );
DWORD dwRegMajor, dwRegMinor;
! if( key.QueryValue( dwRegMajor, _T( "ACMajorVersion" ) ) != ERROR_SUCCESS ||
! key.QueryValue( dwRegMinor, _T( "ACMinorVersion" ) ) != ERROR_SUCCESS )
{
m_eWindows = eWindows98NoMemLocs;
--- 164,169 ----
key.Open( HKEY_LOCAL_MACHINE, _T( "Software\\Decal" ) );
DWORD dwRegMajor, dwRegMinor;
! if( key.QueryDWORDValue( _T( "ACMajorVersion" ), dwRegMajor ) != ERROR_SUCCESS ||
! key.QueryDWORDValue( _T( "ACMinorVersion" ), dwRegMinor ) != ERROR_SUCCESS )
{
m_eWindows = eWindows98NoMemLocs;
***************
*** 192,197 ****
{
DWORD dwOffset1, dwOffset2;
! if( key.QueryValue( dwOffset1, _T( "MouseOffset1" ) ) == ERROR_SUCCESS &&
! key.QueryValue( dwOffset2, _T( "MouseOffset2" ) ) == ERROR_SUCCESS )
{
m_eWindows = eWindows98WithMemLocs;
--- 192,197 ----
{
DWORD dwOffset1, dwOffset2;
! if( key.QueryDWORDValue( _T( "MouseOffset1" ), dwOffset1 ) == ERROR_SUCCESS &&
! key.QueryDWORDValue( _T( "MouseOffset2" ), dwOffset2 ) == ERROR_SUCCESS )
{
m_eWindows = eWindows98WithMemLocs;
***************
*** 270,274 ****
TCHAR *pszInsert = szFilename;
DWORD dwSize = MAX_PATH;
! key.QueryValue( szFilename, _T( "Path" ), &dwSize );
pszInsert = &szFilename[dwSize-1];
//pszInsert += dwSize;
--- 270,274 ----
TCHAR *pszInsert = szFilename;
DWORD dwSize = MAX_PATH;
! key.QueryStringValue( _T("Path"), szFilename, &dwSize );
pszInsert = &szFilename[dwSize-1];
//pszInsert += dwSize;
***************
*** 278,282 ****
dwSize = MAX_PATH - ( dwSize + 1 );
! key.QueryValue( pszInsert, _T( "CurrentInputMap" ), &dwSize );
// Looking good, open up the file and load the keys
--- 278,282 ----
dwSize = MAX_PATH - ( dwSize + 1 );
! key.QueryStringValue( _T( "CurrentInputMap" ), pszInsert, &dwSize );
// Looking good, open up the file and load the keys
Index: StdAfx.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInput/StdAfx.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** StdAfx.cpp 22 Sep 2001 22:50:22 -0000 1.1
--- StdAfx.cpp 23 May 2003 02:20:47 -0000 1.2
***************
*** 4,12 ****
#include "stdafx.h"
-
- #ifdef _ATL_STATIC_REGISTRY
- #include <statreg.h>
- #include <statreg.cpp>
- #endif
-
- #include <atlimpl.cpp>
--- 4,5 ----
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInput/StdAfx.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StdAfx.h 23 Sep 2001 05:55:40 -0000 1.2
--- StdAfx.h 23 May 2003 02:20:47 -0000 1.3
***************
*** 11,17 ****
#define STRICT
! #ifndef _WIN32_WINNT
! #define _WIN32_WINNT 0x0400
! #endif
#define _ATL_APARTMENT_THREADED
--- 11,15 ----
#define STRICT
! #define _WIN32_WINDOWS 0x0410
#define _ATL_APARTMENT_THREADED
|
|
From: <ma...@us...> - 2003-05-23 02:21:20
|
Update of /cvsroot/decaldev/source/DecalDat In directory sc8-pr-cvs1:/tmp/cvs-serv7944/DecalDat Modified Files: DecalDat.def DecalDat.vcproj StdAfx.cpp StdAfx.h Log Message: Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely. Index: DecalDat.def =================================================================== RCS file: /cvsroot/decaldev/source/DecalDat/DecalDat.def,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DecalDat.def 22 Sep 2001 22:50:22 -0000 1.1 --- DecalDat.def 23 May 2003 02:20:46 -0000 1.2 *************** *** 4,9 **** EXPORTS ! DllCanUnloadNow @1 PRIVATE ! DllGetClassObject @2 PRIVATE ! DllRegisterServer @3 PRIVATE ! DllUnregisterServer @4 PRIVATE --- 4,9 ---- EXPORTS ! DllCanUnloadNow PRIVATE ! DllGetClassObject PRIVATE ! DllRegisterServer PRIVATE ! DllUnregisterServer PRIVATE Index: DecalDat.vcproj =================================================================== RCS file: /cvsroot/decaldev/source/DecalDat/DecalDat.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DecalDat.vcproj 13 May 2003 07:16:10 -0000 1.1 --- DecalDat.vcproj 23 May 2003 02:20:46 -0000 1.2 *************** *** 297,300 **** --- 297,376 ---- Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> + <Configuration + Name="Release MinDependency|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="2" + UseOfMFC="0" + UseOfATL="2" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="4" + GlobalOptimizations="TRUE" + InlineFunctionExpansion="1" + EnableIntrinsicFunctions="TRUE" + FavorSizeOrSpeed="2" + OmitFramePointers="TRUE" + AdditionalIncludeDirectories="..\Include" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" + StringPooling="TRUE" + RuntimeLibrary="0" + EnableFunctionLevelLinking="TRUE" + UsePrecompiledHeader="3" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\ReleaseMinDependency/DecalDat.pch" + AssemblerListingLocation=".\ReleaseMinDependency/" + ObjectFile=".\ReleaseMinDependency/" + ProgramDataBaseFileName=".\ReleaseMinDependency/" + WarningLevel="3" + SuppressStartupBanner="TRUE" + DebugInformationFormat="3" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\..\Release/DecalDat.dll" + LinkIncremental="1" + SuppressStartupBanner="TRUE" + AdditionalLibraryDirectories="..\Release" + ModuleDefinitionFile=".\DecalDat.def" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile=".\..\Release/DecalDat.pdb" + SubSystem="2" + ImportLibrary=".\..\Release/DecalDat.lib" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool" + AdditionalIncludeDirectories="..\Include" + SuppressStartupBanner="TRUE" + TargetEnvironment="1" + GenerateStublessProxies="TRUE" + TypeLibraryName=".\..\Release/DecalDat.tlb" + HeaderFileName=""/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="4105"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> </Configurations> <References> *************** *** 340,343 **** --- 416,426 ---- BasicRuntimeChecks="3"/> </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="" + PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/> + </FileConfiguration> </File> <File *************** *** 377,380 **** --- 460,470 ---- BasicRuntimeChecks="3"/> </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="" + PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/> + </FileConfiguration> </File> <File *************** *** 414,417 **** --- 504,514 ---- BasicRuntimeChecks="3"/> </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="" + PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/> + </FileConfiguration> </File> <File *************** *** 451,454 **** --- 548,558 ---- BasicRuntimeChecks="3"/> </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="" + PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/> + </FileConfiguration> </File> <File *************** *** 488,491 **** --- 592,602 ---- BasicRuntimeChecks="3"/> </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="" + PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/> + </FileConfiguration> </File> <File *************** *** 534,537 **** --- 645,658 ---- InterfaceIdentifierFileName="..\Include\DecalDat_i.c"/> </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32"> + <Tool + Name="VCMIDLTool" + AdditionalIncludeDirectories="" + TargetEnvironment="1" + TypeLibraryName="DecalDat.tlb" + HeaderFileName="..\Include\DecalDat.h" + InterfaceIdentifierFileName="..\Include\DecalDat_i.c"/> + </FileConfiguration> </File> <File *************** *** 565,568 **** --- 686,696 ---- AdditionalIncludeDirectories="$(OUTDIR)"/> </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32"> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="" + AdditionalIncludeDirectories="$(OUTDIR)"/> + </FileConfiguration> </File> <File *************** *** 604,607 **** --- 732,743 ---- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;$(NoInherit)" BasicRuntimeChecks="3" + UsePrecompiledHeader="1"/> + </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="" + PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)" UsePrecompiledHeader="1"/> </FileConfiguration> Index: StdAfx.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DecalDat/StdAfx.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** StdAfx.cpp 22 Sep 2001 22:50:22 -0000 1.1 --- StdAfx.cpp 23 May 2003 02:20:46 -0000 1.2 *************** *** 4,12 **** #include "stdafx.h" - - #ifdef _ATL_STATIC_REGISTRY - #include <statreg.h> - #include <statreg.cpp> - #endif - - #include <atlimpl.cpp> --- 4,5 ---- Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/DecalDat/StdAfx.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** StdAfx.h 21 Sep 2002 22:25:35 -0000 1.3 --- StdAfx.h 23 May 2003 02:20:46 -0000 1.4 *************** *** 11,17 **** #define STRICT ! #ifndef _WIN32_WINNT ! #define _WIN32_WINNT 0x0400 ! #endif #define _ATL_APARTMENT_THREADED --- 11,15 ---- #define STRICT ! #define _WIN32_WINDOWS 0x0410 #define _ATL_APARTMENT_THREADED |
Update of /cvsroot/decaldev/source/Decal
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/Decal
Modified Files:
ACHooks.cpp ActiveXSurrogate.cpp Decal.def Decal.vcproj
DecalEnum.cpp DecalManager.cpp DecalRes.cpp StdAfx.cpp
StdAfx.h
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: ACHooks.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/ACHooks.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** ACHooks.cpp 30 Mar 2003 07:11:24 -0000 1.50
--- ACHooks.cpp 23 May 2003 02:20:46 -0000 1.51
***************
*** 113,123 ****
if( key.Open( HKEY_LOCAL_MACHINE, "SOFTWARE\\Decal", KEY_READ ) == ERROR_SUCCESS )
{
! if( key.QueryValue( dwTimestamp, "Timestamp" ) != ERROR_SUCCESS )
dwTimestamp = 0;
! if( key.QueryValue( szTimestampFormat, "TimestampFormat", &lTimestampFormatLength ) != ERROR_SUCCESS ) /* Heyus 21 March 2003 */
memset( szTimestampFormat, 0, sizeof(szTimestampFormat) ), strncpy( szTimestampFormat, "[%H:%M]", sizeof( szTimestampFormat ) );
! if( key.QueryValue( g_lTimestampColor, "TimestampColor" ) != ERROR_SUCCESS )
g_lTimestampColor = 12; // Grey
--- 113,123 ----
if( key.Open( HKEY_LOCAL_MACHINE, "SOFTWARE\\Decal", KEY_READ ) == ERROR_SUCCESS )
{
! if( key.QueryDWORDValue( _T("Timestamp"), dwTimestamp ) != ERROR_SUCCESS )
dwTimestamp = 0;
! if( key.QueryStringValue( _T("TimestampFormat"), szTimestampFormat, &lTimestampFormatLength ) != ERROR_SUCCESS ) /* Heyus 21 March 2003 */
memset( szTimestampFormat, 0, sizeof(szTimestampFormat) ), strncpy( szTimestampFormat, "[%H:%M]", sizeof( szTimestampFormat ) );
! if( key.QueryDWORDValue( _T("TimestampColor"), g_lTimestampColor ) != ERROR_SUCCESS )
g_lTimestampColor = 12; // Grey
***************
*** 136,140 ****
g_lTimestampColor = 12; // Grey
! g_bTimestamp = static_cast< bool >( dwTimestamp );
--- 136,140 ----
g_lTimestampColor = 12; // Grey
! g_bTimestamp = dwTimestamp ? true : false ;
***************
*** 154,158 ****
key.Open( HKEY_LOCAL_MACHINE, "SOFTWARE\\Decal\\Agent", KEY_READ );
! key.QueryValue( szPath, "AgentPath", &dwCount );
strncat( szPath, "\\memlocs.xml", MAX_PATH );
--- 154,158 ----
key.Open( HKEY_LOCAL_MACHINE, "SOFTWARE\\Decal\\Agent", KEY_READ );
! key.QueryStringValue( _T("AgentPath"), szPath, &dwCount );
strncat( szPath, "\\memlocs.xml", MAX_PATH );
***************
*** 185,189 ****
TCHAR szClientPath[ MAX_PATH ];
DWORD dwPathLength = MAX_PATH;
! if( rk.QueryValue ( szClientPath, _T( "path" ), &dwPathLength ) == ERROR_SUCCESS )
{
::_tcscpy( szClientPath + ( dwPathLength - 1 ), _T( "\\client.exe" ) );
--- 185,189 ----
TCHAR szClientPath[ MAX_PATH ];
DWORD dwPathLength = MAX_PATH;
! if( rk.QueryStringValue ( _T( "path" ), szClientPath, &dwPathLength ) == ERROR_SUCCESS )
{
::_tcscpy( szClientPath + ( dwPathLength - 1 ), _T( "\\client.exe" ) );
Index: ActiveXSurrogate.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/ActiveXSurrogate.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ActiveXSurrogate.cpp 30 Sep 2001 03:07:37 -0000 1.4
--- ActiveXSurrogate.cpp 23 May 2003 02:20:46 -0000 1.5
***************
*** 95,102 ****
pClass1->GetDocumentation( MEMBERID_NIL, NULL, &strDescription, NULL, NULL );
! key.SetValue( OLE2T( strDescription ) );
! key.SetValue( szFilename, _T( "File" ) );
! key.SetValue( 1, _T( "Enabled" ) );
! key.SetValue( _T( "{7559F22F-C56F-4621-AE08-9C354D799D4B}" ), _T( "Uninstall" ) );
++ nFound;
--- 95,102 ----
pClass1->GetDocumentation( MEMBERID_NIL, NULL, &strDescription, NULL, NULL );
! key.SetStringValue( NULL, OLE2T( strDescription ) );
! key.SetStringValue( _T("File"), szFilename );
! key.SetDWORDValue( _T( "Enabled" ), 1 );
! key.SetStringValue( _T("Uninstall"), _T( "{7559F22F-C56F-4621-AE08-9C354D799D4B}" ) );
++ nFound;
***************
*** 124,136 ****
// Friendly name
! key.SetValue( OLE2T( strDescription ) );
// File for uninstalling
! key.SetValue( szFilename, _T( "File" ) );
// Enabled by default
! key.SetValue( 1, _T( "Enabled" ) );
// This object uninstalls
! key.SetValue( _T( "{7559F22F-C56F-4621-AE08-9C354D799D4B}" ), _T( "Uninstall" ) );
// The V1 surrogate
! key.SetValue( _T( "{3D837F6E-B5CA-4604-885F-7AB45FCFA62A}" ), _T( "Surrogate" ) );
++ nFound;
--- 124,136 ----
// Friendly name
! key.SetStringValue( NULL, OLE2T( strDescription ) );
// File for uninstalling
! key.SetStringValue( _T( "File" ), szFilename );
// Enabled by default
! key.SetDWORDValue( _T( "Enabled" ), 1 );
// This object uninstalls
! key.SetStringValue( _T("Uninstall"), _T( "{7559F22F-C56F-4621-AE08-9C354D799D4B}" ));
// The V1 surrogate
! key.SetStringValue( _T( "Surrogate" ), _T( "{3D837F6E-B5CA-4604-885F-7AB45FCFA62A}" ) );
++ nFound;
Index: Decal.def
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/Decal.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Decal.def 22 Sep 2001 22:50:22 -0000 1.1
--- Decal.def 23 May 2003 02:20:46 -0000 1.2
***************
*** 4,9 ****
EXPORTS
! DllCanUnloadNow @1 PRIVATE
! DllGetClassObject @2 PRIVATE
! DllRegisterServer @3 PRIVATE
! DllUnregisterServer @4 PRIVATE
--- 4,9 ----
EXPORTS
! DllCanUnloadNow PRIVATE
! DllGetClassObject PRIVATE
! DllRegisterServer PRIVATE
! DllUnregisterServer PRIVATE
Index: Decal.vcproj
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/Decal.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Decal.vcproj 13 May 2003 07:16:09 -0000 1.1
--- Decal.vcproj 23 May 2003 02:20:46 -0000 1.2
***************
*** 87,91 ****
ConfigurationType="2"
UseOfMFC="0"
! UseOfATL="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
--- 87,91 ----
ConfigurationType="2"
UseOfMFC="0"
! UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
***************
*** 101,105 ****
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="TRUE"
! RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
--- 101,105 ----
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="TRUE"
! RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
***************
*** 124,128 ****
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\Release"
! IgnoreDefaultLibraryNames="libcmt.lib"
ModuleDefinitionFile=".\Decal.def"
GenerateDebugInformation="TRUE"
--- 124,128 ----
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\Release"
! IgnoreDefaultLibraryNames=""
ModuleDefinitionFile=".\Decal.def"
GenerateDebugInformation="TRUE"
***************
*** 302,305 ****
--- 302,384 ----
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
+ <Configuration
+ Name="Release MinDependency|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ UseOfATL="2"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="4"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="2"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="..\Include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="3"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\ReleaseMinSize/Decal.pch"
+ AssemblerListingLocation=".\ReleaseMinDependency/"
+ ObjectFile=".\ReleaseMinDependency/"
+ ProgramDataBaseFileName=".\ReleaseMinDependency/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="TRUE"
+ AdditionalDependencies="version.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\..\Release/Decal.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\Release"
+ IgnoreDefaultLibraryNames=""
+ ModuleDefinitionFile=".\Decal.def"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\Release/Decal.pdb"
+ SubSystem="2"
+ ImportLibrary=".\..\Release/Decal.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalIncludeDirectories="..\Include"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ GenerateStublessProxies="TRUE"
+ TypeLibraryName=".\..\Release/Decal.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="4105"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
</Configurations>
<References>
***************
*** 347,350 ****
--- 426,437 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 386,389 ****
--- 473,484 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 425,428 ****
--- 520,531 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 471,474 ****
--- 574,587 ----
InterfaceIdentifierFileName="..\Include\Decal_i.c"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalIncludeDirectories=""
+ TargetEnvironment="1"
+ TypeLibraryName="Decal.tlb"
+ HeaderFileName="..\Include\Decal.h"
+ InterfaceIdentifierFileName="..\Include\Decal_i.c"/>
+ </FileConfiguration>
</File>
<File
***************
*** 502,505 ****
--- 615,625 ----
AdditionalIncludeDirectories="$(OUTDIR)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions=""
+ AdditionalIncludeDirectories="$(OUTDIR)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 541,544 ****
--- 661,672 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 580,583 ****
--- 708,719 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 619,622 ****
--- 755,766 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 658,661 ****
--- 802,813 ----
BasicRuntimeChecks="3"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 701,704 ****
--- 853,865 ----
UsePrecompiledHeader="1"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ UsePrecompiledHeader="1"
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 739,742 ****
--- 900,911 ----
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_UNICODE;$(NoInherit)"
BasicRuntimeChecks="3"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;_ATL_DLL;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ BrowseInformation="1"/>
</FileConfiguration>
</File>
Index: DecalEnum.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/DecalEnum.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** DecalEnum.cpp 25 Apr 2003 04:51:39 -0000 1.6
--- DecalEnum.cpp 23 May 2003 02:20:46 -0000 1.7
***************
*** 29,33 ****
}
! hkGroup.SetValue( strOrder.c_str(), _T( "Order" ) );
}
--- 29,33 ----
}
! hkGroup.SetStringValue (_T("Order"), strOrder.c_str ());
}
***************
*** 82,86 ****
// Load an existing order
! if ( hkGroup.QueryValue ( szOrder, _T( "Order" ), &nMaxOrder ) == ERROR_SUCCESS )
{
szEndOrder = szOrder + ( nMaxOrder - 1 );
--- 82,86 ----
// Load an existing order
! if ( hkGroup.QueryStringValue (_T("Order"), szOrder, &nMaxOrder) == ERROR_SUCCESS )
{
szEndOrder = szOrder + ( nMaxOrder - 1 );
***************
*** 125,129 ****
ke.m_clsid = clsid;
! if ( hkItem.QueryValue ( szSequence, _T( "Order" ), &dwSequence ) == ERROR_SUCCESS )
{
_ASSERTE ( szSequence[ 1 ] == _T( '\0' ) );
--- 125,129 ----
ke.m_clsid = clsid;
! if ( hkItem.QueryStringValue ( _T( "Order" ), szSequence, &dwSequence ) == ERROR_SUCCESS )
{
_ASSERTE ( szSequence[ 1 ] == _T( '\0' ) );
***************
*** 139,143 ****
m_keys.push_back ( ke );
TCHAR szVal[ 2 ] = { ke.m_letter, _T( '\0' ) };
! hkItem.SetValue ( szVal, _T( "Order" ) );
// The sequence is changed by adding items
--- 139,143 ----
m_keys.push_back ( ke );
TCHAR szVal[ 2 ] = { ke.m_letter, _T( '\0' ) };
! hkItem.SetStringValue ( _T( "Order" ), szVal );
// The sequence is changed by adding items
***************
*** 220,224 ****
TCHAR szName[ MAX_PATH ];
DWORD dwSize = MAX_PATH;
! if( m_key.QueryValue( szName, NULL, &dwSize ) != ERROR_SUCCESS )
return E_FAIL;
--- 220,224 ----
TCHAR szName[ MAX_PATH ];
DWORD dwSize = MAX_PATH;
! if( m_key.QueryStringValue( NULL, szName, &dwSize ) != ERROR_SUCCESS )
return E_FAIL;
***************
*** 264,268 ****
DWORD dwEnabled;
! if( m_key.QueryValue( dwEnabled, _T( "Enabled" ) ) != ERROR_SUCCESS )
// Plugins are enabled when this value is ommitted
dwEnabled = TRUE;
--- 264,268 ----
DWORD dwEnabled;
! if( m_key.QueryDWORDValue( _T("Enabled"), dwEnabled ) != ERROR_SUCCESS )
// Plugins are enabled when this value is ommitted
dwEnabled = TRUE;
***************
*** 281,285 ****
}
! if( m_key.SetValue( ( ( newVal ) ? 1 : 0 ), _T( "Enabled" ) ) != ERROR_SUCCESS )
return E_FAIL;
--- 281,285 ----
}
! if( m_key.SetDWORDValue( _T( "Enabled" ), ( ( newVal ) ? 1 : 0 ) ) != ERROR_SUCCESS )
return E_FAIL;
***************
*** 364,368 ****
DWORD dwSize = MAX_PATH + 1;
! if( m_key.QueryValue( szName, _T( "Surrogate" ), &dwSize ) != ERROR_SUCCESS )
{
// If the surrogate is not found, return the NULL guid
--- 364,368 ----
DWORD dwSize = MAX_PATH + 1;
! if( m_key.QueryStringValue( _T("Surrogate"), szName, &dwSize ) != ERROR_SUCCESS )
{
// If the surrogate is not found, return the NULL guid
***************
*** 392,396 ****
TCHAR szName[ MAX_PATH ];
DWORD dwSize = MAX_PATH;
! if( m_key.QueryValue( szName, NULL, &dwSize ) != ERROR_SUCCESS )
return E_FAIL;
--- 392,396 ----
TCHAR szName[ MAX_PATH ];
DWORD dwSize = MAX_PATH;
! if( m_key.QueryStringValue( NULL, szName, &dwSize ) != ERROR_SUCCESS )
return E_FAIL;
***************
*** 429,433 ****
{
DWORD dwValue;
! if( m_key.QueryValue( dwValue, szValueName ) != ERROR_SUCCESS )
return E_FAIL;
--- 429,433 ----
{
DWORD dwValue;
! if( m_key.QueryDWORDValue( szValueName, dwValue ) != ERROR_SUCCESS )
return E_FAIL;
***************
*** 443,447 ****
TCHAR szValue[ MAX_PATH ];
DWORD dwSize = MAX_PATH;
! if( m_key.QueryValue( szValue, szValueName, &dwSize ) != ERROR_SUCCESS )
return E_FAIL;
--- 443,447 ----
TCHAR szValue[ MAX_PATH ];
DWORD dwSize = MAX_PATH;
! if( m_key.QueryStringValue( szValueName, szValue, &dwSize ) != ERROR_SUCCESS )
return E_FAIL;
Index: DecalManager.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/DecalManager.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** DecalManager.cpp 25 Apr 2003 04:51:39 -0000 1.15
--- DecalManager.cpp 23 May 2003 02:20:46 -0000 1.16
***************
*** 42,46 ****
CRegKey key;
key.Open( HKEY_LOCAL_MACHINE, pPath->szKey );
! key.QueryValue( szBuffer, pPath->szValue, &dwCount );
strOut += T2A( szBuffer );
--- 42,46 ----
CRegKey key;
key.Open( HKEY_LOCAL_MACHINE, pPath->szKey );
! key.QueryStringValue (pPath->szValue, szBuffer, &dwCount);
strOut += T2A( szBuffer );
Index: DecalRes.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/DecalRes.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DecalRes.cpp 22 Sep 2001 22:50:22 -0000 1.1
--- DecalRes.cpp 23 May 2003 02:20:46 -0000 1.2
***************
*** 42,46 ****
TCHAR szPath[ MAX_PATH ];
DWORD dwPath = MAX_PATH;
! key.QueryValue( szPath, _T( "PluginPath" ), &dwPath );
if( szPath[ ::_tcslen( szPath ) - 1 ] != _T( '\\' ) )
--- 42,46 ----
TCHAR szPath[ MAX_PATH ];
DWORD dwPath = MAX_PATH;
! key.QueryStringValue (_T("PluginPath"), szPath, &dwPath);
if( szPath[ ::_tcslen( szPath ) - 1 ] != _T( '\\' ) )
Index: StdAfx.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/StdAfx.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** StdAfx.cpp 22 Sep 2001 22:50:22 -0000 1.1
--- StdAfx.cpp 23 May 2003 02:20:46 -0000 1.2
***************
*** 4,12 ****
#include "stdafx.h"
-
- #ifdef _ATL_STATIC_REGISTRY
- #include <statreg.h>
- #include <statreg.cpp>
- #endif
-
- #include <atlimpl.cpp>
--- 4,5 ----
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/StdAfx.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StdAfx.h 30 Aug 2002 08:44:57 -0000 1.4
--- StdAfx.h 23 May 2003 02:20:46 -0000 1.5
***************
*** 11,17 ****
#define STRICT
! #ifndef _WIN32_WINNT
! #define _WIN32_WINNT 0x0400
! #endif
#define _ATL_APARTMENT_THREADED
#define DIRECTINPUT_VERSION 0x600
--- 11,15 ----
#define STRICT
! #define _WIN32_WINDOWS 0x0410
#define _ATL_APARTMENT_THREADED
#define DIRECTINPUT_VERSION 0x600
|
|
From: <ma...@us...> - 2003-05-23 02:21:19
|
Update of /cvsroot/decaldev/source/DecalFilters In directory sc8-pr-cvs1:/tmp/cvs-serv7944/DecalFilters Modified Files: DecalFilters.vcproj StdAfx.h Log Message: Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely. Index: DecalFilters.vcproj =================================================================== RCS file: /cvsroot/decaldev/source/DecalFilters/DecalFilters.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DecalFilters.vcproj 13 May 2003 07:16:10 -0000 1.1 --- DecalFilters.vcproj 23 May 2003 02:20:46 -0000 1.2 *************** *** 30,34 **** PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" StringPooling="TRUE" ! RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="3" --- 30,34 ---- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" StringPooling="TRUE" ! RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="3" Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/DecalFilters/StdAfx.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** StdAfx.h 4 May 2003 00:08:19 -0000 1.10 --- StdAfx.h 23 May 2003 02:20:46 -0000 1.11 *************** *** 11,17 **** #define STRICT ! #ifndef _WIN32_WINNT ! #define _WIN32_WINNT 0x0400 ! #endif #define _ATL_APARTMENT_THREADED --- 11,15 ---- #define STRICT ! #define _WIN32_WINDOWS 0x0410 #define _ATL_APARTMENT_THREADED |
|
From: <ma...@us...> - 2003-05-23 02:21:19
|
Update of /cvsroot/decaldev/source/DecalControls In directory sc8-pr-cvs1:/tmp/cvs-serv7944/DecalControls Modified Files: DecalControls.def DecalControls.vcproj StdAfx.h Log Message: Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely. Index: DecalControls.def =================================================================== RCS file: /cvsroot/decaldev/source/DecalControls/DecalControls.def,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DecalControls.def 18 Aug 2001 19:34:47 -0000 1.1.1.1 --- DecalControls.def 23 May 2003 02:20:46 -0000 1.2 *************** *** 4,9 **** EXPORTS ! DllCanUnloadNow @1 PRIVATE ! DllGetClassObject @2 PRIVATE ! DllRegisterServer @3 PRIVATE ! DllUnregisterServer @4 PRIVATE --- 4,9 ---- EXPORTS ! DllCanUnloadNow PRIVATE ! DllGetClassObject PRIVATE ! DllRegisterServer PRIVATE ! DllUnregisterServer PRIVATE Index: DecalControls.vcproj =================================================================== RCS file: /cvsroot/decaldev/source/DecalControls/DecalControls.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DecalControls.vcproj 13 May 2003 07:16:09 -0000 1.1 --- DecalControls.vcproj 23 May 2003 02:20:46 -0000 1.2 *************** *** 30,34 **** PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" StringPooling="TRUE" ! RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="3" --- 30,34 ---- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" StringPooling="TRUE" ! RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="3" Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/DecalControls/StdAfx.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** StdAfx.h 24 Aug 2002 02:29:43 -0000 1.4 --- StdAfx.h 23 May 2003 02:20:46 -0000 1.5 *************** *** 11,17 **** #define STRICT ! #ifndef _WIN32_WINNT ! #define _WIN32_WINNT 0x0400 ! #endif #define _ATL_APARTMENT_THREADED --- 11,15 ---- #define STRICT ! #define _WIN32_WINDOWS 0x0410 #define _ATL_APARTMENT_THREADED |
|
From: <ma...@us...> - 2003-05-23 02:21:19
|
Update of /cvsroot/decaldev/source
In directory sc8-pr-cvs1:/tmp/cvs-serv7944
Modified Files:
Decal.sln
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: Decal.sln
===================================================================
RCS file: /cvsroot/decaldev/source/Decal.sln,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Decal.sln 15 May 2003 05:22:38 -0000 1.3
--- Decal.sln 23 May 2003 02:20:46 -0000 1.4
***************
*** 49,54 ****
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PlainText", "PlainText\PlainText.vcproj", "{726381FF-93C0-4846-A72C-1B1BA6D08643}"
ProjectSection(ProjectDependencies) = postProject
- {FF9AA982-5BE3-460A-9AAE-913C02E9C184} = {FF9AA982-5BE3-460A-9AAE-913C02E9C184}
{6B9C5380-3B50-4E72-B604-5089CB64B644} = {6B9C5380-3B50-4E72-B604-5089CB64B644}
EndProjectSection
EndProject
--- 49,54 ----
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PlainText", "PlainText\PlainText.vcproj", "{726381FF-93C0-4846-A72C-1B1BA6D08643}"
ProjectSection(ProjectDependencies) = postProject
{6B9C5380-3B50-4E72-B604-5089CB64B644} = {6B9C5380-3B50-4E72-B604-5089CB64B644}
+ {FF9AA982-5BE3-460A-9AAE-913C02E9C184} = {FF9AA982-5BE3-460A-9AAE-913C02E9C184}
EndProjectSection
EndProject
***************
*** 75,80 ****
{FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release.ActiveCfg = Release MinSize|Win32
{FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release.Build.0 = Release MinSize|Win32
! {FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release MinDependency.ActiveCfg = Release MinSize|Win32
! {FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release MinDependency.Build.0 = Release MinSize|Win32
{FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release MinSize.ActiveCfg = Release MinSize|Win32
{FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release MinSize.Build.0 = Release MinSize|Win32
--- 75,80 ----
{FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release.ActiveCfg = Release MinSize|Win32
{FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release.Build.0 = Release MinSize|Win32
! {FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release MinDependency.ActiveCfg = Release MinDependency|Win32
! {FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release MinDependency.Build.0 = Release MinDependency|Win32
{FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release MinSize.ActiveCfg = Release MinSize|Win32
{FF9AA982-5BE3-460A-9AAE-913C02E9C184}.Release MinSize.Build.0 = Release MinSize|Win32
***************
*** 99,104 ****
{B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release.ActiveCfg = Release MinSize|Win32
{B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release.Build.0 = Release MinSize|Win32
! {B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release MinDependency.ActiveCfg = Release MinSize|Win32
! {B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release MinDependency.Build.0 = Release MinSize|Win32
{B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release MinSize.ActiveCfg = Release MinSize|Win32
{B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release MinSize.Build.0 = Release MinSize|Win32
--- 99,104 ----
{B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release.ActiveCfg = Release MinSize|Win32
{B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release.Build.0 = Release MinSize|Win32
! {B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release MinDependency.ActiveCfg = Release MinDependency|Win32
! {B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release MinDependency.Build.0 = Release MinDependency|Win32
{B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release MinSize.ActiveCfg = Release MinSize|Win32
{B6EAB7A5-BEB3-40B8-9150-9DA6A854628A}.Release MinSize.Build.0 = Release MinSize|Win32
***************
*** 123,128 ****
{85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release.ActiveCfg = Release MinSize|Win32
{85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release.Build.0 = Release MinSize|Win32
! {85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release MinDependency.ActiveCfg = Release MinSize|Win32
! {85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release MinDependency.Build.0 = Release MinSize|Win32
{85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release MinSize.ActiveCfg = Release MinSize|Win32
{85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release MinSize.Build.0 = Release MinSize|Win32
--- 123,128 ----
{85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release.ActiveCfg = Release MinSize|Win32
{85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release.Build.0 = Release MinSize|Win32
! {85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release MinDependency.ActiveCfg = Release MinDependency|Win32
! {85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release MinDependency.Build.0 = Release MinDependency|Win32
{85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release MinSize.ActiveCfg = Release MinSize|Win32
{85C9D7B0-AC89-4E79-B701-FDE85EE569CD}.Release MinSize.Build.0 = Release MinSize|Win32
***************
*** 135,140 ****
{C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release.ActiveCfg = Release MinSize|Win32
{C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release.Build.0 = Release MinSize|Win32
! {C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release MinDependency.ActiveCfg = Release MinSize|Win32
! {C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release MinDependency.Build.0 = Release MinSize|Win32
{C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release MinSize.ActiveCfg = Release MinSize|Win32
{C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release MinSize.Build.0 = Release MinSize|Win32
--- 135,140 ----
{C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release.ActiveCfg = Release MinSize|Win32
{C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release.Build.0 = Release MinSize|Win32
! {C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release MinDependency.ActiveCfg = Release MinDependency|Win32
! {C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release MinDependency.Build.0 = Release MinDependency|Win32
{C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release MinSize.ActiveCfg = Release MinSize|Win32
{C1CC01C2-D2C7-4862-A143-14BCF1BE9790}.Release MinSize.Build.0 = Release MinSize|Win32
|
|
From: <ma...@us...> - 2003-05-23 02:20:52
|
Update of /cvsroot/decaldev/source/PlainText In directory sc8-pr-cvs1:/tmp/cvs-serv7944/PlainText Modified Files: PlainText.def PlainText.vcproj StdAfx.cpp StdAfx.h Log Message: Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely. Index: PlainText.def =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/PlainText.def,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PlainText.def 22 Sep 2001 22:50:22 -0000 1.1 --- PlainText.def 23 May 2003 02:20:48 -0000 1.2 *************** *** 4,9 **** EXPORTS ! DllCanUnloadNow @1 PRIVATE ! DllGetClassObject @2 PRIVATE ! DllRegisterServer @3 PRIVATE ! DllUnregisterServer @4 PRIVATE --- 4,9 ---- EXPORTS ! DllCanUnloadNow PRIVATE ! DllGetClassObject PRIVATE ! DllRegisterServer PRIVATE ! DllUnregisterServer PRIVATE Index: PlainText.vcproj =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/PlainText.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PlainText.vcproj 13 May 2003 07:16:12 -0000 1.1 --- PlainText.vcproj 23 May 2003 02:20:49 -0000 1.2 *************** *** 98,102 **** PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" StringPooling="TRUE" ! RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="3" --- 98,102 ---- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" StringPooling="TRUE" ! RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="3" Index: StdAfx.cpp =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/StdAfx.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** StdAfx.cpp 3 Oct 2001 08:01:24 -0000 1.2 --- StdAfx.cpp 23 May 2003 02:20:49 -0000 1.3 *************** *** 5,13 **** #include "stdafx.h" - #ifdef _ATL_STATIC_REGISTRY - #include <statreg.h> - #include <statreg.cpp> - #endif - #include <atlimpl.cpp> --- 5,8 ---- Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/StdAfx.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** StdAfx.h 21 Sep 2002 22:26:21 -0000 1.3 --- StdAfx.h 23 May 2003 02:20:49 -0000 1.4 *************** *** 11,17 **** #define STRICT ! #ifndef _WIN32_WINNT ! #define _WIN32_WINNT 0x0400 ! #endif #define _ATL_APARTMENT_THREADED --- 11,15 ---- #define STRICT ! #define _WIN32_WINDOWS 0x0410 #define _ATL_APARTMENT_THREADED |
Update of /cvsroot/decaldev/source/Inject
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/Inject
Modified Files:
Inject.def Inject.vcproj Manager.cpp Panel.cpp RootLayer.h
StdAfx.cpp StdAfx.h
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: Inject.def
===================================================================
RCS file: /cvsroot/decaldev/source/Inject/Inject.def,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Inject.def 13 May 2003 07:16:12 -0000 1.3
--- Inject.def 23 May 2003 02:20:48 -0000 1.4
***************
*** 8,16 ****
EXPORTS
! DllCanUnloadNow @1 PRIVATE
! DllGetClassObject @2 PRIVATE
! DllRegisterServer @3 PRIVATE
! DllUnregisterServer @4 PRIVATE
! ; hookCBTProc @5
Container_Initialize @6
Container_StartPlugins @7
--- 8,15 ----
EXPORTS
! DllCanUnloadNow PRIVATE
! DllGetClassObject PRIVATE
! DllRegisterServer PRIVATE
! DllUnregisterServer PRIVATE
Container_Initialize @6
Container_StartPlugins @7
Index: Inject.vcproj
===================================================================
RCS file: /cvsroot/decaldev/source/Inject/Inject.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Inject.vcproj 13 May 2003 07:16:12 -0000 1.1
--- Inject.vcproj 23 May 2003 02:20:48 -0000 1.2
***************
*** 99,103 ****
PreprocessorDefinitions="INJECT_IMPL;WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="TRUE"
! RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
--- 99,103 ----
PreprocessorDefinitions="INJECT_IMPL;WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="TRUE"
! RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
Index: Manager.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Inject/Manager.cpp,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** Manager.cpp 18 Mar 2003 17:38:54 -0000 1.69
--- Manager.cpp 23 May 2003 02:20:48 -0000 1.70
***************
*** 161,165 ****
key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) );
! if(key.QueryValue(reinterpret_cast<unsigned long &>(m_eAlphaBlendMode), "AlphaBlendMode")!=ERROR_SUCCESS)
m_eAlphaBlendMode = eAlphaBlendSoftware;
}
--- 161,165 ----
key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) );
! if(key.QueryDWORDValue(_T("AlphaBlendMode"), reinterpret_cast<unsigned long &>(m_eAlphaBlendMode))!=ERROR_SUCCESS)
m_eAlphaBlendMode = eAlphaBlendSoftware;
}
Index: Panel.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Inject/Panel.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Panel.cpp 17 Mar 2003 09:23:23 -0000 1.11
--- Panel.cpp 23 May 2003 02:20:48 -0000 1.12
***************
*** 113,117 ****
key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) );
! if(key.QueryValue(m_Alpha, "ViewAlpha") != ERROR_SUCCESS)
m_Alpha = 255;
}
--- 113,117 ----
key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) );
! if(key.QueryDWORDValue("ViewAlpha", m_Alpha) != ERROR_SUCCESS)
m_Alpha = 255;
}
Index: RootLayer.h
===================================================================
RCS file: /cvsroot/decaldev/source/Inject/RootLayer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RootLayer.h 16 Apr 2002 19:56:10 -0000 1.4
--- RootLayer.h 23 May 2003 02:20:48 -0000 1.5
***************
*** 28,32 ****
CRegKey key;
key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) );
! if( key.QueryValue( m_nViewMode, "ViewMode") != ERROR_SUCCESS)
m_nViewMode = 0;
}
--- 28,32 ----
CRegKey key;
key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) );
! if( key.QueryDWORDValue( _T("ViewMode"), m_nViewMode ) != ERROR_SUCCESS)
m_nViewMode = 0;
}
Index: StdAfx.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Inject/StdAfx.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** StdAfx.cpp 18 Aug 2001 19:34:58 -0000 1.1.1.1
--- StdAfx.cpp 23 May 2003 02:20:48 -0000 1.2
***************
*** 4,12 ****
#include "stdafx.h"
-
- #ifdef _ATL_STATIC_REGISTRY
- #include <statreg.h>
- #include <statreg.cpp>
- #endif
-
- #include <atlimpl.cpp>
--- 4,5 ----
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/decaldev/source/Inject/StdAfx.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** StdAfx.h 17 Mar 2003 09:23:24 -0000 1.9
--- StdAfx.h 23 May 2003 02:20:48 -0000 1.10
***************
*** 11,17 ****
#define STRICT
! #ifndef _WIN32_WINNT
! #define _WIN32_WINNT 0x0500
! #endif
#define _ATL_APARTMENT_THREADED
--- 11,16 ----
#define STRICT
! #define _WIN32_WINDOWS 0x0410
! #define _WIN32_DCOM
#define _ATL_APARTMENT_THREADED
|
|
From: <ma...@us...> - 2003-05-23 02:20:51
|
Update of /cvsroot/decaldev/source/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/Include
Modified Files:
DecalImpl.h
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: DecalImpl.h
===================================================================
RCS file: /cvsroot/decaldev/source/Include/DecalImpl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DecalImpl.h 21 Sep 2002 22:25:07 -0000 1.3
--- DecalImpl.h 23 May 2003 02:20:48 -0000 1.4
***************
*** 147,158 ****
if( vName.vt == VT_BSTR )
! rk.SetValue( OLE2T( vName.bstrVal ) );
LPTSTR szSurrogate = OLE2T( strSurrogate );
! rk.SetValue( 1, _T( "Enabled" ) );
! rk.SetValue( szSurrogate, _T( "Surrogate" ) );
! rk.SetValue( OLE2T( strUninstall ), _T( "Uninstall" ) );
! rk.SetValue( OLE2T( strFilename ), _T( "File" ) );
if( vProgID.vt == VT_BSTR )
--- 147,159 ----
if( vName.vt == VT_BSTR )
! rk.SetStringValue (NULL, OLE2T( vName.bstrVal ));
LPTSTR szSurrogate = OLE2T( strSurrogate );
! rk.SetDWORDValue (_T("Enabled"), 1);
! rk.SetStringValue (_T("Surrogate"), szSurrogate);
!
! rk.SetStringValue ( _T("Uninstall"), OLE2T( strUninstall ));
! rk.SetStringValue( _T("File"), OLE2T( strFilename ) );
if( vProgID.vt == VT_BSTR )
***************
*** 164,168 ****
rkProgID.SetKeyValue( _T( "CLSID" ), szKey );
! rk.SetValue( szProgID, _T( "ProgID" ) );
}
--- 165,169 ----
rkProgID.SetKeyValue( _T( "CLSID" ), szKey );
! rk.SetStringValue( _T("ProgID"), szProgID );
}
|
|
From: <ma...@us...> - 2003-05-23 02:20:51
|
Update of /cvsroot/decaldev/source/LobbyHook In directory sc8-pr-cvs1:/tmp/cvs-serv7944/LobbyHook Modified Files: stdafx.h Log Message: Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely. Index: stdafx.h =================================================================== RCS file: /cvsroot/decaldev/source/LobbyHook/stdafx.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stdafx.h 20 May 2003 04:50:47 -0000 1.2 --- stdafx.h 23 May 2003 02:20:48 -0000 1.3 *************** *** 8,11 **** --- 8,12 ---- #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers + #define _WIN32_WINDOWS 0x0410 // Windows Header Files: #include <windows.h> |
|
From: <ma...@us...> - 2003-05-23 02:20:51
|
Update of /cvsroot/decaldev/source/DenAgent
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/DenAgent
Modified Files:
AddRemoveDlg.cpp AutoUpdate.cpp DenAgent.vcproj StdAfx.cpp
StdAfx.h
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: AddRemoveDlg.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/AddRemoveDlg.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** AddRemoveDlg.cpp 3 Jan 2003 14:50:13 -0000 1.14
--- AddRemoveDlg.cpp 23 May 2003 02:20:47 -0000 1.15
***************
*** 362,366 ****
bool bRegedDLL = false;
! HINSTANCE hDLL = AfxLoadLibrary(cstrDll);
if(hDLL)
{
--- 362,366 ----
bool bRegedDLL = false;
! HINSTANCE hDLL = LoadLibrary(cstrDll);
if(hDLL)
{
***************
*** 373,377 ****
}
! AfxFreeLibrary(hDLL);
}
--- 373,377 ----
}
! FreeLibrary(hDLL);
}
Index: AutoUpdate.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/AutoUpdate.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AutoUpdate.cpp 13 May 2003 07:16:12 -0000 1.8
--- AutoUpdate.cpp 23 May 2003 02:20:47 -0000 1.9
***************
*** 422,426 ****
if (aUSource.getType() == AU_TYPE_DLL || aUSource.getType() == AU_TYPE_BETADLL )
{
! HINSTANCE hDLL = AfxLoadLibrary(newFile.c_str());
if (hDLL) {
--- 422,426 ----
if (aUSource.getType() == AU_TYPE_DLL || aUSource.getType() == AU_TYPE_BETADLL )
{
! HINSTANCE hDLL = LoadLibrary(newFile.c_str());
if (hDLL) {
***************
*** 432,436 ****
DllReg();
! AfxFreeLibrary(hDLL);
}
}
--- 432,436 ----
DllReg();
! FreeLibrary(hDLL);
}
}
Index: DenAgent.vcproj
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/DenAgent.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DenAgent.vcproj 13 May 2003 07:16:12 -0000 1.1
--- DenAgent.vcproj 23 May 2003 02:20:47 -0000 1.2
***************
*** 17,21 ****
IntermediateDirectory=".\Release"
ConfigurationType="1"
! UseOfMFC="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
--- 17,21 ----
IntermediateDirectory=".\Release"
ConfigurationType="1"
! UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
***************
*** 30,34 ****
AdditionalIncludeDirectories="..\Include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
! RuntimeLibrary="2"
UsePrecompiledHeader="3"
PrecompiledHeaderThrough="stdafx.h"
--- 30,34 ----
AdditionalIncludeDirectories="..\Include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
! RuntimeLibrary="0"
UsePrecompiledHeader="3"
PrecompiledHeaderThrough="stdafx.h"
Index: StdAfx.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/StdAfx.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** StdAfx.cpp 18 Aug 2001 19:34:49 -0000 1.1.1.1
--- StdAfx.cpp 23 May 2003 02:20:47 -0000 1.2
***************
*** 4,13 ****
#include "stdafx.h"
-
-
-
- #ifdef _ATL_STATIC_REGISTRY
- #include <statreg.h>
- #endif
- #include <atlimpl.cpp>
-
--- 4,5 ----
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/StdAfx.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** StdAfx.h 24 Aug 2002 02:29:43 -0000 1.8
--- StdAfx.h 23 May 2003 02:20:47 -0000 1.9
***************
*** 11,14 ****
--- 11,17 ----
#endif // _MSC_VER > 1000
+ #define WINVER 0x0410
+ #define _WIN32_DCOM
+
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
|
From: <ma...@us...> - 2003-05-23 02:20:50
|
Update of /cvsroot/decaldev/source/DecalNet
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/DecalNet
Modified Files:
DecalNet.def DecalNet.vcproj NetService.cpp StdAfx.h
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: DecalNet.def
===================================================================
RCS file: /cvsroot/decaldev/source/DecalNet/DecalNet.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DecalNet.def 22 Sep 2001 22:50:22 -0000 1.1
--- DecalNet.def 23 May 2003 02:20:47 -0000 1.2
***************
*** 4,9 ****
EXPORTS
! DllCanUnloadNow @1 PRIVATE
! DllGetClassObject @2 PRIVATE
! DllRegisterServer @3 PRIVATE
! DllUnregisterServer @4 PRIVATE
--- 4,9 ----
EXPORTS
! DllCanUnloadNow PRIVATE
! DllGetClassObject PRIVATE
! DllRegisterServer PRIVATE
! DllUnregisterServer PRIVATE
Index: DecalNet.vcproj
===================================================================
RCS file: /cvsroot/decaldev/source/DecalNet/DecalNet.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DecalNet.vcproj 13 May 2003 07:16:11 -0000 1.1
--- DecalNet.vcproj 23 May 2003 02:20:47 -0000 1.2
***************
*** 298,301 ****
--- 298,377 ----
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
+ <Configuration
+ Name="Release MinDependency|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="4"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="2"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="..\Include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="3"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\ReleaseMinSize/DecalNet.pch"
+ AssemblerListingLocation=".\ReleaseMinSize/"
+ ObjectFile=".\ReleaseMinSize/"
+ ProgramDataBaseFileName=".\ReleaseMinSize/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="TRUE"
+ AdditionalDependencies="odbc32.lib odbccp32.lib urlmon.lib"
+ OutputFile=".\..\Release/DecalNet.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\Release"
+ ModuleDefinitionFile=".\DecalNet.def"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\Release/DecalNet.pdb"
+ SubSystem="2"
+ ImportLibrary=".\..\Release/DecalNet.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalIncludeDirectories="..\Include"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ GenerateStublessProxies="TRUE"
+ TypeLibraryName=".\..\Release/DecalNet.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="4105"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
</Configurations>
<References>
***************
*** 341,344 ****
--- 417,427 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 387,390 ****
--- 470,483 ----
InterfaceIdentifierFileName="..\Include\DecalNet_i.c"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCMIDLTool"
+ AdditionalIncludeDirectories=""
+ TargetEnvironment="1"
+ TypeLibraryName="DecalNet.tlb"
+ HeaderFileName="..\Include\DecalNet.h"
+ InterfaceIdentifierFileName="..\Include\DecalNet_i.c"/>
+ </FileConfiguration>
</File>
<File
***************
*** 418,421 ****
--- 511,521 ----
AdditionalIncludeDirectories="$(OUTDIR)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions=""
+ AdditionalIncludeDirectories="$(OUTDIR)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 455,458 ****
--- 555,565 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 492,495 ****
--- 599,609 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 529,532 ****
--- 643,653 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 566,569 ****
--- 687,697 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 603,606 ****
--- 731,741 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 640,643 ****
--- 775,785 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 677,680 ****
--- 819,829 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 714,717 ****
--- 863,873 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 751,754 ****
--- 907,917 ----
PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
***************
*** 792,795 ****
--- 955,966 ----
UsePrecompiledHeader="1"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
</File>
<File
***************
*** 824,827 ****
--- 995,1005 ----
<FileConfiguration
Name="Release MinSize|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_MBCS;WIN32;NDEBUG;_WINDOWS;_USRDLL;$(NoInherit)"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release MinDependency|Win32">
<Tool
Name="VCCLCompilerTool"
Index: NetService.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DecalNet/NetService.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** NetService.cpp 3 Oct 2002 05:34:31 -0000 1.9
--- NetService.cpp 23 May 2003 02:20:47 -0000 1.10
***************
*** 211,215 ****
// Check for enablement
DWORD dwEnabled;
! hkeyNF.QueryValue ( dwEnabled, szCLSID );
if ( !dwEnabled )
continue;
--- 211,215 ----
// Check for enablement
DWORD dwEnabled;
! hkeyNF.QueryDWORDValue ( szCLSID, dwEnabled );
if ( !dwEnabled )
continue;
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/decaldev/source/DecalNet/StdAfx.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StdAfx.h 21 Sep 2002 22:26:07 -0000 1.4
--- StdAfx.h 23 May 2003 02:20:47 -0000 1.5
***************
*** 11,17 ****
#define STRICT
! #ifndef _WIN32_WINNT
! #define _WIN32_WINNT 0x0400
! #endif
#define _ATL_APARTMENT_THREADED
--- 11,15 ----
#define STRICT
! #define _WIN32_WINDOWS 0x0410
#define _ATL_APARTMENT_THREADED
|
|
From: <ma...@us...> - 2003-05-23 02:20:50
|
Update of /cvsroot/decaldev/source/DecalInstaller
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/DecalInstaller
Modified Files:
DecalInstaller.vdproj
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: DecalInstaller.vdproj
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInstaller/DecalInstaller.vdproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DecalInstaller.vdproj 20 May 2003 15:38:10 -0000 1.4
--- DecalInstaller.vdproj 23 May 2003 02:20:47 -0000 1.5
***************
*** 16,19 ****
--- 16,37 ----
"Entry"
{
+ "MsmKey" = "8:_040FCECEC3184ED08229B7777A4FDE61"
+ "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_040FCECEC3184ED08229B7777A4FDE61"
+ "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
+ "MsmKey" = "8:_040FCECEC3184ED08229B7777A4FDE61"
+ "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
+ "MsmSig" = "8:_UNDEFINED"
+ }
+ "Entry"
+ {
"MsmKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
"OwnerKey" = "8:_UNDEFINED"
***************
*** 29,33 ****
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
"MsmSig" = "8:_UNDEFINED"
}
--- 47,51 ----
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 41,45 ****
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
}
--- 59,63 ----
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 47,51 ****
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
"MsmSig" = "8:_UNDEFINED"
}
--- 65,69 ----
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 53,57 ****
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
}
--- 71,75 ----
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 59,63 ****
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459"
"MsmSig" = "8:_UNDEFINED"
}
--- 77,81 ----
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 65,69 ****
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
}
--- 83,87 ----
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 71,75 ****
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
"MsmSig" = "8:_UNDEFINED"
}
--- 89,93 ----
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 77,81 ****
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
"MsmSig" = "8:_UNDEFINED"
}
--- 95,99 ----
{
"MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8"
! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 100,109 ****
"Entry"
{
- "MsmKey" = "8:_32BF28F4CB1A439897137C9F6624FCE3"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_3848A0AD84FF4D7AA048E21F6BD3EB88"
"OwnerKey" = "8:_UNDEFINED"
--- 118,121 ----
***************
*** 113,122 ****
{
"MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8"
- "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8"
"OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
--- 125,128 ----
***************
*** 130,140 ****
"Entry"
{
! "MsmKey" = "8:_422DA789643D4CFC8308DBB6EB58ED8B"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_446E0F428C924CBF9A8ABBA2BED6ACD8"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
--- 136,146 ----
"Entry"
{
! "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8"
! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_422DA789643D4CFC8308DBB6EB58ED8B"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
***************
*** 160,175 ****
"Entry"
{
- "MsmKey" = "8:_5DCF13D31ECD45B09C3DAB8BB991B2CB"
- "OwnerKey" = "8:_287894F290604710B0E99CD646021261"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_5DF8E40A3D934396A156B023D246970B"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_673044C5656142EBAA86D07A36EFFF5A"
"OwnerKey" = "8:_UNDEFINED"
--- 166,169 ----
***************
*** 178,206 ****
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_F7B461AAFB7641F699DAEAF49904A662"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
"OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
--- 172,182 ----
"Entry"
{
! "MsmKey" = "8:_7871BAAF26D34E148CE9063C20620A7E"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_8CCEE5C8AADEB950D9A797DE0530965E"
"OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
***************
*** 208,237 ****
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_287894F290604710B0E99CD646021261"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_7871BAAF26D34E148CE9063C20620A7E"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
--- 184,189 ----
"Entry"
{
! "MsmKey" = "8:_8CCEE5C8AADEB950D9A797DE0530965E"
! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 250,277 ****
"Entry"
{
- "MsmKey" = "8:_9611933764234BF2BBBD3B723FB5B1D9"
- "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_9611933764234BF2BBBD3B723FB5B1D9"
- "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_9611933764234BF2BBBD3B723FB5B1D9"
- "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_9B1CA93D298941A798DD7E0A3B6C566A"
- "OwnerKey" = "8:_UNDEFINED"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"OwnerKey" = "8:_UNDEFINED"
--- 202,205 ----
***************
*** 280,290 ****
"Entry"
{
! "MsmKey" = "8:_A8236153441A4A2295B6EB7344BAF9E6"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
--- 208,218 ----
"Entry"
{
! "MsmKey" = "8:_A363B66FCAE3DB5C7CECA058D6C5B2B4"
! "OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_A760FCE25F8EA4B31587E634E1F0EC16"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
***************
*** 292,296 ****
"Entry"
{
! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8"
"OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A"
"MsmSig" = "8:_UNDEFINED"
--- 220,224 ----
"Entry"
{
! "MsmKey" = "8:_A760FCE25F8EA4B31587E634E1F0EC16"
"OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A"
"MsmSig" = "8:_UNDEFINED"
***************
*** 298,302 ****
"Entry"
{
! "MsmKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
--- 226,230 ----
"Entry"
{
! "MsmKey" = "8:_A8236153441A4A2295B6EB7344BAF9E6"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
***************
*** 304,315 ****
"Entry"
{
! "MsmKey" = "8:_BC87E37B7AD8F9835E2A3AC4B4EDBC61"
! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_BC87E37B7AD8F9835E2A3AC4B4EDBC61"
! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
}
--- 232,237 ----
"Entry"
{
! "MsmKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 322,379 ****
"Entry"
{
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_F7B461AAFB7641F699DAEAF49904A662"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_287894F290604710B0E99CD646021261"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
- "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_F7B461AAFB7641F699DAEAF49904A662"
"OwnerKey" = "8:_UNDEFINED"
--- 244,247 ----
***************
*** 490,513 ****
"IsolateTo" = "8:"
}
- "{A582A373-4685-4296-BEFE-614B80A702C3}:_32BF28F4CB1A439897137C9F6624FCE3"
- {
- "SourcePath" = "8:C:\\WINDOWS\\system32\\MFC71.dll"
- "TargetName" = "8:MFC71.dll"
- "Tag" = "8:"
- "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
"{A582A373-4685-4296-BEFE-614B80A702C3}:_3848A0AD84FF4D7AA048E21F6BD3EB88"
{
--- 358,361 ----
***************
*** 570,593 ****
"IsolateTo" = "8:"
}
- "{A582A373-4685-4296-BEFE-614B80A702C3}:_446E0F428C924CBF9A8ABBA2BED6ACD8"
- {
- "SourcePath" = "8:C:\\WINDOWS\\system32\\msvcr71.dll"
- "TargetName" = "8:msvcr71.dll"
- "Tag" = "8:"
- "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
"{A582A373-4685-4296-BEFE-614B80A702C3}:_4785F00ADF0F4D128D62CF6F0E79ACF1"
{
--- 418,421 ----
***************
*** 650,673 ****
"IsolateTo" = "8:"
}
- "{A582A373-4685-4296-BEFE-614B80A702C3}:_5DF8E40A3D934396A156B023D246970B"
- {
- "SourcePath" = "8:C:\\WINDOWS\\system32\\msvcp71.dll"
- "TargetName" = "8:msvcp71.dll"
- "Tag" = "8:"
- "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F"
- "Condition" = "8:"
- "Transitive" = "11:FALSE"
- "Vital" = "11:TRUE"
- "ReadOnly" = "11:FALSE"
- "Hidden" = "11:FALSE"
- "System" = "11:FALSE"
- "Permanent" = "11:FALSE"
- "SharedLegacy" = "11:FALSE"
- "PackageAs" = "3:1"
- "Register" = "3:1"
- "Exclude" = "11:FALSE"
- "IsDependency" = "11:FALSE"
- "IsolateTo" = "8:"
- }
"{A582A373-4685-4296-BEFE-614B80A702C3}:_7871BAAF26D34E148CE9063C20620A7E"
{
--- 478,481 ----
***************
*** 690,697 ****
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_942AAA28BB647CF0EF1C6137B296D4FE"
{
! "SourcePath" = "8:DDRAW.dll"
! "TargetName" = "8:DDRAW.dll"
"Tag" = "8:"
"Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F"
--- 498,505 ----
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_8CCEE5C8AADEB950D9A797DE0530965E"
{
! "SourcePath" = "8:inject.tlb"
! "TargetName" = "8:inject.tlb"
"Tag" = "8:"
"Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F"
***************
*** 705,719 ****
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
! "Register" = "3:1"
"Exclude" = "11:TRUE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_9B1CA93D298941A798DD7E0A3B6C566A"
{
! "SourcePath" = "8:C:\\WINDOWS\\system32\\MFC71u.dll"
! "TargetName" = "8:MFC71u.dll"
"Tag" = "8:"
! "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F"
"Condition" = "8:"
"Transitive" = "11:FALSE"
--- 513,527 ----
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
! "Register" = "3:2"
"Exclude" = "11:TRUE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_942AAA28BB647CF0EF1C6137B296D4FE"
{
! "SourcePath" = "8:DDRAW.dll"
! "TargetName" = "8:DDRAW.dll"
"Tag" = "8:"
! "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F"
"Condition" = "8:"
"Transitive" = "11:FALSE"
***************
*** 726,739 ****
"PackageAs" = "3:1"
"Register" = "3:1"
! "Exclude" = "11:FALSE"
! "IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A8236153441A4A2295B6EB7344BAF9E6"
{
! "SourcePath" = "8:..\\Release\\ForceLibrary.dll"
! "TargetName" = "8:ForceLibrary.dll"
"Tag" = "8:"
! "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F"
"Condition" = "8:"
"Transitive" = "11:FALSE"
--- 534,547 ----
"PackageAs" = "3:1"
"Register" = "3:1"
! "Exclude" = "11:TRUE"
! "IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A363B66FCAE3DB5C7CECA058D6C5B2B4"
{
! "SourcePath" = "8:comdlg32.dll"
! "TargetName" = "8:comdlg32.dll"
"Tag" = "8:"
! "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F"
"Condition" = "8:"
"Transitive" = "11:FALSE"
***************
*** 746,754 ****
"PackageAs" = "3:1"
"Register" = "3:1"
! "Exclude" = "11:FALSE"
! "IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_AB8B779E801448568C9C2869BFA349A8"
{
"SourcePath" = "8:ForceLibrary.dll"
--- 554,562 ----
"PackageAs" = "3:1"
"Register" = "3:1"
! "Exclude" = "11:TRUE"
! "IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A760FCE25F8EA4B31587E634E1F0EC16"
{
"SourcePath" = "8:ForceLibrary.dll"
***************
*** 770,779 ****
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_BC87E37B7AD8F9835E2A3AC4B4EDBC61"
{
! "SourcePath" = "8:inject.tlb"
! "TargetName" = "8:inject.tlb"
"Tag" = "8:"
! "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F"
"Condition" = "8:"
"Transitive" = "11:FALSE"
--- 578,587 ----
"IsolateTo" = "8:"
}
! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A8236153441A4A2295B6EB7344BAF9E6"
{
! "SourcePath" = "8:..\\Release\\ForceLibrary.dll"
! "TargetName" = "8:ForceLibrary.dll"
"Tag" = "8:"
! "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F"
"Condition" = "8:"
"Transitive" = "11:FALSE"
***************
*** 785,791 ****
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
! "Register" = "3:2"
! "Exclude" = "11:TRUE"
! "IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
--- 593,599 ----
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
! "Register" = "3:1"
! "Exclude" = "11:FALSE"
! "IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
***************
*** 877,881 ****
"ProductName" = "8:Decal"
"ProductCode" = "8:{29E8FB17-4C4E-4F5D-8C5D-F3826ECE2CF6}"
! "PackageCode" = "8:{8DD2BB70-B85C-4471-97BC-4CD9E81EFF40}"
"UpgradeCode" = "8:{3025AB1B-80B9-46B7-9CE9-9887ADA2914F}"
"RestartWWWService" = "11:FALSE"
--- 685,689 ----
"ProductName" = "8:Decal"
"ProductCode" = "8:{29E8FB17-4C4E-4F5D-8C5D-F3826ECE2CF6}"
! "PackageCode" = "8:{D90B564B-53F0-457A-8A12-3F1FA081D6E2}"
"UpgradeCode" = "8:{3025AB1B-80B9-46B7-9CE9-9887ADA2914F}"
"RestartWWWService" = "11:FALSE"
***************
*** 1346,1378 ****
"MergeModule"
{
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_5DCF13D31ECD45B09C3DAB8BB991B2CB"
! {
! "UseDynamicProperties" = "11:TRUE"
! "IsDependency" = "11:TRUE"
! "SourcePath" = "8:vc_user_mfc71_rtl_x86_---.msm"
! "Properties"
! {
! }
! "LanguageId" = "3:0"
! "Exclude" = "11:TRUE"
! "Folder" = "8:"
! "Feature" = "8:"
! "IsolateTo" = "8:"
! }
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! {
! "UseDynamicProperties" = "11:TRUE"
! "IsDependency" = "11:TRUE"
! "SourcePath" = "8:vc_user_stl71_rtl_x86_---.msm"
! "Properties"
! {
! }
! "LanguageId" = "3:0"
! "Exclude" = "11:TRUE"
! "Folder" = "8:"
! "Feature" = "8:"
! "IsolateTo" = "8:"
! }
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_9611933764234BF2BBBD3B723FB5B1D9"
{
"UseDynamicProperties" = "11:TRUE"
--- 1154,1158 ----
"MergeModule"
{
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_040FCECEC3184ED08229B7777A4FDE61"
{
"UseDynamicProperties" = "11:TRUE"
***************
*** 1388,1405 ****
"IsolateTo" = "8:"
}
- "{35A69C6E-5BA4-440D-803D-762B59A45393}:_DA3B8623FFC7472F85AC24CD28367D89"
- {
- "UseDynamicProperties" = "11:TRUE"
- "IsDependency" = "11:TRUE"
- "SourcePath" = "8:vc_user_crt71_rtl_x86_---.msm"
- "Properties"
- {
- }
- "LanguageId" = "3:0"
- "Exclude" = "11:TRUE"
- "Folder" = "8:"
- "Feature" = "8:"
- "IsolateTo" = "8:"
- }
}
"ProjectOutput"
--- 1168,1171 ----
***************
*** 1685,1688 ****
--- 1451,1457 ----
}
}
+ }
+ "VJSharpPlugin"
+ {
}
}
|
|
From: <ma...@us...> - 2003-05-21 16:25:11
|
Update of /cvsroot/decaldev/source/DenAgent
In directory sc8-pr-cvs1:/tmp/cvs-serv16187
Modified Files:
TrayWnd.cpp
Log Message:
Get rid of listSemaphores
Index: TrayWnd.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/TrayWnd.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** TrayWnd.cpp 20 May 2003 15:37:10 -0000 1.9
--- TrayWnd.cpp 21 May 2003 16:25:08 -0000 1.10
***************
*** 22,28 ****
const UINT s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));
- // Keep track of our semaphores we create
- std::list<HANDLE> listSemaphores;
-
// This is for our windows enumeration process
BOOL CALLBACK EnumerationCallbackProc( HWND, LPARAM );
--- 22,25 ----
***************
*** 110,114 ****
else
{
- listSemaphores.clear();
m_uiTimer = SetTimer (1, 1000, NULL);
}
--- 107,110 ----
***************
*** 157,166 ****
::Shell_NotifyIcon( NIM_DELETE, &nid );
- for( std::list<HANDLE>::iterator i = listSemaphores.begin(); i != listSemaphores.end(); i++ )
- {
- CloseHandle( *i );
- i = listSemaphores.erase( i );
- }
-
if (m_uiTimer)
{
--- 153,156 ----
***************
*** 212,217 ****
}
}
-
- listSemaphores.push_back( hLobbySemaphore );
CRegKey key;
--- 202,205 ----
|
|
From: <ha...@us...> - 2003-05-20 16:11:35
|
Update of /cvsroot/decaldev/source/DenAgent
In directory sc8-pr-cvs1:/tmp/cvs-serv8602
Modified Files:
TrayWnd.cpp
Log Message:
Kill semaphores when DenAgent dies.
Index: TrayWnd.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/TrayWnd.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TrayWnd.cpp 20 May 2003 04:51:10 -0000 1.8
--- TrayWnd.cpp 20 May 2003 15:37:10 -0000 1.9
***************
*** 22,25 ****
--- 22,27 ----
const UINT s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));
+ // Keep track of our semaphores we create
+ std::list<HANDLE> listSemaphores;
// This is for our windows enumeration process
***************
*** 108,111 ****
--- 110,114 ----
else
{
+ listSemaphores.clear();
m_uiTimer = SetTimer (1, 1000, NULL);
}
***************
*** 154,157 ****
--- 157,165 ----
::Shell_NotifyIcon( NIM_DELETE, &nid );
+ for( std::list<HANDLE>::iterator i = listSemaphores.begin(); i != listSemaphores.end(); i++ )
+ {
+ CloseHandle( *i );
+ i = listSemaphores.erase( i );
+ }
if (m_uiTimer)
***************
*** 204,207 ****
--- 212,217 ----
}
}
+
+ listSemaphores.push_back( hLobbySemaphore );
CRegKey key;
|
|
From: <ha...@us...> - 2003-05-20 15:46:12
|
Update of /cvsroot/decaldev/source/DecalInstaller
In directory sc8-pr-cvs1:/tmp/cvs-serv9043
Modified Files:
DecalInstaller.vdproj
Log Message:
Stick LobbyHook in system output for fun and games (and so decal never gets winlogo :D )
Index: DecalInstaller.vdproj
===================================================================
RCS file: /cvsroot/decaldev/source/DecalInstaller/DecalInstaller.vdproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DecalInstaller.vdproj 15 May 2003 07:10:47 -0000 1.3
--- DecalInstaller.vdproj 20 May 2003 15:38:10 -0000 1.4
***************
*** 88,109 ****
"Entry"
{
- "MsmKey" = "8:_11EC696BA4A54E0F911AB237EC6EFF65"
- "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_11EC696BA4A54E0F911AB237EC6EFF65"
- "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
- "MsmKey" = "8:_11EC696BA4A54E0F911AB237EC6EFF65"
- "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
- "MsmSig" = "8:_UNDEFINED"
- }
- "Entry"
- {
"MsmKey" = "8:_287894F290604710B0E99CD646021261"
"OwnerKey" = "8:_UNDEFINED"
--- 88,91 ----
***************
*** 178,182 ****
"Entry"
{
! "MsmKey" = "8:_5AD01D7B75044D54B6CC788BEA2CAA34"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
--- 160,164 ----
"Entry"
{
! "MsmKey" = "8:_5DCF13D31ECD45B09C3DAB8BB991B2CB"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
***************
*** 196,212 ****
"Entry"
{
! "MsmKey" = "8:_7871BAAF26D34E148CE9063C20620A7E"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_8E9B4D574D014738B94369502A191459"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_942AAA28BB647CF0EF1C6137B296D4FE"
"OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
--- 178,194 ----
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_F7B461AAFB7641F699DAEAF49904A662"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
"OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
***************
*** 214,236 ****
"Entry"
{
! "MsmKey" = "8:_9B1CA93D298941A798DD7E0A3B6C566A"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_A8236153441A4A2295B6EB7344BAF9E6"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
--- 196,218 ----
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
***************
*** 238,266 ****
"Entry"
{
! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8"
! "OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
! "OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
! "OwnerKey" = "8:_F7B461AAFB7641F699DAEAF49904A662"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
"OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
--- 220,248 ----
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_7871BAAF26D34E148CE9063C20620A7E"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_8E9B4D574D014738B94369502A191459"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_942AAA28BB647CF0EF1C6137B296D4FE"
"OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
***************
*** 268,278 ****
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
"OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
--- 250,260 ----
"Entry"
{
! "MsmKey" = "8:_9611933764234BF2BBBD3B723FB5B1D9"
! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_9611933764234BF2BBBD3B723FB5B1D9"
"OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
***************
*** 280,290 ****
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
--- 262,290 ----
"Entry"
{
! "MsmKey" = "8:_9611933764234BF2BBBD3B723FB5B1D9"
! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_9B1CA93D298941A798DD7E0A3B6C566A"
! "OwnerKey" = "8:_UNDEFINED"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
! "OwnerKey" = "8:_UNDEFINED"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_A8236153441A4A2295B6EB7344BAF9E6"
! "OwnerKey" = "8:_UNDEFINED"
! "MsmSig" = "8:_UNDEFINED"
! }
! "Entry"
! {
! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
***************
*** 292,303 ****
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_BA5E2B32B5FF48C495BD769390D372B9"
! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
"MsmSig" = "8:_UNDEFINED"
}
--- 292,303 ----
"Entry"
{
! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8"
! "OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
! "MsmKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
! "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
***************
*** 322,326 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
"MsmSig" = "8:_UNDEFINED"
--- 322,326 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B"
"MsmSig" = "8:_UNDEFINED"
***************
*** 328,332 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_F7B461AAFB7641F699DAEAF49904A662"
"MsmSig" = "8:_UNDEFINED"
--- 328,332 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_F7B461AAFB7641F699DAEAF49904A662"
"MsmSig" = "8:_UNDEFINED"
***************
*** 334,338 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
--- 334,338 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862"
"MsmSig" = "8:_UNDEFINED"
***************
*** 340,344 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
"MsmSig" = "8:_UNDEFINED"
--- 340,344 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2"
"MsmSig" = "8:_UNDEFINED"
***************
*** 346,350 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
--- 346,350 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88"
"MsmSig" = "8:_UNDEFINED"
***************
*** 352,356 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_8E9B4D574D014738B94369502A191459"
"MsmSig" = "8:_UNDEFINED"
--- 352,356 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_8E9B4D574D014738B94369502A191459"
"MsmSig" = "8:_UNDEFINED"
***************
*** 358,362 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
--- 358,362 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_287894F290604710B0E99CD646021261"
"MsmSig" = "8:_UNDEFINED"
***************
*** 364,368 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
"MsmSig" = "8:_UNDEFINED"
--- 364,368 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940"
"MsmSig" = "8:_UNDEFINED"
***************
*** 370,374 ****
"Entry"
{
! "MsmKey" = "8:_C1F5BAE7577449FEA9E9348741704B96"
"OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
"MsmSig" = "8:_UNDEFINED"
--- 370,374 ----
"Entry"
{
! "MsmKey" = "8:_DA3B8623FFC7472F85AC24CD28367D89"
"OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980"
"MsmSig" = "8:_UNDEFINED"
***************
*** 877,881 ****
"ProductName" = "8:Decal"
"ProductCode" = "8:{29E8FB17-4C4E-4F5D-8C5D-F3826ECE2CF6}"
! "PackageCode" = "8:{899A5A4F-3513-4446-B838-265D8F83FB05}"
"UpgradeCode" = "8:{3025AB1B-80B9-46B7-9CE9-9887ADA2914F}"
"RestartWWWService" = "11:FALSE"
--- 877,881 ----
"ProductName" = "8:Decal"
"ProductCode" = "8:{29E8FB17-4C4E-4F5D-8C5D-F3826ECE2CF6}"
! "PackageCode" = "8:{8DD2BB70-B85C-4471-97BC-4CD9E81EFF40}"
"UpgradeCode" = "8:{3025AB1B-80B9-46B7-9CE9-9887ADA2914F}"
"RestartWWWService" = "11:FALSE"
***************
*** 1346,1368 ****
"MergeModule"
{
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_11EC696BA4A54E0F911AB237EC6EFF65"
{
"UseDynamicProperties" = "11:TRUE"
"IsDependency" = "11:TRUE"
! "SourcePath" = "8:vc_user_atl71_rtl_x86_---.msm"
"Properties"
{
}
"LanguageId" = "3:0"
! "Exclude" = "11:FALSE"
"Folder" = "8:"
"Feature" = "8:"
"IsolateTo" = "8:"
}
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_5AD01D7B75044D54B6CC788BEA2CAA34"
{
"UseDynamicProperties" = "11:TRUE"
"IsDependency" = "11:TRUE"
! "SourcePath" = "8:vc_user_mfc71_rtl_x86_---.msm"
"Properties"
{
--- 1346,1368 ----
"MergeModule"
{
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_5DCF13D31ECD45B09C3DAB8BB991B2CB"
{
"UseDynamicProperties" = "11:TRUE"
"IsDependency" = "11:TRUE"
! "SourcePath" = "8:vc_user_mfc71_rtl_x86_---.msm"
"Properties"
{
}
"LanguageId" = "3:0"
! "Exclude" = "11:TRUE"
"Folder" = "8:"
"Feature" = "8:"
"IsolateTo" = "8:"
}
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_70E6EC7A9CC940AF86A4BBCB5CE70B80"
{
"UseDynamicProperties" = "11:TRUE"
"IsDependency" = "11:TRUE"
! "SourcePath" = "8:vc_user_stl71_rtl_x86_---.msm"
"Properties"
{
***************
*** 1374,1392 ****
"IsolateTo" = "8:"
}
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_BA5E2B32B5FF48C495BD769390D372B9"
{
"UseDynamicProperties" = "11:TRUE"
"IsDependency" = "11:TRUE"
! "SourcePath" = "8:vc_user_stl71_rtl_x86_---.msm"
"Properties"
{
}
"LanguageId" = "3:0"
! "Exclude" = "11:TRUE"
"Folder" = "8:"
"Feature" = "8:"
"IsolateTo" = "8:"
}
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_C1F5BAE7577449FEA9E9348741704B96"
{
"UseDynamicProperties" = "11:TRUE"
--- 1374,1392 ----
"IsolateTo" = "8:"
}
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_9611933764234BF2BBBD3B723FB5B1D9"
{
"UseDynamicProperties" = "11:TRUE"
"IsDependency" = "11:TRUE"
! "SourcePath" = "8:vc_user_atl71_rtl_x86_---.msm"
"Properties"
{
}
"LanguageId" = "3:0"
! "Exclude" = "11:FALSE"
"Folder" = "8:"
"Feature" = "8:"
"IsolateTo" = "8:"
}
! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_DA3B8623FFC7472F85AC24CD28367D89"
{
"UseDynamicProperties" = "11:TRUE"
***************
*** 1522,1526 ****
"TargetName" = "8:"
"Tag" = "8:"
! "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F"
"Condition" = "8:"
"Transitive" = "11:FALSE"
--- 1522,1526 ----
"TargetName" = "8:"
"Tag" = "8:"
! "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F"
"Condition" = "8:"
"Transitive" = "11:FALSE"
|
|
From: <ma...@us...> - 2003-05-20 04:51:14
|
Update of /cvsroot/decaldev/source/DenAgent
In directory sc8-pr-cvs1:/tmp/cvs-serv17489
Modified Files:
TrayWnd.cpp
Log Message:
Check for lobby's semaphore before injecting into lobby
Index: TrayWnd.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/TrayWnd.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TrayWnd.cpp 20 May 2003 02:50:39 -0000 1.7
--- TrayWnd.cpp 20 May 2003 04:51:10 -0000 1.8
***************
*** 24,29 ****
// This is for our windows enumeration process
- std::list< HWND > injectList;
- bool g_bFirstEnum;
BOOL CALLBACK EnumerationCallbackProc( HWND, LPARAM );
--- 24,27 ----
***************
*** 168,201 ****
void CTrayWnd::OnTimer (UINT_PTR nIDEvent)
{
! g_bFirstEnum = true;
! injectList.clear();
! ::EnumWindows( EnumerationCallbackProc, (LPARAM) _T("ZoneLobbyWindow") );
}
BOOL CALLBACK EnumerationCallbackProc( HWND hwnd, LPARAM lParam )
{
- static HWND shFirst = NULL;
-
- if( g_bFirstEnum ) // first call
- {
- shFirst = hwnd;
- g_bFirstEnum = false;
- }
-
- else
- {
- // if this isn't the first call and the passed hwnd is the first HWND we got, exit enumeration
- if( shFirst == hwnd )
- return FALSE;
-
- // check if we've already injected
- for( std::list<HWND>::iterator i = injectList.begin(); i != injectList.end(); i++ )
- {
- // yes, continue enumeration
- if( *i == hwnd )
- return TRUE;
- }
- }
-
TCHAR szClassName[64];
memset( szClassName, 0, sizeof( szClassName ) / sizeof( szClassName[0] ) );
--- 166,174 ----
void CTrayWnd::OnTimer (UINT_PTR nIDEvent)
{
! ::EnumWindows( EnumerationCallbackProc, (LPARAM) NULL );
}
BOOL CALLBACK EnumerationCallbackProc( HWND hwnd, LPARAM lParam )
{
TCHAR szClassName[64];
memset( szClassName, 0, sizeof( szClassName ) / sizeof( szClassName[0] ) );
***************
*** 203,207 ****
--- 176,182 ----
if( _tcsicmp( _T( "ZoneLobbyWindow" ), szClassName ) != 0 )
+ {
return TRUE;
+ }
if( hwnd != NULL )
***************
*** 212,215 ****
--- 187,208 ----
if( dwProcessId != 0 )
{
+ TCHAR tszBuffer [256];
+
+ ::_stprintf (tszBuffer, _T("__LOBBYHOOK_%d"), dwProcessId);
+ HANDLE hLobbySemaphore = ::CreateSemaphore (NULL, 0, 1, tszBuffer);
+
+ DWORD dwLastError = ::GetLastError ();
+
+ if (hLobbySemaphore)
+ {
+ ::CloseHandle (hLobbySemaphore);
+
+ if (dwLastError == ERROR_ALREADY_EXISTS)
+ {
+ // The lobbyhook has already been injected, we know because it created the semaphore.
+ return TRUE;
+ }
+ }
+
CRegKey key;
***************
*** 245,251 ****
HMODULE hLib = (HMODULE) ForceLibraryNow( dwProcessId, szDllPath );
! if( hLib != NULL )
! injectList.push_back( hwnd );
! else
{
DWORD dwError = GetLastError();
--- 238,242 ----
HMODULE hLib = (HMODULE) ForceLibraryNow( dwProcessId, szDllPath );
! if( hLib == NULL )
{
DWORD dwError = GetLastError();
|
|
From: <ma...@us...> - 2003-05-20 04:50:50
|
Update of /cvsroot/decaldev/source/LobbyHook
In directory sc8-pr-cvs1:/tmp/cvs-serv17238
Modified Files:
stdafx.h LobbyHook.cpp
Log Message:
Add semaphore for determining when lobby is injected into
Index: stdafx.h
===================================================================
RCS file: /cvsroot/decaldev/source/LobbyHook/stdafx.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** stdafx.h 13 May 2003 07:16:12 -0000 1.1
--- stdafx.h 20 May 2003 04:50:47 -0000 1.2
***************
*** 11,14 ****
#include <windows.h>
#include <tchar.h>
!
#include <atlbase.h>
--- 11,14 ----
#include <windows.h>
#include <tchar.h>
! #include <stdio.h>
#include <atlbase.h>
Index: LobbyHook.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/LobbyHook/LobbyHook.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LobbyHook.cpp 15 May 2003 04:56:46 -0000 1.2
--- LobbyHook.cpp 20 May 2003 04:50:47 -0000 1.3
***************
*** 63,66 ****
--- 63,68 ----
}
+ HANDLE g_hLobbySemaphore = NULL;
+
BOOL APIENTRY DllMain( HANDLE hModule, DWORD dwCallReason, LPVOID lpReserved )
{
***************
*** 72,75 ****
--- 74,82 ----
// Hook CreateProcessA and bail.
hookFunctionsByExport( "AsheronsCall.dll", _hooks, 1, true );
+
+ TCHAR tszBuffer [256];
+
+ _stprintf (tszBuffer, _T("__LOBBYHOOK_%d"), ::GetCurrentProcessId ());
+ g_hLobbySemaphore = ::CreateSemaphore (NULL, 0, 1, tszBuffer);
break;
}
***************
*** 80,83 ****
--- 87,91 ----
// Unhook CreateProcessA and bail.
hookFunctionsByExport( "AsheronsCall.dll", _hooks, 1, false );
+ ::CloseHandle (g_hLobbySemaphore);
break;
}
|
|
From: <ha...@us...> - 2003-05-20 02:50:43
|
Update of /cvsroot/decaldev/source/DenAgent
In directory sc8-pr-cvs1:/tmp/cvs-serv14327
Modified Files:
TrayWnd.cpp
Log Message:
should fix injecting multiple times
Index: TrayWnd.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/TrayWnd.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TrayWnd.cpp 15 May 2003 06:13:05 -0000 1.6
--- TrayWnd.cpp 20 May 2003 02:50:39 -0000 1.7
***************
*** 24,29 ****
// This is for our windows enumeration process
! bool g_bFirstEnum;
! BOOL CALLBACK EnumerationCallbackProc( HWND, LPARAM );
/////////////////////////////////////////////////////////////////////////////
--- 24,30 ----
// This is for our windows enumeration process
! std::list< HWND > injectList;
! bool g_bFirstEnum;
! BOOL CALLBACK EnumerationCallbackProc( HWND, LPARAM );
/////////////////////////////////////////////////////////////////////////////
***************
*** 168,171 ****
--- 169,173 ----
{
g_bFirstEnum = true;
+ injectList.clear();
::EnumWindows( EnumerationCallbackProc, (LPARAM) _T("ZoneLobbyWindow") );
}
***************
*** 181,189 ****
}
- // if this isn't the first call and the passed hwnd is the first HWND we got, exit enumeration
else
if( shFirst == hwnd )
return FALSE;
TCHAR szClassName[64];
memset( szClassName, 0, sizeof( szClassName ) / sizeof( szClassName[0] ) );
--- 183,201 ----
}
else
+ {
+ // if this isn't the first call and the passed hwnd is the first HWND we got, exit enumeration
if( shFirst == hwnd )
return FALSE;
+ // check if we've already injected
+ for( std::list<HWND>::iterator i = injectList.begin(); i != injectList.end(); i++ )
+ {
+ // yes, continue enumeration
+ if( *i == hwnd )
+ return TRUE;
+ }
+ }
+
TCHAR szClassName[64];
memset( szClassName, 0, sizeof( szClassName ) / sizeof( szClassName[0] ) );
***************
*** 233,237 ****
HMODULE hLib = (HMODULE) ForceLibraryNow( dwProcessId, szDllPath );
! if( hLib == NULL )
{
DWORD dwError = GetLastError();
--- 245,251 ----
HMODULE hLib = (HMODULE) ForceLibraryNow( dwProcessId, szDllPath );
! if( hLib != NULL )
! injectList.push_back( hwnd );
! else
{
DWORD dwError = GetLastError();
|