Method taken directly from https://pureinfotech.com/extract-tar-gz-files-windows-10/ (I’ve added nothing new) Open Command Window (two of many ways): LMB on Win → Windows System → Command Prompt This will open the command window: 2. LMB on [Win] then type “cmd” Press [Enter] to start command window Extract file (two of many ways): Type: “cd <path>” change to …
Author Archives: simjkel
Creating a simple MFC project in VS 2019 from scratch.
I wanted to learn how to create a stripped-down MFC project in Visual Studio 2019 (VS) that does not use the document/view architecture, but all of the tutorials on-line–at least the ones I found–were for earlier versions of VS and the menus have been restructured since that version. I’m often frustrated when software companies rearrange …
Continue reading “Creating a simple MFC project in VS 2019 from scratch.”
