| | | Compiling...
decoder.cpp
C:\work\wxWidgets-2.6.2\include\wx/buffer.h(96) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
C:\work\wxWidgets-2.6.2\include\wx/list.h(359) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
C:\work\wxWidgets-2.6.2\include\wx/list.h(361) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
C:\work\wxWidgets-2.6.2\include\wx/datetime.h(1063) : warning C4996: 'localtime' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
GDec1.cpp
C:\work\wxWidgets-2.6.2\include\wx/buffer.h(96) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
C:\work\wxWidgets-2.6.2\include\wx/list.h(359) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
C:\work\wxWidgets-2.6.2\include\wx/list.h(361) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
GCCharMapFactory.cpp
C:\work\wxWidgets-2.6.2\include\wx/buffer.h(96) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
C:\work\wxWidgets-2.6.2\include\wx/list.h(359) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
C:\work\wxWidgets-2.6.2\include\wx/list.h(361) : warning C4996: 'strdup' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
Generating Code...
Linking...
Embedding manifest...
|