openSSL vs. vcpkg – some strange experiences
Some unexpected experiences caused by the fact the vcpkg C++ package manager is still based on OpenSSL 1.0.2.
Some unexpected experiences caused by the fact the vcpkg C++ package manager is still based on OpenSSL 1.0.2.
I am pleased to announce my first cross-platform and open source project, the Process Status Analysis tool, available on GitHub. The Process Status Analysis (psa)… Read More »Process Status Analysis – the first steps
This is a story of how I got over a blocking situation within some Windows 10 OS installs on my Samsung laptop.
Trying to get table indexes information in SQL Server 2012 I identified a strange situation within a specific method that I was using so long… Read More »Getting Table’s indexes experiences – workaround
The Problem Trying to paint a background image into client area of a MDI application build in VC++ 6.0 to VC++ 2005 IDE it’s not… Read More »SubclassWindow() method issues in projects base on MFC Feature Pack
Manually editing of binaries version in the resource editor of Visual Studio IDE is not a viable solution. If we have dozens of projects in… Read More »Flexible changes for product version properties – Visual C++ binaries
Have you just returned from vacation and you have a lot of pictures? You just downloaded your taken pictures and you got your friends pictures,… Read More »Simple Pictures Unifier – first version
Few time ago I observed that my laptop’s first partition (48 GB size) free space reduced to 4 GB. There are a lot of file… Read More »Release space on a Windows partition – SpaceMonger
Many applications allow dynamic customization for visual objects or data views. For instance, well known Internet Explorer application provides toolbars customization using a popup menu… Read More »Dynamic popup and drop down menus for custom representations
This article represents a follow-up of the last article, “Versionable Object’s Serialization using MFC in non Document View applications”. In that article I presented to… Read More »Versionable Object’s Serialization in MDI applications
Most existing applications operate with data that must be stored and loaded in different times and different locations. The data is stored in text or… Read More »Versionable Object’s Serialization using MFC in non Document View applications