I have to use command Line running of C++ 11.1.035 compiler.
What else do i need to install?
VC++2008Express is on my machine which is why i gotta command line...
WHMoweryJr@yahoo.com
here is my result copied out of the Intel C++ compiler version 11.1.035:
C:\Windows\system32>cd C:\Users\WHMoweryJr\Documents\DeepLearninToga 1.9\DeepLea
rninToga 1.9.6\src
C:\Users\WHMoweryJr\Documents\DeepLearninToga 1.9\DeepLearninToga 1.9.6\src>icl
/nologo /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"PGO/Toga.pch" /YX /F
o"PGO/" /Fd"PGO/" /FD /O3 /G7 /GA /GF /Gs /Zm1000 /W5 /Qprof_gen /Qprof_dir"PGO/
" attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp learn.cpp list.cpp mai
n.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp move_gen
.cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp probe.cpp protocol.c
pp pst.cpp pv.cpp random.cpp recog.cpp search.cpp search_full.cpp see.cpp sort.c
pp square.cpp trans.cpp util.cpp value.cpp vector.cpp /link /OUT:"PGO\DeepLearni
nToga.exe"
attack.cpp
board.cpp
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\crtdefs.h(29): cat
astrophic error: unable to obtain mapped memory (see pch_diag.txt)
#if defined(__midl)
^
removed the /YX switch and this goes away
{but another problem pops up}
not unexpected...