Hey all,
I managed to follow pretty much everything Cory demonstrated in the live code editing videos, but ran into a strange problem. When I run my win32_handmade.exe the handmade.cpp file gets locked (can't write to it.) Windows says "This file is open in win32_handmade.exe" (this is not related to the debugger, happens without the debugger too.)
I'm not sure why running the exe would lock the cpp source file. I double checked, there's no mention of handmade.cpp anywhere in the source (although even if
was still there, I wouldn't expect that to lock the file.)
As soon as I exit the exe the file is writable again.
Any thoughts would be greatly appreciated.