Hi there fellow Handmade Heroes!
I've just started the series, and not a big fan of emacs. Trying to find a better fitting editor and probably messed up something with the compiler, because I'm getting this error:
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9024 : unrecognized source file type 'C:\Program', object file assumed
cl : Command line warning D9024 : unrecognized source file type 'Files', object file assumed
cl : Command line warning D9024 : unrecognized source file type '(x86)\Microsoft', object file assu
med
cl : Command line warning D9024 : unrecognized source file type 'Visual', object file assumed
cl : Command line warning D9024 : unrecognized source file type 'Studio', object file assumed
cl : Command line warning D9024 : unrecognized source file type '12.0\VC\vcvarsall.bat', object fil
e assumed
cl : Command line warning D9024 : unrecognized source file type 'x64', object file assumed
win32_handmade.cpp
Microsoft (R) Incremental Linker Version 12.00.31101.0
Copyright (C) Microsoft Corporation. All rights reserved.
/out:Program.exe
/debug
C:\Program
Files
(x86)\Microsoft
Visual
Studio
12.0\VC\vcvarsall.bat
x64
win32_handmade.obj
user32.lib
gdi32.lib
LINK : fatal error LNK1181: cannot open input file 'C:\Program.obj'
Tried to google, also checked the forum here, but no luck.
Any help really appreciated!
PS:
Thank you Casey! :)