*** empty log message ***

This commit is contained in:
jez_higgins 2003-08-27 23:06:59 +00:00
parent 4e32a85ee8
commit 91200f8dfd
7 changed files with 9 additions and 9 deletions

View file

@ -73,6 +73,7 @@
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
TreatWChar_tAsBuiltInType="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Release/SAX.pch"

View file

@ -42,6 +42,7 @@
#include <locale>
#include <sstream>
#include <algorithm>
#pragma warning(disable: 4244)
template<typename charT,
typename traitsT = std::char_traits<charT>,

View file

@ -27,6 +27,7 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
TreatWChar_tAsBuiltInType="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Debug/SimpleHandler.pch"
@ -84,6 +85,7 @@
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
TreatWChar_tAsBuiltInType="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Release/SimpleHandler.pch"

View file

@ -27,6 +27,7 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
TreatWChar_tAsBuiltInType="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\pyx___Win32_Debug/pyx.pch"
@ -84,6 +85,7 @@
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
TreatWChar_tAsBuiltInType="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Release/pyx.pch"
@ -128,7 +130,7 @@
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
RelativePath=".\pyx.cpp">
RelativePath="pyx.cpp">
</File>
</Filter>
<Filter

View file

@ -17,7 +17,6 @@ int main(int argc, char* argv[])
return 0;
} // if(argc < 2)
/*
{ // narrow
SAX::FeatureNames<std::string> fNames;
SAX::XMLReader<std::string> parser;
@ -41,7 +40,7 @@ int main(int argc, char* argv[])
} // if(file != "-")
} // for ...
}
*/
{ // wide
SAX::FeatureNames<std::wstring> fNames;
SAX::XMLReader<std::wstring> parser;

View file

@ -112,12 +112,6 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="DOMWriter.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
TreatWChar_tAsBuiltInType="FALSE"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool

View file

@ -84,6 +84,7 @@
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
TreatWChar_tAsBuiltInType="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Release/SAX2DOM_test.pch"