Posts tagged with C++
-
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.
-
Building wxWidgets on Mac
Aug 30, 2017In this post, I’m building wxWidgets on a Mac from source. This is done on a very old MacBook running El Capitan.