Build Log
  

Rebuild started: Project: wsq_demo, Configuration: Debug|x64

Command Lines
  
Creating temporary file "d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\RSP00008C13043920.rsp" with contents
[
/Od /D "WIN64" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp".\Debug/wsq_demo.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /Zi /TP .\StdAfx.cpp

.\wsq_demoDlg.cpp

.\wsq_demo.cpp
]
Creating command line "cl.exe @d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\RSP00008C13043920.rsp /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_DEBUG" /d "_VC80_UPGRADE=0x0600" /d "_AFXDLL" /l 0x409 /fo"x64\Debug/wsq_demo.res" .\wsq_demo.rc"
Creating temporary file "d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\TMP00008D13043920.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\x64\\Debug\\wsq_demo.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\x64\Debug\wsq_demo.exe.embed.manifest.res" d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\TMP00008D13043920.tmp"
Creating temporary file "d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\RSP00008E13043920.rsp" with contents
[
/OUT:".\Debug/wsq_demo.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"x64\Debug\wsq_demo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/wsq_demo.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /MACHINE:X64 ".\Debug\StdAfx.obj"

".\Debug\wsq_demo.obj"

".\x64\Debug\wsq_demo.res"

".\Debug\wsq_demoDlg.obj"

".\x64\Debug\wsq_demo.exe.embed.manifest.res"
]
Creating command line "link.exe @d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\RSP00008E13043920.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\RSP00008F13043920.rsp" with contents
[
/out:.\x64\Debug\wsq_demo.exe.embed.manifest /notify_update /manifest

.\x64\Debug\wsq_demo.exe.intermediate.manifest
]
Creating command line "mt.exe @d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\RSP00008F13043920.rsp /nologo"
Creating temporary file "d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\BAT00009013043920.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\x64\Debug\mt.dep
]
Creating command line "d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\BAT00009013043920.bat"
Creating temporary file "d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\TMP00009113043920.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\x64\\Debug\\wsq_demo.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\x64\Debug\wsq_demo.exe.embed.manifest.res" d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\TMP00009113043920.tmp"
Creating temporary file "d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\RSP00009213043920.rsp" with contents
[
/OUT:".\Debug/wsq_demo.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"x64\Debug\wsq_demo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/wsq_demo.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /MACHINE:X64 ".\Debug\StdAfx.obj"

".\Debug\wsq_demo.obj"

".\x64\Debug\wsq_demo.res"

".\Debug\wsq_demoDlg.obj"

".\x64\Debug\wsq_demo.exe.embed.manifest.res"
]
Creating command line "link.exe @d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\RSP00009213043920.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
wsq_demo.cpp
 WINVER not defined. Defaulting to 0x0600 (Windows Vista)
.\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
wsq_demoDlg.cpp
.\wsq_demoDlg.cpp(338) : warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_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\io.h(244) : see declaration of '_open'
.\wsq_demoDlg.cpp(345) : 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'
.\wsq_demoDlg.cpp(352) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
.\wsq_demoDlg.cpp(358) : 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(438) : 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'
.\wsq_demoDlg.cpp(442) : warning C4267: '=' : conversion from 'size_t' 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.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : .\Debug/wsq_demo.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://d:\Cognaxon64\WSQ64_Cognaxon\WSQ_library64\Sample_projects\WSQ_Visual_C_64\x64\Debug\BuildLog.htm"
wsq_demo - 0 error(s), 8 warning(s)