Hello All,
I got everything set up and working with day 017, but now fast forward a bit and the compilation is no longer matching with what is on the stream.
I tried days 151 and 100, and both fail for the same reasons:
(shortened for brevity)
| intrinsics.h(34): C4244: 'initializing': conversion from 'double' to 'real32'
render_group.cpp(294): C4456: declaration of 'X' hides previous local declaration
handmade.cpp(1197): C4456: declaration of 'RelP' hides previous local declaration
win32_handmade.cpp(1623): C4456: decl. of 'PlayCursor' hides previous local decl.
|
etc.
Does anyone have any suggestions as to why it doesn't compile on my machine?
I am compiling with sublime text as my editor, I call
| call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
set path=w:\handmade\misc;%path%
|
at the top of my build.bat, have VS community 2015, am running Windows 10, and otherwise just copied over the contents of the zip files.
Thank you!