| | Compiling...
xmlwf.c
c:\users\z z\robert\expat-coapp\xmlwf\xmlwf.c(795) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\z z\robert\expat-coapp\xmlwf\xmlwf.c(796) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\users\z z\robert\expat-coapp\xmlwf\xmlwf.c(797) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\users\z z\robert\expat-coapp\xmlwf\xmlwf.c(798) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
xmlfile.c
c:\users\z z\robert\expat-coapp\xmlwf\xmlfile.c(118) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\z z\robert\expat-coapp\xmlwf\xmlfile.c(126) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\z z\robert\expat-coapp\xmlwf\xmlfile.c(160) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\io.h(316) : see declaration of 'open'
c:\users\z z\robert\expat-coapp\xmlwf\xmlfile.c(171) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\io.h(306) : see declaration of 'close'
c:\users\z z\robert\expat-coapp\xmlwf\xmlfile.c(176) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\io.h(317) : see declaration of 'read'
c:\users\z z\robert\expat-coapp\xmlwf\xmlfile.c(180) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\io.h(306) : see declaration of 'close'
c:\users\z z\robert\expat-coapp\xmlwf\xmlfile.c(186) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\io.h(306) : see declaration of 'close'
c:\users\z z\robert\expat-coapp\xmlwf\xmlfile.c(191) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\io.h(306) : see declaration of 'close'
win32filemap.c
codepage.c
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
|