Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003F39401684.rsp" with contents [ /Od /I "C:\Program Files\MySQL\MySQL Server 5.0\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\MySQLClient.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\MySQLClient.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003F39401684.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003F49401684.rsp" with contents [ /Od /I "C:\Program Files\MySQL\MySQL Server 5.0\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\MySQLClient.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\stdafx.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003F49401684.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\TMP0003F59401684.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\MySQLClient.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\MySQLClient.exe.embed.manifest.res" "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\TMP0003F59401684.tmp"" Creating temporary file "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003F69401684.rsp" with contents [ /OUT:"C:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\Debug\MySQLClient.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\MySQLClient.exe.intermediate.manifest" /DEBUG /PDB:"c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\debug\MySQLClient.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 odbc32.lib odbccp32.lib "C:\Program Files\MYSQL\MYSQL Server 5.0\lib\opt\libmysql.lib" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\MySQLClient.obj" ".\Debug\stdafx.obj" ".\Debug\MySQLClient.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003F69401684.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003F79401684.rsp" with contents [ /out:".\Debug\MySQLClient.exe.embed.manifest" /notify_update /manifest ".\Debug\MySQLClient.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003F79401684.rsp" /nologo" Creating temporary file "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\BAT0003F89401684.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\BAT0003F89401684.bat""" Creating temporary file "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\TMP0003F99401684.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\MySQLClient.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\MySQLClient.exe.embed.manifest.res" "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\TMP0003F99401684.tmp"" Creating temporary file "c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003FA9401684.rsp" with contents [ /OUT:"C:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\Debug\MySQLClient.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\MySQLClient.exe.intermediate.manifest" /DEBUG /PDB:"c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\debug\MySQLClient.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 odbc32.lib odbccp32.lib "C:\Program Files\MYSQL\MYSQL Server 5.0\lib\opt\libmysql.lib" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\MySQLClient.obj" ".\Debug\stdafx.obj" ".\Debug\MySQLClient.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\RSP0003FA9401684.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... stdafx.cpp Compiling... MySQLClient.cpp c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(249) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(253) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(257) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(261) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(265) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(269) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(315) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(319) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(323) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(327) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' c:\documents and settings\lemmon\my documents\visual studio 2005\projects\cso39_area\mysqlclient\mysqlclient.cpp(331) : 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\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok' Compiling manifest to resources... Linking... LINK : C:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\Debug\MySQLClient.exe not found or not built by the last incremental link; performing full link Embedding manifest... |
Results |
Build log was saved at "file://c:\Documents and Settings\Lemmon\My Documents\Visual Studio 2005\Projects\CSO39_Area\MySQLClient\Debug\BuildLog.htm" MySQLClient - 0 error(s), 11 warning(s) |