Build Log |
|
Command Lines |
Creating temporary file "d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\RSP00000B34649132.rsp" with contents [ /O2 /Ob1 /D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MD /Gy /Yc"stdafx.h" /Fp".\Release/wsq_demo.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\wsq_demo.cpp .\StdAfx.cpp ] Creating command line "cl.exe @d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\RSP00000B34649132.rsp /nologo /errorReport:prompt" Creating temporary file "d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\RSP00000C34649132.rsp" with contents [ /O2 /Ob1 /D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MD /Gy /Yc"stdafx.h" /Fp".\Release/wsq_demo.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\wsq_demoDlg.cpp ] Creating command line "cl.exe @d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\RSP00000C34649132.rsp /nologo /errorReport:prompt" Creating command line "rc.exe /d "NDEBUG" /d "_VC80_UPGRADE=0x0600" /d "_AFXDLL" /d "_UNICODE" /d "UNICODE" /l 0x409 /fo"x64\Release/wsq_demo.res" .\wsq_demo.rc" Creating temporary file "d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\RSP00000D34649132.rsp" with contents [ /OUT:".\Release/wsq_demo.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"x64\Release\wsq_demo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:".\Release/wsq_demo.pdb" /SUBSYSTEM:WINDOWS /ENTRY:"wWinMainCRTStartup" /DYNAMICBASE:NO /MACHINE:X64 ".\Release\StdAfx.obj" ".\Release\wsq_demo.obj" ".\x64\Release\wsq_demo.res" ".\Release\wsq_demoDlg.obj" ] Creating command line "link.exe @d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\RSP00000D34649132.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\RSP00000E34649132.rsp" with contents [ /outputresource:".\Release\wsq_demo.exe;#1" /manifest .\x64\Release\wsq_demo.exe.intermediate.manifest ] Creating command line "mt.exe @d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\RSP00000E34649132.rsp /nologo" Creating temporary file "d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\BAT00000F34649132.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\x64\Release\mt.dep ] Creating command line "d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\BAT00000F34649132.bat" |
Output Window |
Compiling... wsq_demoDlg.cpp WINVER not defined. Defaulting to 0x0600 (Windows Vista) .\wsq_demoDlg.cpp(402) : warning C4996: '_wopen': This function or variable may be unsafe. Consider using _wsopen_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\wchar.h(333) : see declaration of '_wopen' .\wsq_demoDlg.cpp(410) : warning C4996: '_wfopen': This function or variable may be unsafe. Consider using _wfopen_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\wchar.h(827) : see declaration of '_wfopen' .\wsq_demoDlg.cpp(417) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data .\wsq_demoDlg.cpp(423) : 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' .\wsq_demoDlg.cpp(475) : 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' .\wsq_demoDlg.cpp(518) : warning C4996: '_wfopen': This function or variable may be unsafe. Consider using _wfopen_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\wchar.h(827) : see declaration of '_wfopen' .\wsq_demoDlg.cpp(523) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Compiling... wsq_demo.cpp .\wsq_demo.cpp(50) : warning C4996: 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed. You should remove this call. C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\atlmfc\include\afxwin.h(4818) : see declaration of 'CWinApp::Enable3dControls' .\wsq_demo.cpp(57) : warning C4244: 'initializing' : conversion from 'INT_PTR' to 'int', possible loss of data StdAfx.cpp Compiling resources... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. Linking... Embedding manifest... |
Results |
Build log was saved at "file://d:\Cognaxon_Win64\Cognaxon_WSQ_library_Win64_VC2008\Sample_projects_64\WSQ_Visual_C_2008_64\x64\Release\BuildLog.htm" wsq_demo - 0 error(s), 9 warning(s) |