jhhoward / WolfensteinCGA

Wolfenstein 3D with a CGA renderer
325 stars 10 forks source link

cgaify on Win10 #12

Closed lukas12p closed 1 year ago

lukas12p commented 1 year ago

Hi cgaify.exe doesn't work on Windows 10. On what windows does it run? obraz

jhhoward commented 1 year ago

You will need a C++ compiler and compile cgaify.cpp found in the 'tools' directory.

If you have Visual Studio installed with the C++ tools, you can use the developer command prompt and simply compiler with: cl cgaify.cpp

lukas12p commented 1 year ago

Which Windows was .exe file compiled for?