easysoap-checkins Mailing List for EasySoap++
Status: Beta
Brought to you by:
dcrowley
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(102) |
Dec
(81) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(15) |
Feb
(9) |
Mar
(52) |
Apr
(35) |
May
(17) |
Jun
(28) |
Jul
(7) |
Aug
(3) |
Sep
(23) |
Oct
(11) |
Nov
(5) |
Dec
|
2003 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(9) |
Jul
(3) |
Aug
|
Sep
(3) |
Oct
(4) |
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
(28) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(15) |
Dec
|
From: David C. <dcr...@us...> - 2006-11-10 18:03:34
|
Update of /cvsroot/easysoap/easysoap/include/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9750/include/easysoap Modified Files: SOAPServer.h Log Message: Patch by Zak Kipling to fix namespace issue. Index: SOAPServer.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/SOAPServer.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- SOAPServer.h 24 Jul 2002 20:57:56 -0000 1.4 +++ SOAPServer.h 10 Nov 2006 18:03:25 -0000 1.5 @@ -42,12 +42,12 @@ }; #define IMPLEMENT_DISPATCH(T) \ -T& DispatchTo(SOAPDispatchHandlerInterface* disp)\ +T& DispatchTo(EASYSOAP_NAMESPACE(SOAPDispatchHandlerInterface)* disp)\ {\ m_dispatch.DispatchTo(disp);\ return *this;\ }\ -T& DispatchTo(SOAPHeaderHandlerInterface* disp)\ +T& DispatchTo(EASYSOAP_NAMESPACE(SOAPHeaderHandlerInterface)* disp)\ {\ m_dispatch.DispatchTo(disp);\ return *this;\ |
From: David C. <dcr...@us...> - 2006-11-10 17:56:48
|
Update of /cvsroot/easysoap/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7091 Modified Files: README Log Message: Simple release notes. Index: README =================================================================== RCS file: /cvsroot/easysoap/easysoap/README,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- README 27 Mar 2002 23:57:58 -0000 1.7 +++ README 10 Nov 2006 17:56:45 -0000 1.8 @@ -1,3 +1,12 @@ +Release 0.8 +===================================== + +1) Lots of bug fixes over the years since the last release. These fixes + were in CVS but never released. Now they are. +2) Compiles against gcc 4.1.1 and Visual C++ 8.0/Visual Studio 2005. +3) Needs Expat XML at least 1.95.7 or higher but recommend 2.0.0. +4) Probably the last release unless somebody wants to take the reins. + Release 0.6 ===================================== |
From: David C. <dcr...@us...> - 2006-11-10 17:48:27
|
Update of /cvsroot/easysoap/easysoap/include/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3545/include/easysoap Modified Files: SOAP.h Log Message: Changed version number to 0.8.0. Added missing solution file. Index: SOAP.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/SOAP.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- SOAP.h 2 Jun 2004 08:00:21 -0000 1.7 +++ SOAP.h 10 Nov 2006 17:48:19 -0000 1.8 @@ -28,8 +28,8 @@ */ #define EASYSOAP_STRING "EasySoap++" #define EASYSOAP_HOMEPAGE "http://easysoap.sourceforge.net/" -#define EASYSOAP_VERSION_STRING "0.6.3" -#define EASYSOAP_VERSION 63 +#define EASYSOAP_VERSION_STRING "0.8.0" +#define EASYSOAP_VERSION 80 #include <easysoap/es_conf.h> |
From: David C. <dcr...@us...> - 2006-11-10 17:48:24
|
Update of /cvsroot/easysoap/easysoap/proj/win32/MSVC8.0 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3545/proj/win32/MSVC8.0 Added Files: easysoap.sln Log Message: Changed version number to 0.8.0. Added missing solution file. --- NEW FILE --- Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "easysoap", "easysoap.vcproj", "{773D434E-C802-4322-9C38-4A0B17D71AA9}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "interopclient", "interopclient.vcproj", "{11D69A4F-CC9C-4DA0-81E9-C196A2E27AF4}" ProjectSection(ProjectDependencies) = postProject {773D434E-C802-4322-9C38-4A0B17D71AA9} = {773D434E-C802-4322-9C38-4A0B17D71AA9} {F7AAB8C7-B76B-4A4A-976D-CFA256C012FB} = {F7AAB8C7-B76B-4A4A-976D-CFA256C012FB} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "interopserver", "interopserver.vcproj", "{F7AAB8C7-B76B-4A4A-976D-CFA256C012FB}" ProjectSection(ProjectDependencies) = postProject {773D434E-C802-4322-9C38-4A0B17D71AA9} = {773D434E-C802-4322-9C38-4A0B17D71AA9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simpleclient", "simpleclient.vcproj", "{BCA1D3B7-447B-4DA1-B659-C1E38F252202}" ProjectSection(ProjectDependencies) = postProject {773D434E-C802-4322-9C38-4A0B17D71AA9} = {773D434E-C802-4322-9C38-4A0B17D71AA9} {5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B} = {5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B} {E330086E-26F2-47A0-A1D5-74A041466584} = {E330086E-26F2-47A0-A1D5-74A041466584} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simpleisapi", "simpleisapi.vcproj", "{E330086E-26F2-47A0-A1D5-74A041466584}" ProjectSection(ProjectDependencies) = postProject {773D434E-C802-4322-9C38-4A0B17D71AA9} = {773D434E-C802-4322-9C38-4A0B17D71AA9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simpleserver", "simpleserver.vcproj", "{5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B}" ProjectSection(ProjectDependencies) = postProject {773D434E-C802-4322-9C38-4A0B17D71AA9} = {773D434E-C802-4322-9C38-4A0B17D71AA9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "validator", "validator.vcproj", "{07FDA48B-DF35-43EC-9BF2-0A3920F742AE}" ProjectSection(ProjectDependencies) = postProject {773D434E-C802-4322-9C38-4A0B17D71AA9} = {773D434E-C802-4322-9C38-4A0B17D71AA9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "google", "google.vcproj", "{581A7626-58C8-4AB0-BDF7-A0E792574BC1}" ProjectSection(ProjectDependencies) = postProject {773D434E-C802-4322-9C38-4A0B17D71AA9} = {773D434E-C802-4322-9C38-4A0B17D71AA9} EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 ReleaseSymbols|Win32 = ReleaseSymbols|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {773D434E-C802-4322-9C38-4A0B17D71AA9}.Debug|Win32.ActiveCfg = Debug|Win32 {773D434E-C802-4322-9C38-4A0B17D71AA9}.Debug|Win32.Build.0 = Debug|Win32 {773D434E-C802-4322-9C38-4A0B17D71AA9}.Release|Win32.ActiveCfg = Release|Win32 {773D434E-C802-4322-9C38-4A0B17D71AA9}.Release|Win32.Build.0 = Release|Win32 {773D434E-C802-4322-9C38-4A0B17D71AA9}.ReleaseSymbols|Win32.ActiveCfg = ReleaseSymbols|Win32 {773D434E-C802-4322-9C38-4A0B17D71AA9}.ReleaseSymbols|Win32.Build.0 = ReleaseSymbols|Win32 {11D69A4F-CC9C-4DA0-81E9-C196A2E27AF4}.Debug|Win32.ActiveCfg = Debug|Win32 {11D69A4F-CC9C-4DA0-81E9-C196A2E27AF4}.Debug|Win32.Build.0 = Debug|Win32 {11D69A4F-CC9C-4DA0-81E9-C196A2E27AF4}.Release|Win32.ActiveCfg = Release|Win32 {11D69A4F-CC9C-4DA0-81E9-C196A2E27AF4}.Release|Win32.Build.0 = Release|Win32 {11D69A4F-CC9C-4DA0-81E9-C196A2E27AF4}.ReleaseSymbols|Win32.ActiveCfg = ReleaseSymbols|Win32 {11D69A4F-CC9C-4DA0-81E9-C196A2E27AF4}.ReleaseSymbols|Win32.Build.0 = ReleaseSymbols|Win32 {F7AAB8C7-B76B-4A4A-976D-CFA256C012FB}.Debug|Win32.ActiveCfg = Debug|Win32 {F7AAB8C7-B76B-4A4A-976D-CFA256C012FB}.Debug|Win32.Build.0 = Debug|Win32 {F7AAB8C7-B76B-4A4A-976D-CFA256C012FB}.Release|Win32.ActiveCfg = Release|Win32 {F7AAB8C7-B76B-4A4A-976D-CFA256C012FB}.Release|Win32.Build.0 = Release|Win32 {F7AAB8C7-B76B-4A4A-976D-CFA256C012FB}.ReleaseSymbols|Win32.ActiveCfg = ReleaseSymbols|Win32 {F7AAB8C7-B76B-4A4A-976D-CFA256C012FB}.ReleaseSymbols|Win32.Build.0 = ReleaseSymbols|Win32 {BCA1D3B7-447B-4DA1-B659-C1E38F252202}.Debug|Win32.ActiveCfg = Debug|Win32 {BCA1D3B7-447B-4DA1-B659-C1E38F252202}.Debug|Win32.Build.0 = Debug|Win32 {BCA1D3B7-447B-4DA1-B659-C1E38F252202}.Release|Win32.ActiveCfg = Release|Win32 {BCA1D3B7-447B-4DA1-B659-C1E38F252202}.Release|Win32.Build.0 = Release|Win32 {BCA1D3B7-447B-4DA1-B659-C1E38F252202}.ReleaseSymbols|Win32.ActiveCfg = ReleaseSymbols|Win32 {BCA1D3B7-447B-4DA1-B659-C1E38F252202}.ReleaseSymbols|Win32.Build.0 = ReleaseSymbols|Win32 {E330086E-26F2-47A0-A1D5-74A041466584}.Debug|Win32.ActiveCfg = Debug|Win32 {E330086E-26F2-47A0-A1D5-74A041466584}.Debug|Win32.Build.0 = Debug|Win32 {E330086E-26F2-47A0-A1D5-74A041466584}.Release|Win32.ActiveCfg = Release|Win32 {E330086E-26F2-47A0-A1D5-74A041466584}.Release|Win32.Build.0 = Release|Win32 {E330086E-26F2-47A0-A1D5-74A041466584}.ReleaseSymbols|Win32.ActiveCfg = ReleaseSymbols|Win32 {E330086E-26F2-47A0-A1D5-74A041466584}.ReleaseSymbols|Win32.Build.0 = ReleaseSymbols|Win32 {5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B}.Debug|Win32.ActiveCfg = Debug|Win32 {5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B}.Debug|Win32.Build.0 = Debug|Win32 {5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B}.Release|Win32.ActiveCfg = Release|Win32 {5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B}.Release|Win32.Build.0 = Release|Win32 {5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B}.ReleaseSymbols|Win32.ActiveCfg = ReleaseSymbols|Win32 {5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B}.ReleaseSymbols|Win32.Build.0 = ReleaseSymbols|Win32 {07FDA48B-DF35-43EC-9BF2-0A3920F742AE}.Debug|Win32.ActiveCfg = Debug|Win32 {07FDA48B-DF35-43EC-9BF2-0A3920F742AE}.Debug|Win32.Build.0 = Debug|Win32 {07FDA48B-DF35-43EC-9BF2-0A3920F742AE}.Release|Win32.ActiveCfg = Release|Win32 {07FDA48B-DF35-43EC-9BF2-0A3920F742AE}.Release|Win32.Build.0 = Release|Win32 {07FDA48B-DF35-43EC-9BF2-0A3920F742AE}.ReleaseSymbols|Win32.ActiveCfg = ReleaseSymbols|Win32 {07FDA48B-DF35-43EC-9BF2-0A3920F742AE}.ReleaseSymbols|Win32.Build.0 = ReleaseSymbols|Win32 {581A7626-58C8-4AB0-BDF7-A0E792574BC1}.Debug|Win32.ActiveCfg = Debug|Win32 {581A7626-58C8-4AB0-BDF7-A0E792574BC1}.Debug|Win32.Build.0 = Debug|Win32 {581A7626-58C8-4AB0-BDF7-A0E792574BC1}.Release|Win32.ActiveCfg = Release|Win32 {581A7626-58C8-4AB0-BDF7-A0E792574BC1}.Release|Win32.Build.0 = Release|Win32 {581A7626-58C8-4AB0-BDF7-A0E792574BC1}.ReleaseSymbols|Win32.ActiveCfg = ReleaseSymbols|Win32 {581A7626-58C8-4AB0-BDF7-A0E792574BC1}.ReleaseSymbols|Win32.Build.0 = ReleaseSymbols|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal |
From: David C. <dcr...@us...> - 2006-11-10 17:48:24
|
Update of /cvsroot/easysoap/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3545 Modified Files: configure.in Log Message: Changed version number to 0.8.0. Added missing solution file. Index: configure.in =================================================================== RCS file: /cvsroot/easysoap/easysoap/configure.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- configure.in 9 Nov 2006 20:53:04 -0000 1.39 +++ configure.in 10 Nov 2006 17:48:18 -0000 1.40 @@ -6,7 +6,7 @@ AC_INIT(Makefile.am) AC_CONFIG_AUX_DIR(conftools) -AM_INIT_AUTOMAKE(EasySoap++, 0.6.2) +AM_INIT_AUTOMAKE(EasySoap++, 0.8.0) AM_CONFIG_HEADER(include/easysoap/es_config.h) dnl |
From: David C. <dcr...@us...> - 2006-11-09 20:53:58
|
Update of /cvsroot/easysoap/easysoap/conftools In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15186/conftools Modified Files: .cvsignore Log Message: Modifications for gcc 4.1.1 Added the MSVC8.0 directory for autoconf/make Index: .cvsignore =================================================================== RCS file: /cvsroot/easysoap/easysoap/conftools/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Jun 2004 06:38:21 -0000 1.3 +++ .cvsignore 9 Nov 2006 20:53:04 -0000 1.4 @@ -3,3 +3,6 @@ mkinstalldirs compile depcomp +config.guess +config.sub +ltmain.sh |
From: David C. <dcr...@us...> - 2006-11-09 20:53:31
|
Update of /cvsroot/easysoap/easysoap/src In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15186/src Modified Files: SOAPCGITransport.cpp SOAPonHTTP.cpp Log Message: Modifications for gcc 4.1.1 Added the MSVC8.0 directory for autoconf/make Index: SOAPCGITransport.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/SOAPCGITransport.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- SOAPCGITransport.cpp 2 Jun 2004 08:01:38 -0000 1.14 +++ SOAPCGITransport.cpp 9 Nov 2006 20:53:04 -0000 1.15 @@ -157,7 +157,7 @@ SOAPCGITransport::Write(const SOAPMethod&, const char *payload, size_t payloadsize) { fprintf(stdout, "SOAPServer: %s/%s\r\n", EASYSOAP_STRING, EASYSOAP_VERSION_STRING); - fprintf(stdout, "Content-Length: %d\r\n", payloadsize); + fprintf(stdout, "Content-Length: %u\r\n", (unsigned int)payloadsize); fprintf(stdout, "Content-Type: text/xml; charset=\"UTF-8\"\r\n\r\n"); fwrite(payload, 1, payloadsize, stdout); Index: SOAPonHTTP.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/SOAPonHTTP.cpp,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- SOAPonHTTP.cpp 2 Jun 2004 09:19:25 -0000 1.63 +++ SOAPonHTTP.cpp 9 Nov 2006 20:53:04 -0000 1.64 @@ -417,7 +417,7 @@ const char *contype = GetHeader("Content-Type"); if (contype) { - const char *charset = charset = sp_strstr(contype, "charset="); + const char *charset = sp_strstr(contype, "charset="); if (charset) { charset += 8; |
From: David C. <dcr...@us...> - 2006-11-09 20:53:29
|
Update of /cvsroot/easysoap/easysoap/include/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15186/include/easysoap Modified Files: SOAPTypeTraits.h Log Message: Modifications for gcc 4.1.1 Added the MSVC8.0 directory for autoconf/make Index: SOAPTypeTraits.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/SOAPTypeTraits.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- SOAPTypeTraits.h 24 Sep 2005 07:24:24 -0000 1.19 +++ SOAPTypeTraits.h 9 Nov 2006 20:53:04 -0000 1.20 @@ -256,6 +256,7 @@ // We use strrchr() in case it's something like // "xsd:string[][2]" which is certainly possible... const char *s = sp_strrchr(val.GetName(), '['); + x = 0; if (s && *s++ == '[') { if (*s == ']') |
From: David C. <dcr...@us...> - 2006-11-09 20:53:15
|
Update of /cvsroot/easysoap/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15186 Modified Files: configure.in Log Message: Modifications for gcc 4.1.1 Added the MSVC8.0 directory for autoconf/make Index: configure.in =================================================================== RCS file: /cvsroot/easysoap/easysoap/configure.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- configure.in 24 Sep 2005 07:24:24 -0000 1.38 +++ configure.in 9 Nov 2006 20:53:04 -0000 1.39 @@ -142,6 +142,7 @@ proj/win32/MSVC6/Makefile \ proj/win32/MSVC7/Makefile \ proj/win32/MSVC7.1/Makefile \ + proj/win32/MSVC8.0/Makefile \ include/Makefile \ include/easysoap/Makefile \ src/Makefile \ |
From: David C. <dcr...@us...> - 2006-11-09 20:53:11
|
Update of /cvsroot/easysoap/easysoap/tests In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15186/tests Modified Files: interopclient.cpp Log Message: Modifications for gcc 4.1.1 Added the MSVC8.0 directory for autoconf/make Index: interopclient.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/tests/interopclient.cpp,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- interopclient.cpp 24 Sep 2005 07:24:24 -0000 1.48 +++ interopclient.cpp 9 Nov 2006 20:53:04 -0000 1.49 @@ -1639,7 +1639,9 @@ if (*w == '%') { ++w; - *s++ = char((hexval(*w++) << 4) | hexval(*w++)); + char a = *w++; + char b = *w++; + *s++ = char((hexval(a) << 4) | hexval(b)); } else *s++ = *w++; |
From: David C. <dcr...@us...> - 2006-11-09 20:53:10
|
Update of /cvsroot/easysoap/easysoap/proj/win32 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15186/proj/win32 Modified Files: Makefile.am Log Message: Modifications for gcc 4.1.1 Added the MSVC8.0 directory for autoconf/make Index: Makefile.am =================================================================== RCS file: /cvsroot/easysoap/easysoap/proj/win32/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.am 2 Jun 2004 09:45:52 -0000 1.4 +++ Makefile.am 9 Nov 2006 20:53:04 -0000 1.5 @@ -1 +1 @@ -SUBDIRS = BCB5 MSVC6 MSVC7 MSVC7.1 +SUBDIRS = BCB5 MSVC6 MSVC7 MSVC7.1 MSVC8.0 |
From: David C. <dcr...@us...> - 2006-11-09 07:24:56
|
Update of /cvsroot/easysoap/easysoap/proj/win32/MSVC8.0 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14858 Added Files: .cvsignore Makefile.am easysoap.vcproj google.vcproj interopclient.vcproj interopserver.vcproj simpleclient.vcproj simpleisapi.vcproj simpleserver.vcproj validator.vcproj Log Message: Modifications so we can compile with VS2005 --- NEW FILE --- *.sln *.suo *.ncb --- NEW FILE --- EXTRA_DIST = \ easysoap.sln \ easysoap.vcproj \ google.vcproj \ interopclient.vcproj \ interopserver.vcproj \ simpleclient.vcproj \ simpleisapi.vcproj \ simpleserver.vcproj \ validator.vcproj --- NEW FILE --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="easysoap" ProjectGUID="{773D434E-C802-4322-9C38-4A0B17D71AA9}" RootNamespace="easysoap" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory=".\../../../win32/Debug" IntermediateDirectory=".\../../../win32/Debug/obj" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\../../../win32/Debug/easysoap.tlb" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EASYSOAP_DLL" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\../../../win32/Debug/obj/easysoap.pch" AssemblerListingLocation=".\../../../win32/Debug/obj/" ObjectFile=".\../../../win32/Debug/obj/" ProgramDataBaseFileName=".\../../../win32/Debug/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="4" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="libexpat.lib wininet.lib ws2_32.lib" OutputFile=".\../../../win32/Debug/easysoap.dll" LinkIncremental="2" SuppressStartupBanner="true" AdditionalLibraryDirectories=""C:\Expat-2.0.0\Libs"" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/Debug/easysoap.pdb" ImportLibrary=".\../../../win32/Debug/easysoap.lib" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\../../../win32/Release" IntermediateDirectory=".\../../../win32/Release/obj" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\../../../win32/Release/easysoap.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories=""C:\Expat-1.95.5\Source\lib";../../../include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EASYSOAP_DLL" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/Release/obj/easysoap.pch" AssemblerListingLocation=".\../../../win32/Release/obj/" ObjectFile=".\../../../win32/Release/obj/" ProgramDataBaseFileName=".\../../../win32/Release/obj/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="libexpat.lib wininet.lib ws2_32.lib" OutputFile=".\../../../win32/Release/easysoap.dll" LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories=""C:\Expat-2.0.0\Libs"" ProgramDatabaseFile=".\../../../win32/Release/easysoap.pdb" ImportLibrary=".\../../../win32/Release/easysoap.lib" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="ReleaseSymbols|Win32" OutputDirectory=".\../../../win32/ReleaseSymbols" IntermediateDirectory=".\../../../win32/ReleaseSymbols/obj" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\../../../win32/ReleaseSymbols/easysoap.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories=""C:\Expat-1.95.5\Source\lib";../../../include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EASYSOAP_DLL" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/ReleaseSymbols/obj/easysoap.pch" AssemblerListingLocation=".\../../../win32/ReleaseSymbols/obj/" ObjectFile=".\../../../win32/ReleaseSymbols/obj/" ProgramDataBaseFileName=".\../../../win32/ReleaseSymbols/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="libexpat.lib wininet.lib ws2_32.lib" OutputFile=".\../../../win32/ReleaseSymbols/easysoap.dll" LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories=""C:\Expat-2.0.0\Libs"" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/ReleaseSymbols/easysoap.pdb" ImportLibrary=".\../../../win32/ReleaseSymbols/easysoap.lib" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File RelativePath="..\..\..\src\digcalc.c" > </File> <File RelativePath="..\..\..\src\isapi.cpp" > <FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" > <Tool Name="VCCLCompilerTool" /> </FileConfiguration> <FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" > <Tool Name="VCCLCompilerTool" /> </FileConfiguration> <FileConfiguration Name="ReleaseSymbols|Win32" ExcludedFromBuild="true" > <Tool Name="VCCLCompilerTool" /> </FileConfiguration> </File> <File RelativePath="..\..\..\src\md5c.c" > </File> <File RelativePath="..\..\..\src\SOAPBase64.cpp" > </File> <File RelativePath="..\..\..\src\SOAPBody.cpp" > </File> <File RelativePath="..\..\..\src\SOAPBodyHandler.cpp" > </File> <File RelativePath="..\..\..\src\SOAPCGIServer.cpp" > </File> <File RelativePath="..\..\..\src\SOAPCGITransport.cpp" > </File> <File RelativePath="..\..\..\src\SOAPClientSocketImp.cpp" > </File> <File RelativePath="..\..\..\src\SOAPDebugger.cpp" > </File> <File RelativePath="..\..\..\src\SOAPEnvelope.cpp" > </File> <File RelativePath="..\..\..\src\SOAPEnvelopeHandler.cpp" > </File> <File RelativePath="..\..\..\src\SOAPFault.cpp" > </File> <File RelativePath="..\..\..\src\SOAPHeader.cpp" > </File> <File RelativePath="..\..\..\src\SOAPHeaderHandler.cpp" > </File> <File RelativePath="..\..\..\src\SOAPISAPIServer.cpp" > </File> <File RelativePath="..\..\..\src\SOAPMethod.cpp" > </File> <File RelativePath="..\..\..\src\SOAPMethodHandler.cpp" > </File> <File RelativePath="..\..\..\src\SOAPNamespaces.cpp" > </File> <File RelativePath="..\..\..\src\SOAPonHTTP.cpp" > </File> <File RelativePath="..\..\..\src\SOAPParameter.cpp" > </File> <File RelativePath="..\..\..\src\SOAPParameterHandler.cpp" > </File> <File RelativePath="..\..\..\src\SOAPParse.cpp" > </File> <File RelativePath="..\..\..\src\SOAPProxy.cpp" > </File> <File RelativePath="..\..\..\src\SOAPResponse.cpp" > </File> <File RelativePath="..\..\..\src\SOAPSecureSocketImp.cpp" > </File> <File RelativePath="..\..\..\src\SOAPServerDispatch.cpp" > </File> <File RelativePath="..\..\..\src\SOAPSocket.cpp" > </File> <File RelativePath="..\..\..\src\SOAPSSLContext.cpp" > </File> <File RelativePath="..\..\..\src\SOAPStructHandler.cpp" > </File> <File RelativePath="..\..\..\src\SOAPTypeTraits.cpp" > </File> <File RelativePath="..\..\..\src\SOAPUrl.cpp" > </File> <File RelativePath="..\..\..\src\SOAPWinInetTransport.cpp" > </File> <File RelativePath="..\..\..\src\XMLComposer.cpp" > </File> <File RelativePath="..\..\..\src\XMLParser.cpp" > <FileConfiguration Name="Debug|Win32" > <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=""C:\Expat-2.0.0\Source\lib"" /> </FileConfiguration> <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=""C:\Expat-2.0.0\Source\lib"" /> </FileConfiguration> <FileConfiguration Name="ReleaseSymbols|Win32" > <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=""C:\Expat-2.0.0\Source\lib"" /> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl" > <File RelativePath="..\..\..\src\digcalc.h" > </File> <File RelativePath="..\..\..\include\easysoap\es_conf.h" > </File> <File RelativePath="..\..\..\include\easysoap\es_msvc.h" > </File> <File RelativePath="..\..\..\src\es_namespaces.h" > </File> <File RelativePath="..\..\..\src\global.h" > </File> <File RelativePath="..\..\..\src\md5.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAP.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPArray.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPBase64.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPBody.h" > </File> <File RelativePath="..\..\..\src\SOAPBodyHandler.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPCGIServer.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPCGITransport.h" > </File> <File RelativePath="..\..\..\src\SOAPClientSocketImp.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPDebugger.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPDispatchHandler.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPEnvelope.h" > </File> <File RelativePath="..\..\..\src\SOAPEnvelopeHandler.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPException.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPFault.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPHashMap.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPHeader.h" > </File> <File RelativePath="..\..\..\src\SOAPHeaderHandler.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPISAPIServer.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPMethod.h" > </File> <File RelativePath="..\..\..\src\SOAPMethodHandler.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPNamespaces.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPonHTTP.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPParameter.h" > </File> <File RelativePath="..\..\..\src\SOAPParameterHandler.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPParse.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPParseEventHandler.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPPool.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPProxy.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPQName.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPResponse.h" > </File> <File RelativePath="..\..\..\src\SOAPSecureSocketImp.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPServer.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPServerDispatch.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPSocket.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPSSLContext.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPStack.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPSTL.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPString.h" > </File> <File RelativePath="..\..\..\src\SOAPStructHandler.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPTransport.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPTypeTraits.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPUrl.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPUtil.h" > </File> <File RelativePath="..\..\..\include\easysoap\SOAPWinInetTransport.h" > </File> <File RelativePath="..\..\..\include\easysoap\XMLComposer.h" > </File> <File RelativePath="..\..\..\include\easysoap\XMLParser.h" > </File> </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="google" ProjectGUID="{581A7626-58C8-4AB0-BDF7-A0E792574BC1}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Release|Win32" OutputDirectory=".\../../../win32/Release" IntermediateDirectory=".\../../../win32/Release/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Release/google.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/Release/obj/google.pch" AssemblerListingLocation=".\../../../win32/Release/obj/" ObjectFile=".\../../../win32/Release/obj/" ProgramDataBaseFileName=".\../../../win32/Release/obj/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Release/easysoap.lib" OutputFile=".\../../../win32/Release/google.exe" LinkIncremental="1" SuppressStartupBanner="true" ProgramDatabaseFile=".\../../../win32/Release/google.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="ReleaseSymbols|Win32" OutputDirectory=".\../../../win32/ReleaseSymbols" IntermediateDirectory=".\../../../win32/ReleaseSymbols/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/ReleaseSymbols/google.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/ReleaseSymbols/obj/google.pch" AssemblerListingLocation=".\../../../win32/ReleaseSymbols/obj/" ObjectFile=".\../../../win32/ReleaseSymbols/obj/" ProgramDataBaseFileName=".\../../../win32/ReleaseSymbols/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/ReleaseSymbols/easysoap.lib" OutputFile=".\../../../win32/ReleaseSymbols/google.exe" LinkIncremental="1" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/ReleaseSymbols/google.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\../../../win32/Debug" IntermediateDirectory=".\../../../win32/Debug/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Debug/google.tlb" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\../../../win32/Debug/obj/google.pch" AssemblerListingLocation=".\../../../win32/Debug/obj/" ObjectFile=".\../../../win32/Debug/obj/" ProgramDataBaseFileName=".\../../../win32/Debug/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="4" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Debug/easysoap.lib" OutputFile=".\../../../win32/Debug/google.exe" LinkIncremental="2" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/Debug/google.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File RelativePath="..\..\..\google\google.cpp" > </File> <File RelativePath="..\..\..\google\main.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl" > <File RelativePath="..\..\..\google\google.h" > </File> <File RelativePath="..\..\..\google\google_xs.h" > </File> </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="interopclient" ProjectGUID="{11D69A4F-CC9C-4DA0-81E9-C196A2E27AF4}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Release|Win32" OutputDirectory=".\../../../win32/Release" IntermediateDirectory=".\../../../win32/Release/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Release/interopclient.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/Release/obj/interopclient.pch" AssemblerListingLocation=".\../../../win32/Release/obj/" ObjectFile=".\../../../win32/Release/obj/" ProgramDataBaseFileName=".\../../../win32/Release/obj/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Release/easysoap.lib" OutputFile=".\../../../win32/Release/interopclient.exe" LinkIncremental="1" SuppressStartupBanner="true" ProgramDatabaseFile=".\../../../win32/Release/interopclient.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="ReleaseSymbols|Win32" OutputDirectory=".\../../../win32/ReleaseSymbols" IntermediateDirectory=".\../../../win32/ReleaseSymbols/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/ReleaseSymbols/interopclient.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/ReleaseSymbols/obj/interopclient.pch" AssemblerListingLocation=".\../../../win32/ReleaseSymbols/obj/" ObjectFile=".\../../../win32/ReleaseSymbols/obj/" ProgramDataBaseFileName=".\../../../win32/ReleaseSymbols/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/ReleaseSymbols/easysoap.lib" OutputFile=".\../../../win32/ReleaseSymbols/interopclient.exe" LinkIncremental="1" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/ReleaseSymbols/interopclient.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\../../../win32/Debug" IntermediateDirectory=".\../../../win32/Debug/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Debug/interopclient.tlb" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\../../../win32/Debug/obj/interopclient.pch" AssemblerListingLocation=".\../../../win32/Debug/obj/" ObjectFile=".\../../../win32/Debug/obj/" ProgramDataBaseFileName=".\../../../win32/Debug/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="4" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Debug/easysoap.lib" OutputFile=".\../../../win32/Debug/interopclient.exe" LinkIncremental="2" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/Debug/interopclient.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File RelativePath="..\..\..\tests\interopclient.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl" > </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="interopserver" ProjectGUID="{F7AAB8C7-B76B-4A4A-976D-CFA256C012FB}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="ReleaseSymbols|Win32" OutputDirectory=".\../../../win32/ReleaseSymbols" IntermediateDirectory=".\../../../win32/ReleaseSymbols/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/ReleaseSymbols/interopserver.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/ReleaseSymbols/obj/interopserver.pch" AssemblerListingLocation=".\../../../win32/ReleaseSymbols/obj/" ObjectFile=".\../../../win32/ReleaseSymbols/obj/" ProgramDataBaseFileName=".\../../../win32/ReleaseSymbols/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/ReleaseSymbols/easysoap.lib" OutputFile=".\../../../win32/ReleaseSymbols/interopserver.exe" LinkIncremental="1" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/ReleaseSymbols/interopserver.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\../../../win32/Release" IntermediateDirectory=".\../../../win32/Release/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Release/interopserver.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/Release/obj/interopserver.pch" AssemblerListingLocation=".\../../../win32/Release/obj/" ObjectFile=".\../../../win32/Release/obj/" ProgramDataBaseFileName=".\../../../win32/Release/obj/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Release/easysoap.lib" OutputFile=".\../../../win32/Release/interopserver.exe" LinkIncremental="1" SuppressStartupBanner="true" ProgramDatabaseFile=".\../../../win32/Release/interopserver.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\../../../win32/Debug" IntermediateDirectory=".\../../../win32/Debug/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Debug/interopserver.tlb" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\../../../win32/Debug/obj/interopserver.pch" AssemblerListingLocation=".\../../../win32/Debug/obj/" ObjectFile=".\../../../win32/Debug/obj/" ProgramDataBaseFileName=".\../../../win32/Debug/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="4" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Debug/easysoap.lib" OutputFile=".\../../../win32/Debug/interopserver.exe" LinkIncremental="2" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/Debug/interopserver.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File RelativePath="..\..\..\tests\interopserver.cpp" > </File> <File RelativePath="..\..\..\tests\SOAPBuildersHeaderHandler.cpp" > </File> <File RelativePath="..\..\..\tests\SOAPBuildersInteropHandler.cpp" > </File> <File RelativePath="..\..\..\tests\SOAPBuildersInteropHandlerA.cpp" > </File> <File RelativePath="..\..\..\tests\SOAPBuildersInteropHandlerB.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl" > <File RelativePath="..\..\..\tests\interopstruct.h" > </File> <File RelativePath="..\..\..\tests\SOAPBuildersHeaderHandler.h" > </File> <File RelativePath="..\..\..\tests\SOAPBuildersInteropHandler.h" > </File> </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> <File RelativePath="..\..\..\tests\ReadMe.txt" > </File> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="simpleclient" ProjectGUID="{BCA1D3B7-447B-4DA1-B659-C1E38F252202}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="ReleaseSymbols|Win32" OutputDirectory=".\../../../win32/ReleaseSymbols" IntermediateDirectory=".\../../../win32/ReleaseSymbols/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/ReleaseSymbols/simpleclient.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/ReleaseSymbols/obj/simpleclient.pch" AssemblerListingLocation=".\../../../win32/ReleaseSymbols/obj/" ObjectFile=".\../../../win32/ReleaseSymbols/obj/" ProgramDataBaseFileName=".\../../../win32/ReleaseSymbols/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/ReleaseSymbols/easysoap.lib" OutputFile=".\../../../win32/ReleaseSymbols/simpleclient.exe" LinkIncremental="1" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/ReleaseSymbols/simpleclient.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\../../../win32/Debug" IntermediateDirectory=".\../../../win32/Debug/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Debug/simpleclient.tlb" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\../../../win32/Debug/obj/simpleclient.pch" AssemblerListingLocation=".\../../../win32/Debug/obj/" ObjectFile=".\../../../win32/Debug/obj/" ProgramDataBaseFileName=".\../../../win32/Debug/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="4" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Debug/easysoap.lib" OutputFile=".\../../../win32/Debug/simpleclient.exe" LinkIncremental="2" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/Debug/simpleclient.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\../../../win32/Release" IntermediateDirectory=".\../../../win32/Release/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Release/simpleclient.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/Release/obj/simpleclient.pch" AssemblerListingLocation=".\../../../win32/Release/obj/" ObjectFile=".\../../../win32/Release/obj/" ProgramDataBaseFileName=".\../../../win32/Release/obj/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Release/easysoap.lib" OutputFile=".\../../../win32/Release/simpleclient.exe" LinkIncremental="1" SuppressStartupBanner="true" ProgramDatabaseFile=".\../../../win32/Release/simpleclient.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File RelativePath="..\..\..\simpleserver\simpleclient.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl" > </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="simpleisapi" ProjectGUID="{E330086E-26F2-47A0-A1D5-74A041466584}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="ReleaseSymbols|Win32" OutputDirectory=".\../../../win32/ReleaseSymbols" IntermediateDirectory=".\../../../win32/ReleaseSymbols/obj" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\../../../win32/ReleaseSymbols/simpleisapi.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/ReleaseSymbols/obj/simpleisapi.pch" AssemblerListingLocation=".\../../../win32/ReleaseSymbols/obj/" ObjectFile=".\../../../win32/ReleaseSymbols/obj/" ProgramDataBaseFileName=".\../../../win32/ReleaseSymbols/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/ReleaseSymbols/easysoap.lib User32.lib AdvApi32.lib" OutputFile=".\../../../win32/ReleaseSymbols/simpleisapi.dll" LinkIncremental="1" SuppressStartupBanner="true" ModuleDefinitionFile="..\..\..\src\isapi.def" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/ReleaseSymbols/simpleisapi.pdb" ImportLibrary=".\../../../win32/ReleaseSymbols/simpleisapi.lib" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\../../../win32/Release" IntermediateDirectory=".\../../../win32/Release/obj" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\../../../win32/Release/simpleisapi.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/Release/obj/simpleisapi.pch" AssemblerListingLocation=".\../../../win32/Release/obj/" ObjectFile=".\../../../win32/Release/obj/" ProgramDataBaseFileName=".\../../../win32/Release/obj/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Release/easysoap.lib User32.lib AdvApi32.lib" OutputFile=".\../../../win32/Release/simpleisapi.dll" LinkIncremental="1" SuppressStartupBanner="true" ModuleDefinitionFile="..\..\..\src\isapi.def" ProgramDatabaseFile=".\../../../win32/Release/simpleisapi.pdb" ImportLibrary=".\../../../win32/Release/simpleisapi.lib" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\../../../win32/Debug" IntermediateDirectory=".\../../../win32/Debug/obj" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\../../../win32/Debug/simpleisapi.tlb" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\../../../win32/Debug/obj/simpleisapi.pch" AssemblerListingLocation=".\../../../win32/Debug/obj/" ObjectFile=".\../../../win32/Debug/obj/" ProgramDataBaseFileName=".\../../../win32/Debug/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="4" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Debug/easysoap.lib User32.lib AdvApi32.lib" OutputFile=".\../../../win32/Debug/simpleisapi.dll" LinkIncremental="2" SuppressStartupBanner="true" ModuleDefinitionFile="..\..\..\src\isapi.def" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/Debug/simpleisapi.pdb" ImportLibrary=".\../../../win32/Debug/simpleisapi.lib" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File RelativePath="..\..\..\src\isapi.cpp" > </File> <File RelativePath="..\..\..\src\isapi.def" > </File> <File RelativePath="..\..\..\simpleserver\simpleisapi.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl" > <File RelativePath="..\..\..\simpleserver\calchandler.h" > </File> </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="simpleserver" ProjectGUID="{5274D66D-DA4D-4EDF-AEA2-3EDABEF6475B}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="ReleaseSymbols|Win32" OutputDirectory=".\../../../win32/ReleaseSymbols" IntermediateDirectory=".\../../../win32/ReleaseSymbols/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/ReleaseSymbols/simpleserver.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/ReleaseSymbols/obj/simpleserver.pch" AssemblerListingLocation=".\../../../win32/ReleaseSymbols/obj/" ObjectFile=".\../../../win32/ReleaseSymbols/obj/" ProgramDataBaseFileName=".\../../../win32/ReleaseSymbols/obj/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386 /FIXED:NO" AdditionalDependencies="../../../win32/ReleaseSymbols/easysoap.lib" OutputFile=".\../../../win32/ReleaseSymbols/simpleserver.exe" LinkIncremental="1" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile=".\../../../win32/ReleaseSymbols/simpleserver.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\../../../win32/Release" IntermediateDirectory=".\../../../win32/Release/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Release/simpleserver.tlb" /> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\../../../win32/Release/obj/simpleserver.pch" AssemblerListingLocation=".\../../../win32/Release/obj/" ObjectFile=".\../../../win32/Release/obj/" ProgramDataBaseFileName=".\../../../win32/Release/obj/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="../../../win32/Release/easysoap.lib" OutputFile=".\../../../win32/Release/simpleserver.exe" LinkIncremental="1" SuppressStartupBanner="true" ProgramDatabaseFile=".\../../../win32/Release/simpleserver.pdb" SubSystem="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\../../../win32/Debug" IntermediateDirectory=".\../../../win32/Debug/obj" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName=".\../../../win32/Debug/simpleserver.tlb" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../include" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\../../../win32/Debug/obj/simpleserver.pch" AssemblerListingLocation=".\../../../win32/Debug/obj/" ObjectFile=".\../../../win32/Debug/obj/" ProgramDataBaseFileName=".\../../../win32/Debug/obj/" Wa... [truncated message content] |
From: David C. <dcr...@us...> - 2006-11-09 07:24:48
|
Update of /cvsroot/easysoap/easysoap/src In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14841 Modified Files: XMLComposer.cpp XMLParser.cpp digcalc.c Log Message: Modifications so we can compile with VS2005 Index: XMLComposer.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/XMLComposer.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- XMLComposer.cpp 2 Jun 2004 03:26:45 -0000 1.5 +++ XMLComposer.cpp 9 Nov 2006 07:24:45 -0000 1.6 @@ -50,10 +50,9 @@ } const char * -XMLComposer::GetSymbol(char *buff, const char *prefix) +XMLComposer::GetSymbol(char *buff, size_t size, const char *prefix) { - // A bit dangerious here... - sprintf(buff, "%s%d", prefix, ++m_gensym); + snprintf(buff, size, "%s%d", prefix, ++m_gensym); return buff; } @@ -147,7 +146,7 @@ if (prefix) nsprefix = prefix; else - nsprefix = GetSymbol(buffer, "ns"); + nsprefix = GetSymbol(buffer, sizeof(buffer), "ns"); } else { @@ -186,7 +185,7 @@ if (!i) { addxmlns = true; - nsprefix = GetSymbol(buffer, "ns"); + nsprefix = GetSymbol(buffer, sizeof(buffer), "ns"); } else { @@ -230,7 +229,7 @@ if (!i) { addtns = true; - tnsprefix = GetSymbol(tbuff, "ns"); + tnsprefix = GetSymbol(tbuff, sizeof(tbuff), "ns"); } else { @@ -254,7 +253,7 @@ if (!i) { addvns = true; - vnsprefix = GetSymbol(vbuff, "ns"); + vnsprefix = GetSymbol(vbuff, sizeof(vbuff), "ns"); } else { Index: XMLParser.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/XMLParser.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- XMLParser.cpp 2 Jun 2004 06:33:05 -0000 1.12 +++ XMLParser.cpp 9 Nov 2006 07:24:45 -0000 1.13 @@ -23,8 +23,8 @@ #pragma warning (disable: 4786) #endif // _MSC_VER -#include <expat.h> #include <easysoap/XMLParser.h> +#include <expat.h> #define EXPAT_VER(a,b,c) (((((a)*1000)+(b))*1000)+(c)) #define EXPAT_VERSION EXPAT_VER(XML_MAJOR_VERSION,XML_MINOR_VERSION,XML_MICRO_VERSION) Index: digcalc.c =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/digcalc.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- digcalc.c 19 Sep 2002 20:47:19 -0000 1.4 +++ digcalc.c 9 Nov 2006 07:24:45 -0000 1.5 @@ -9,7 +9,11 @@ #define STRICMP strcasecmp #else #ifdef HAVE_STRICMP +#if _MSC_VER >= 1400 +#define STRICMP _stricmp +#else #define STRICMP stricmp +#endif #else #error "No stricmp function." #endif |
From: David C. <dcr...@us...> - 2006-11-09 07:24:45
|
Update of /cvsroot/easysoap/easysoap/include/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14826 Modified Files: XMLComposer.h es_msvc.h Log Message: Modifications so we can compile with VS2005 Index: XMLComposer.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/XMLComposer.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- XMLComposer.h 20 May 2002 16:56:11 -0000 1.2 +++ XMLComposer.h 9 Nov 2006 07:24:38 -0000 1.3 @@ -64,7 +64,7 @@ XMLComposer(const XMLComposer&); XMLComposer& operator=(const XMLComposer&); - const char *GetSymbol(char *buff, const char *prefix); + const char *GetSymbol(char *buff, size_t buffsize, const char *prefix); void EndStart(); void Resize(); void Write(const char *str); Index: es_msvc.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/es_msvc.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- es_msvc.h 24 Sep 2005 07:24:24 -0000 1.9 +++ es_msvc.h 9 Nov 2006 07:24:38 -0000 1.10 @@ -49,6 +49,9 @@ #if _MSC_VER >= 1310 #define HAVE_TYPENAME #endif +#if _MSC_VER >= 1400 +#define _CRT_SECURE_NO_DEPRECATE +#endif #define snprintf _snprintf #define vsnprintf _vsnprintf |
From: David C. <dcr...@us...> - 2006-11-09 07:20:40
|
Update of /cvsroot/easysoap/easysoap/proj/win32/MSVC8.0 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13180/MSVC8.0 Log Message: Directory /cvsroot/easysoap/easysoap/proj/win32/MSVC8.0 added to the repository |
From: David C. <dcr...@us...> - 2005-09-24 07:24:37
|
Update of /cvsroot/easysoap/easysoap/include/easysoap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10968/include/easysoap Modified Files: SOAPTypeTraits.h es_borl.h es_conf.h es_msvc.h Log Message: Updated autoconf compiler check m4 files. Fixes to work with gcc 3.4 Index: SOAPTypeTraits.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/SOAPTypeTraits.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- SOAPTypeTraits.h 16 Mar 2004 22:43:08 -0000 1.18 +++ SOAPTypeTraits.h 24 Sep 2005 07:24:24 -0000 1.19 @@ -284,7 +284,7 @@ SOAPQName& atype = param.AddAttribute(SOAPEnc::arrayType); SOAPTypeTraits<TYPENAME(V::value_type)>::GetType(atype); - snprintf(buffer, sizeof(buffer), "[%d]", val.size()); + snprintf(buffer, sizeof(buffer), "[%zu]", val.size()); atype.GetName().Append(buffer); // @@ -592,7 +592,7 @@ SOAPQName& atype = param.AddAttribute(SOAPEnc::arrayType); SOAPTypeTraits<TYPENAME(V::value_type)>::GetType(atype); - snprintf(buffer, sizeof(buffer), "[%d,%d]", val.GetNumRows(), val.GetNumCols()); + snprintf(buffer, sizeof(buffer), "[%zu,%zu]", val.GetNumRows(), val.GetNumCols()); atype.GetName().Append(buffer); // Index: es_borl.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/es_borl.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- es_borl.h 3 Jun 2003 17:34:37 -0000 1.2 +++ es_borl.h 24 Sep 2005 07:24:24 -0000 1.3 @@ -44,6 +44,4 @@ #endif // EASYSOAP_EXPORTS #endif // EASYSOAP_STATIC -#define TYPENAME(T) T - #endif // __ES_BORL_H_ Index: es_conf.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/es_conf.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- es_conf.h 3 Jun 2003 17:34:37 -0000 1.6 +++ es_conf.h 24 Sep 2005 07:24:24 -0000 1.7 @@ -34,7 +34,7 @@ // Some compilers on the other hand don't like it one // bit .... */ -#ifdef HAVE_TEMPLATE_KEYWORD_QUALIFIER +#ifdef HAVE_TYPENAME #define TYPENAME(T) typename T #else #define TYPENAME(T) T Index: es_msvc.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/es_msvc.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- es_msvc.h 2 Jun 2004 06:16:07 -0000 1.8 +++ es_msvc.h 24 Sep 2005 07:24:24 -0000 1.9 @@ -47,7 +47,7 @@ #define HAVE_STRICMP #define HAVE_NAMESPACES #if _MSC_VER >= 1310 -#define HAVE_TEMPLATE_KEYWORD_QUALIFIER +#define HAVE_TYPENAME #endif #define snprintf _snprintf |
From: David C. <dcr...@us...> - 2005-09-24 07:24:37
|
Update of /cvsroot/easysoap/easysoap/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10968/src Modified Files: SOAPSSLContext.cpp SOAPSecureSocketImp.cpp Log Message: Updated autoconf compiler check m4 files. Fixes to work with gcc 3.4 Index: SOAPSSLContext.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/SOAPSSLContext.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- SOAPSSLContext.cpp 2 Jun 2004 06:58:08 -0000 1.12 +++ SOAPSSLContext.cpp 24 Sep 2005 07:24:24 -0000 1.13 @@ -33,7 +33,7 @@ #include <openssl/ssl.h> #include <openssl/err.h> #include <openssl/rand.h> -}; +} // // Initialize OpenSSL Index: SOAPSecureSocketImp.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/SOAPSecureSocketImp.cpp,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- SOAPSecureSocketImp.cpp 2 Jun 2004 06:33:05 -0000 1.41 +++ SOAPSecureSocketImp.cpp 24 Sep 2005 07:24:24 -0000 1.42 @@ -78,7 +78,7 @@ #include <openssl/ssl.h> #include <openssl/err.h> #include <openssl/rand.h> -}; +} SOAPSecureSocketImp::SOAPSecureSocketImp() : m_ssl(0) |
From: David C. <dcr...@us...> - 2005-09-24 07:24:37
|
Update of /cvsroot/easysoap/easysoap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10968 Modified Files: configure.in Log Message: Updated autoconf compiler check m4 files. Fixes to work with gcc 3.4 Index: configure.in =================================================================== RCS file: /cvsroot/easysoap/easysoap/configure.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- configure.in 12 Oct 2004 01:51:42 -0000 1.37 +++ configure.in 24 Sep 2005 07:24:24 -0000 1.38 @@ -12,6 +12,7 @@ dnl dnl Include other macros we need... sinclude(conftools/ac_cxx_namespaces.m4) +sinclude(conftools/ac_cxx_typename.m4) sinclude(conftools/ac_cxx_template_keyword_qualifier.m4) sinclude(conftools/ac_cxx_partial_specialization.m4) sinclude(conftools/peti_with_dmalloc.m4) @@ -33,6 +34,7 @@ AC_CXX_NAMESPACES AC_CXX_TEMPLATE_KEYWORD_QUALIFIER AC_CXX_PARTIAL_SPECIALIZATION +AC_CXX_TYPENAME dnl Checks for libraries. AC_CHECK_LIB(gcc, main) |
From: David C. <dcr...@us...> - 2005-09-24 07:24:37
|
Update of /cvsroot/easysoap/easysoap/conftools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10968/conftools Modified Files: ac_cxx_namespaces.m4 ac_cxx_partial_specialization.m4 ac_cxx_template_keyword_qualifier.m4 Added Files: ac_cxx_typename.m4 Log Message: Updated autoconf compiler check m4 files. Fixes to work with gcc 3.4 --- NEW FILE --- AC_DEFUN([AC_CXX_TYPENAME], [AC_CACHE_CHECK(whether the compiler recognizes typename, ac_cv_cxx_typename, [AC_LANG_SAVE AC_LANG_CPLUSPLUS AC_TRY_COMPILE([template<typename T>class X {public:X(){}};], [X<float> z; return 0;], ac_cv_cxx_typename=yes, ac_cv_cxx_typename=no) AC_LANG_RESTORE ]) if test "$ac_cv_cxx_typename" = yes; then AC_DEFINE(HAVE_TYPENAME,,[define if the compiler recognizes typename]) fi ]) Index: ac_cxx_namespaces.m4 =================================================================== RCS file: /cvsroot/easysoap/easysoap/conftools/ac_cxx_namespaces.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ac_cxx_namespaces.m4 15 Nov 2001 06:05:55 -0000 1.1 +++ ac_cxx_namespaces.m4 24 Sep 2005 07:24:24 -0000 1.2 @@ -1,11 +1,3 @@ -dnl @synopsis AC_CXX_NAMESPACES -dnl -dnl If the compiler can prevent names clashes using namespaces, define -dnl HAVE_NAMESPACES. -dnl -dnl @version $Id$ -dnl @author Luc Maisonobe -dnl AC_DEFUN([AC_CXX_NAMESPACES], [AC_CACHE_CHECK(whether the compiler implements namespaces, ac_cv_cxx_namespaces, Index: ac_cxx_partial_specialization.m4 =================================================================== RCS file: /cvsroot/easysoap/easysoap/conftools/ac_cxx_partial_specialization.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ac_cxx_partial_specialization.m4 12 Nov 2001 07:48:22 -0000 1.1 +++ ac_cxx_partial_specialization.m4 24 Sep 2005 07:24:24 -0000 1.2 @@ -1,11 +1,3 @@ -dnl @synopsis AC_CXX_PARTIAL_SPECIALIZATION -dnl -dnl If the compiler supports partial specialization, -dnl define HAVE_PARTIAL_SPECIALIZATION. -dnl -dnl @version $Id$ -dnl @author Luc Maisonobe -dnl AC_DEFUN([AC_CXX_PARTIAL_SPECIALIZATION], [AC_CACHE_CHECK(whether the compiler supports partial specialization, ac_cv_cxx_partial_specialization, Index: ac_cxx_template_keyword_qualifier.m4 =================================================================== RCS file: /cvsroot/easysoap/easysoap/conftools/ac_cxx_template_keyword_qualifier.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ac_cxx_template_keyword_qualifier.m4 12 Nov 2001 07:48:22 -0000 1.1 +++ ac_cxx_template_keyword_qualifier.m4 24 Sep 2005 07:24:24 -0000 1.2 @@ -1,20 +1,21 @@ -dnl @synopsis AC_CXX_TEMPLATE_KEYWORD_QUALIFIER -dnl -dnl If the compiler supports use of the template keyword as a qualifier, -dnl define HAVE_TEMPLATE_KEYWORD_QUALIFIER. -dnl -dnl @version $Id$ -dnl @author Luc Maisonobe -dnl AC_DEFUN([AC_CXX_TEMPLATE_KEYWORD_QUALIFIER], [AC_CACHE_CHECK(whether the compiler supports use of the template keyword as a qualifier, ac_cv_cxx_template_keyword_qualifier, [AC_LANG_SAVE AC_LANG_CPLUSPLUS AC_TRY_COMPILE([ -class A { public : A() {}; template<class T> static T convert() { return T(); } -}; -],[double z = A::template convert<double>(); return 0;], + class X + { + public: + template<int> void member() {} + template<int> static void static_member() {} + }; + template<class T> void f(T* p) + { + p->template member<200>(); // OK: < starts template argument + T::template static_member<100>(); // OK: < starts explicit qualification + } +],[X x; f(&x); return 0;], ac_cv_cxx_template_keyword_qualifier=yes, ac_cv_cxx_template_keyword_qualifier=no) AC_LANG_RESTORE ]) |
From: David C. <dcr...@us...> - 2005-09-24 07:24:36
|
Update of /cvsroot/easysoap/easysoap/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10968/tests Modified Files: interopclient.cpp Log Message: Updated autoconf compiler check m4 files. Fixes to work with gcc 3.4 Index: interopclient.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/tests/interopclient.cpp,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- interopclient.cpp 2 Jun 2004 06:33:05 -0000 1.47 +++ interopclient.cpp 24 Sep 2005 07:24:24 -0000 1.48 @@ -923,7 +923,7 @@ for (size_t i = 0; i < rows; ++i) for (size_t j = 0; j < cols; ++j) { - snprintf(buff, sizeof(buff), "%d,%d", i, j); + snprintf(buff, sizeof(buff), "%zd,%zd", i, j); twod[i][j] = buff; } @@ -995,12 +995,13 @@ inputBinary[i] = (char)rand(); SOAPMethod method; + SOAPBase64 inbase64(inputBinary); SetupMethod(method, "echoBase64", e); - method.AddParameter("inputBase64") << SOAPBase64(inputBinary); + method.AddParameter("inputBase64") << inbase64; const SOAPResponse& response = proxy.Execute(method); - SOAPBase64 base64(outputBinary); - response.GetReturnValue() >> base64; + SOAPBase64 outbase64(outputBinary); + response.GetReturnValue() >> outbase64; if (inputBinary != outputBinary) throw SOAPException("Values are not equal"); @@ -1222,12 +1223,13 @@ inputBinary[i] = (char)rand(); SOAPMethod method; + SOAPHex inhex(inputBinary); SetupMethod(method, "echoHexBinary", e); - method.AddParameter("inputHexBinary") << SOAPHex(inputBinary); + method.AddParameter("inputHexBinary") << inhex; const SOAPResponse& response = proxy.Execute(method); - SOAPHex hex(outputBinary); - response.GetReturnValue() >> hex; + SOAPHex outhex(outputBinary); + response.GetReturnValue() >> outhex; if (inputBinary != outputBinary) throw SOAPException("Values are not equal"); |
From: David C. <dcr...@us...> - 2004-10-12 01:51:55
|
Update of /cvsroot/easysoap/easysoap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29104 Modified Files: configure.in Log Message: Add check for strtoul function. Output MSVC7.1/Makefile. Index: configure.in =================================================================== RCS file: /cvsroot/easysoap/easysoap/configure.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- configure.in 2 Jun 2004 08:42:01 -0000 1.36 +++ configure.in 12 Oct 2004 01:51:42 -0000 1.37 @@ -125,6 +125,7 @@ socket \ strdup \ strtol \ + strtoul \ snprintf \ strerror \ stricmp \ @@ -138,6 +139,7 @@ proj/win32/BCB5/Makefile \ proj/win32/MSVC6/Makefile \ proj/win32/MSVC7/Makefile \ + proj/win32/MSVC7.1/Makefile \ include/Makefile \ include/easysoap/Makefile \ src/Makefile \ |
From: David C. <dcr...@us...> - 2004-10-12 01:37:57
|
Update of /cvsroot/easysoap/easysoap/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25925/src Modified Files: SOAPTypeTraits.cpp Log Message: Fix unsigned int deserialization. Patch 1044948. Index: SOAPTypeTraits.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/SOAPTypeTraits.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- SOAPTypeTraits.cpp 2 Jun 2004 06:33:05 -0000 1.18 +++ SOAPTypeTraits.cpp 12 Oct 2004 01:37:46 -0000 1.19 @@ -73,6 +73,32 @@ } +static int +sp_strtoul(const char *str) +{ + char *endptr = 0; + const char *startptr = str; + int ret; + + errno = 0; + ret = strtoul(startptr, &endptr, 10); + + if (endptr) + { + while (sp_isspace(*endptr)) + ++endptr; + + if (startptr == endptr || *endptr != 0) + throw SOAPException("Could not convert string to unsigned integer: '%s'", + str); + } + if (errno == ERANGE) + throw SOAPException("Unsigned integer overflow: %s", str); + + return ret; +} + + // // TODO: This is too tricky. We need to find a // portable and nice way to return NAN. @@ -312,7 +338,7 @@ if (param.IsNull() || str.IsEmpty()) throw SOAPException("Cannot convert null value to unsigned integer."); - val = sp_strtol(str); + val = sp_strtoul(str); return param; } |
From: David C. <dcr...@us...> - 2004-06-02 09:46:01
|
Update of /cvsroot/easysoap/easysoap/proj/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18415/proj/win32 Modified Files: Makefile.am Log Message: Add MSVC7.1 Index: Makefile.am =================================================================== RCS file: /cvsroot/easysoap/easysoap/proj/win32/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 10 Apr 2002 07:27:10 -0000 1.3 +++ Makefile.am 2 Jun 2004 09:45:52 -0000 1.4 @@ -1 +1 @@ -SUBDIRS = BCB5 MSVC6 MSVC7 +SUBDIRS = BCB5 MSVC6 MSVC7 MSVC7.1 |
From: David C. <dcr...@us...> - 2004-06-02 09:45:21
|
Update of /cvsroot/easysoap/easysoap/proj/win32/MSVC7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18327/proj/win32/MSVC7 Modified Files: Makefile.am Log Message: Add the google project. Index: Makefile.am =================================================================== RCS file: /cvsroot/easysoap/easysoap/proj/win32/MSVC7/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 10 Apr 2002 07:04:18 -0000 1.1 +++ Makefile.am 2 Jun 2004 09:45:09 -0000 1.2 @@ -1,6 +1,7 @@ EXTRA_DIST = \ easysoap.sln \ easysoap.vcproj \ + google.vcproj \ interopclient.vcproj \ interopserver.vcproj \ simpleclient.vcproj \ |
From: David C. <dcr...@us...> - 2004-06-02 09:43:46
|
Update of /cvsroot/easysoap/easysoap/proj/win32/MSVC7.1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18031/MSVC7.1 Log Message: Directory /cvsroot/easysoap/easysoap/proj/win32/MSVC7.1 added to the repository |