| | Compiling...
AbortAppender.cpp
Appender.cpp
AppendersFactory.cpp
AppenderSkeleton.cpp
BasicConfigurator.cpp
z:\wspice\log4cpp\src\basicconfigurator.cpp(29) : warning C4996: 'dup' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(320) : see declaration of 'dup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.'
z:\wspice\log4cpp\src\basicconfigurator.cpp(29) : warning C4996: 'fileno' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(688) : see declaration of 'fileno'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details.'
BasicLayout.cpp
BufferingAppender.cpp
Category.cpp
CategoryStream.cpp
Configurator.cpp
DllMain.cpp
DummyThreads.cpp
FactoryParams.cpp
FileAppender.cpp
z:\wspice\log4cpp\src\fileappender.cpp(37) : warning C4996: 'open' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(328) : see declaration of 'open'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.'
z:\wspice\log4cpp\src\fileappender.cpp(54) : warning C4996: 'close' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(318) : see declaration of 'close'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
z:\wspice\log4cpp\src\fileappender.cpp(81) : warning C4996: 'write' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(334) : see declaration of 'write'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.'
z:\wspice\log4cpp\src\fileappender.cpp(88) : warning C4996: 'open' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(328) : see declaration of 'open'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.'
z:\wspice\log4cpp\src\fileappender.cpp(93) : warning C4996: 'close' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(318) : see declaration of 'close'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
Filter.cpp
FixedContextCategory.cpp
HierarchyMaintainer.cpp
IdsaAppender.cpp
LayoutAppender.cpp
LayoutsFactory.cpp
Generating Code...
Compiling...
LevelEvaluator.cpp
Localtime.cpp
LoggingEvent.cpp
MSThreads.cpp
z:\wspice\log4cpp\src\msthreads.cpp(11) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
NDC.cpp
NTEventLogAppender.cpp
OstreamAppender.cpp
PassThroughLayout.cpp
PatternLayout.cpp
PortabilityImpl.cpp
Priority.cpp
Properties.cpp
z:\wspice\log4cpp\src\properties.cpp(125) : warning C4996: 'getenv' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdlib.h(483) : see declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
PropertyConfigurator.cpp
PropertyConfiguratorImpl.cpp
RemoteSyslogAppender.cpp
z:\wspice\log4cpp\src\remotesyslogappender.cpp(140) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
RollingFileAppender.cpp
z:\wspice\log4cpp\src\rollingfileappender.cpp(58) : warning C4996: 'close' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(318) : see declaration of 'close'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
z:\wspice\log4cpp\src\rollingfileappender.cpp(78) : warning C4996: 'open' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(328) : see declaration of 'open'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.'
z:\wspice\log4cpp\src\rollingfileappender.cpp(83) : warning C4996: 'lseek' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(326) : see declaration of 'lseek'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.'
SimpleConfigurator.cpp
z:\wspice\log4cpp\src\simpleconfigurator.cpp(109) : warning C4996: 'dup' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(320) : see declaration of 'dup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.'
z:\wspice\log4cpp\src\simpleconfigurator.cpp(109) : warning C4996: 'fileno' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(688) : see declaration of 'fileno'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details.'
z:\wspice\log4cpp\src\simpleconfigurator.cpp(113) : warning C4996: 'dup' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(320) : see declaration of 'dup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.'
SimpleLayout.cpp
StringQueueAppender.cpp
StringUtil.cpp
z:\wspice\log4cpp\src\stringutil.cpp(42) : warning C4996: '_vsnprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_vsnprintf'
Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
SyslogAppender.cpp
TimeStamp.cpp
z:\wspice\log4cpp\src\timestamp.cpp(38) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
TriggeringEventEvaluatorFactory.cpp
Win32DebugAppender.cpp
Generating Code...
Compiling...
snprintf.c
z:\wspice\log4cpp\src\snprintf.c(529) : warning C4996: 'vsnprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(333) : see declaration of 'vsnprintf'
Message: 'This function or variable may be unsafe. Consider using vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
z:\wspice\log4cpp\src\snprintf.c(859) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
z:\wspice\log4cpp\src\snprintf.c(863) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
z:\wspice\log4cpp\src\snprintf.c(864) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
z:\wspice\log4cpp\src\snprintf.c(872) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
z:\wspice\log4cpp\src\snprintf.c(873) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Creating library...
DummyThreads.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
|