npiegdon / immediate2d

A C++ drawing framework for Windows that makes simple graphics programming as fun and easy as the days when computers booted directly to a BASIC prompt
136 stars 35 forks source link

VS 2019 minor changes #2

Closed Warren93 closed 2 years ago

Warren93 commented 5 years ago

Regarding the instructions in the readme, it appears that in visual studio 2019 "win32" projects are now called "windows desktop" projects, or something. Also, the code doesn't compile unless you #include functional in drawing.cpp.

npiegdon commented 5 years ago

Thanks! I'll get those cleaned up. (I'd already been planning a pass on the instructions because each version of Visual Studio seems to tuck the "empty project" setting in a new place.)