Finally, I got Windows 10
This is a story of how I got over a blocking situation within some Windows 10 OS installs on my Samsung laptop.
This is a story of how I got over a blocking situation within some Windows 10 OS installs on my Samsung laptop.
I wrote this document after a challenging experience I had recently within an Adobe Acrobat/Reader plugin creation. Even if the Adobe’s SDK it’s nicely documented… Read More »Experiences with Adobe Acrobat/Reader Plug-ins
As you most probably know, this website uses WordPress. Last Saturday, trying to access the site admin area I was faced with an error generated… Read More »Some experiences with the last world-wide WordPress brute force attack
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
This article offers some insight into singleton design-pattern. The singleton pattern is a design pattern used to implement the mathematical concept of a singleton, by… Read More »Several C++ singleton implementations
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
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
Preliminary remarks Application path (Sun Solaris Unix OS): /myApp/myapp111a/ Database location: /myApp/db/test_db Usually, our workstations have Windows OS and we need to connect to Solaris… Read More »Progress database operations