2025

Contents of <format> are only available with C++20 or later? | Stand Up Apr 10

The UI synchronization for Replicator 3 works. The command line module collects a list of directories to be replicated using the Win32 API, but seems like something from the std:: library would be better, so I looked into that and Visual Studio 2022 is having an issue about the version of the C++ language? What […]

Contents of <format> are only available with C++20 or later? | Stand Up Apr 10 Read More »

Need to Fix Sync Between Process Events and User Interface | Morning Stand Up Apr 7

I recorded the material for this video yesterday. As I was getting ready to put my voice over it, I noticed that not all of the information returning from the processes is displayed in the user interface as the results come in. Some seem to happen in secret. Some processes seem to just report “Done

Need to Fix Sync Between Process Events and User Interface | Morning Stand Up Apr 7 Read More »

.NET Multi-platform Investigation Ends Without Prejudice | Morning Stand Up Apr 5

I investigated .NET MAUI long enough yesterday to verify that it’s too much hassle at this time. The project framework — keeping all the code in one base in one IDE on Windows — is handy, but a lot more hassle up front which would slow down an actual release of a Windows Desktop version

.NET Multi-platform Investigation Ends Without Prejudice | Morning Stand Up Apr 5 Read More »

C++ C# leads to renewed .NET Multi-platform investigation | Morning Stand Up Apr 4

Since I’m charging up my MacBook anyway this morning, why not take what I’ve learned through c++ and c# and check out Microsoft’s .NET MAUI again to see how it looks? Breaking Replicator into several modules will make multi-platform easier. I like accessing the Windows API via c++. I like programming for Windows Desktop using

C++ C# leads to renewed .NET Multi-platform investigation | Morning Stand Up Apr 4 Read More »

Scroll to Top