Build Log
  

Build started: Project: SearchMatrix, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\RSP000038995211920.rsp" with contents
[
/Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\SearchMatrix.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\CMatrixOperator.cpp
]
Creating command line "cl.exe @c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\RSP000038995211920.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\RSP000039995211920.rsp" with contents
[
/OUT:"C:\Personal\WaSP\SearchMatrix\Debug\SearchMatrix.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\SearchMatrix.exe.intermediate.manifest" /DEBUG /PDB:"c:\Personal\WaSP\SearchMatrix\debug\SearchMatrix.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 ".\Debug\CMatrixOperator.obj"

".\Debug\MersenneTwister.obj"

".\Debug\SearchMatrix.obj"

".\Debug\SearchMatrixDlg.obj"

".\Debug\stdafx.obj"

".\Debug\SearchMatrix.res"

".\Debug\SearchMatrix.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\RSP000039995211920.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\RSP00003A995211920.rsp" with contents
[
/out:.\Debug\SearchMatrix.exe.embed.manifest /notify_update /manifest

.\Debug\SearchMatrix.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\RSP00003A995211920.rsp /nologo"
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\BAT00003B995211920.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\BAT00003B995211920.bat"
Output Window
  
Compiling...
CMatrixOperator.cpp
c:\personal\wasp\searchmatrix\searchmatrix\mersennetwister.h(133) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
c:\personal\wasp\searchmatrix\searchmatrix\cmatrixoperator.cpp(820) : warning C4996: 'strtok' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\personal\wasp\searchmatrix\searchmatrix\cmatrixoperator.cpp(824) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\personal\wasp\searchmatrix\searchmatrix\cmatrixoperator.cpp(847) : warning C4996: 'strtok' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\personal\wasp\searchmatrix\searchmatrix\cmatrixoperator.cpp(851) : warning C4996: 'strtok' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\personal\wasp\searchmatrix\searchmatrix\cmatrixoperator.cpp(856) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Personal\WaSP\SearchMatrix\SearchMatrix\Debug\BuildLog.htm"
SearchMatrix - 0 error(s), 6 warning(s)