| | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
RgbImage.cpp
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\bmp\rgbimage.cpp(57) : 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'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\bmp\rgbimage.cpp(189) : 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'
view_mesh.cpp
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(86) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(95) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(102) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(107) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(113) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(114) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(126) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_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(324) : see declaration of 'sscanf'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(133) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_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(324) : see declaration of 'sscanf'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(145) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(153) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(158) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(168) : 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'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(239) : 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'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(253) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_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(324) : see declaration of 'sscanf'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(261) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_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(324) : see declaration of 'sscanf'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(267) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_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(324) : see declaration of 'sscanf'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(276) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\meshlib\core\mesh\trianglesoup.h(281) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_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(166) : see declaration of 'strtok'
g:\davidgu\2013\2013_teaching\assignments\meshviewer\viewer\view_mesh.cpp(602) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
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.
|