Posts tagged with just for fun
-
CI for Visual C++ 6
Sep 18, 2021Some time ago, I thought of hacking on some really old C/C++ code I had written. I have a VirtualBox image running Windows 2000 and Visual Studio 6 (yes, that old). However, I also wanted to be able to run the code in modern Visual Studio 2019. Verifying that I haven’t broken anything means I would have to manually build my code on two different IDEs. That’s just boring. Instead, I hacked together a way of running my build for both Visual Studio versions.
-
GW-Basic in Docker
Feb 22, 2020This is one of those just for fun projects, doing it to see if it can be done. Can I put
GWBASIC.EXE
inside a Docker image?