From d6b8100ce2b4fd85e25e17f8b2a4e53894d0f6f4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 13 Oct 2023 01:42:05 +0200 Subject: [PATCH] Add a post with a link to the MFC-to-wx porting guide --- _posts/2023-10-12-mfc-porting-guide.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _posts/2023-10-12-mfc-porting-guide.md diff --git a/_posts/2023-10-12-mfc-porting-guide.md b/_posts/2023-10-12-mfc-porting-guide.md new file mode 100644 index 00000000..55a8772f --- /dev/null +++ b/_posts/2023-10-12-mfc-porting-guide.md @@ -0,0 +1,15 @@ +--- +title: "MFC Porting Guide" +date: 2023-10-12 +comments: true +--- + +Utah C++ Programmers group has released a new video about [porting from MFC to +wxWidgets][1] accompanied by a gist with a [step-by-step guide][2]. + +Hopefully this can be useful to people who want to make their existing MFC +applications portable or just to switch to a more actively maintained +framework. + +[1]: https://www.youtube.com/watch?v=f3wgn6vP_XQ +[2]: https://gist.github.com/LegalizeAdulthood/4ada76ae95f11fffab04dc7f81a20646#porting-from-mfc-to-wxwidgets