News

BVS Solitaire Collection is Embarcadero Cool App Winner for May

Anyone who loves playing with deck of cards knows solitaire. And no matter how advanced the technology is, it will always be played. That is why I’m thrilled to see BVS Solitaire Collection by BVS Development as our May 2018 cool app winner. It is an award-winning multi-featured collection of solitaire card games that includes over 510 variations. It features both old-time favorites (like…
Read more
News

Desktop Development on Windows and Delphi VCL Library

Despite all the push for web and mobile development, which are certainly growing a lot, Windows desktop development is far from death. In fact, at the recent Build 2018 conference Microsoft reported that over the last year the developers using Visual Studio for building…
News

RAD Server Solution Series: [Field Service Application]

Solution Name: RAD Server Field Service Application – Delphi Industry: Field Service Solution Overview: The RAD Server Field Service Industry Template provides an end-to-end field service application template for routing appointments, managing parts, and user administration. It is made up of a REST server module, a desktop client, and a cross platform mobile…
Read more
News

C++ with LINQ

Author: Shinji Chikugi I found an interesting C++ libraly.That is “LINQ for C++”. What’s “LINQ”? LINQ (Integrated Language Query) is a function of C#. LINQ issues a query to the container and gets the result. For details, please refer to…
C++

Building Stunning UIs with C++ and FireMonkey

With many companies taking the “mobile first” approach, building applications that work on multiple platforms is a requirement for success. Developers who know how to build for more than one platform are in demand, while application users have become accustomed to…
News

Evolution of C++ standards

Programming languages are exciting for developers, and C++, one of the more technically challenging and also perhaps the most widely used compiled language, is one of the most exciting. As Theodore Roosevelt is misquoted (*), ‘the more you know about the past, the better prepared you are for the future,’ so let’s dive into a bit of C++ history and how it’s shaped our coding…
Read more
C++

SHA Hash with C++Builder and Delphi

I’ve always been fascinated by encryption & compression, but my favorite is probably the cryptographic hash function. A hash function is a one-way algorithm that takes an input of any size and always produces the same size output. It is one-way in that there is…
News

My Blog is Having Serious Hiccups, Let's Plan a Move

You might have seen my blog has had a few issues recently. It is a very old application written in Delphi and running on a totally outdated Linux VM, hosted by a newer and more robust server. But the reality is, it is fairly fragile. First it had a kernel crash, caused by a…
News

Removing the Community toolbar

The RAD Studio IDE contains a toolbar allowing you to log on to Community, and see messages sent to you by other users, questions and answers, andother notifications. Recent website upgrades have caused issues with this toolbar for some users (now resolved), and we plan to remove the toolbar altogether in an upcoming version of RAD Studio. If you have encountered issues, you can disable it…
Read more