| Build Log |
|
| Command Lines |
Creating temporary file "e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\RSP00000194282608.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\Ising2D.cpp ] Creating command line "cl.exe @e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\RSP00000194282608.rsp /nologo /errorReport:prompt" Creating temporary file "e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\RSP00000294282608.rsp" with contents [ /OUT:"E:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\Ising2D.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Ising2D.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\Ising2D.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 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\Ising2D.obj" ".\Debug\stdafx.obj" ".\Debug\mt19937-64.obj" ".\Debug\Ising2D.exe.embed.manifest.res" ] Creating command line "link.exe @e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\RSP00000294282608.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\RSP00000394282608.rsp" with contents [ /out:.\Debug\Ising2D.exe.embed.manifest /notify_update /manifest .\Debug\Ising2D.exe.intermediate.manifest ] Creating command line "mt.exe @e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\RSP00000394282608.rsp /nologo" Creating temporary file "e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\BAT00000494282608.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\BAT00000494282608.bat" |
| Output Window |
Compiling...
Ising2D.cpp
e:\or\dropbox\studies\statmech12\ising2d\ising2d.cpp(23) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
e:\or\dropbox\studies\statmech12\ising2d\ising2d.cpp(24) : 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'
e:\or\dropbox\studies\statmech12\ising2d\ising2d.cpp(56) : warning C4258: 'i' : definition from the for loop is ignored; the definition from the enclosing scope is used
e:\or\dropbox\studies\statmech12\ising2d\ising2d.cpp(32) : definition of 'i' ignored
e:\or\dropbox\studies\statmech12\ising2d\ising2d.cpp(21) : definition of 'i' used
Linking...
LINK : E:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\Ising2D.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
|
| Results |
Build log was saved at "file://e:\Or\Dropbox\Studies\StatMech12\Ising2D\Debug\BuildLog.htm" Ising2D - 0 error(s), 3 warning(s) |