Hi Everyone,
I'm on Day 39, and now that we are loading images into the game, in order to see the images in the game, I'm having to build from Visual Studio. There are a few questions
I'm running into a problem where, when I try to debug, I can only view the win3_handmade.dll file, and I cannot figure out how to step into any other the other files.
I built the project by running
| devenv /path/to/handmade.exe
|
, and saved the project with the working directory pointed to my Data folder. In my solution explorer I can only see the exe, no other files, and I can't see what Casey has in his to see if I'm doing it wrong.
As an attempt to fix it I tried to run
| devenv path/to/win32_handmade.cpp
|
, but that wouldn't even let me run debug, so I have no idea what I'm doing wrong.
Any help would be deeply appreciated. I'd quite like to be able to debug.
Thanks,
Joe.
EDIT: Fixed stupid error.