Build Log
  

Rebuild started: Project: ImageLib, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Users\Song\Documents\My Dropbox\6670_Vision\Project 2\Panorama\Panorama\ImageLib\Release\RSP00000480447500.rsp" with contents
[
/Ob1 /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Fp".\Release/ImageLib.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP ".\Convert.cpp"

".\WarpImage.cpp"

".\Transform.cpp"

".\RefCntMem.cpp"

".\Pyramid.cpp"

".\Image.cpp"

".\FileIO.cpp"

".\Convolve.cpp"
]
Creating command line "cl.exe @"c:\Users\Song\Documents\My Dropbox\6670_Vision\Project 2\Panorama\Panorama\ImageLib\Release\RSP00000480447500.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Song\Documents\My Dropbox\6670_Vision\Project 2\Panorama\Panorama\ImageLib\Release\RSP00000580447500.rsp" with contents
[
/OUT:".\Release\ImageLib.lib" ".\Release\Convert.obj"

".\Release\Convolve.obj"

".\Release\FileIO.obj"

".\Release\Image.obj"

".\Release\Pyramid.obj"

".\Release\RefCntMem.obj"

".\Release\Transform.obj"

".\Release\WarpImage.obj"
]
Creating command line "lib.exe @"c:\Users\Song\Documents\My Dropbox\6670_Vision\Project 2\Panorama\Panorama\ImageLib\Release\RSP00000580447500.rsp" /NOLOGO"
Output Window
  
Compiling...
Convert.cpp
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\RefCntMem.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(168) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(169) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(170) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(171) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(173) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.inl : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Convert.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
WarpImage.cpp
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\RefCntMem.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(168) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(169) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(170) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(171) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(173) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.inl : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Transform.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\WarpImage.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
Transform.cpp
.\Transform.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Transform.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
RefCntMem.cpp
.\RefCntMem.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\RefCntMem.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
Pyramid.cpp
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\RefCntMem.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(168) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(169) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(170) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(171) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(173) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.inl : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Pyramid.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Convolve.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
Image.cpp
.\Image.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\RefCntMem.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(168) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(169) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(170) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(171) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(173) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.inl : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
FileIO.cpp
.\FileIO.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\RefCntMem.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(168) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(169) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(170) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(171) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(173) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.inl : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\FileIO.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
.\FileIO.cpp(115) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\FileIO.cpp(250) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
Convolve.cpp
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\RefCntMem.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(168) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(169) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(170) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(171) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.h(173) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Image.inl : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
c:\users\song\documents\my dropbox\6670_vision\project 2\panorama\panorama\imagelib\Convolve.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
Generating Code...
Creating library...
Results
  
Build log was saved at "file://c:\Users\Song\Documents\My Dropbox\6670_Vision\Project 2\Panorama\Panorama\ImageLib\Release\BuildLog.htm"
ImageLib - 0 error(s), 63 warning(s)