There is a known issue where occasionally, after the C++Builder and RAD Studio 10.1 Berlin Update 2 installer has run, eight header files may be missing from C++Builder’s include\windows\sdk folder.
The bug manifests as trying to build a Windows C++ application, and…
Learn To Setup And Configure SSL & TLS For RAD Studio EMS, DataSnap, REST And Web Services
November 14, 2016
This replay sessionby Robert Lovefrom CodeRage X will cover how to establish secure communication channels using with EMS, DataSnap, Rest, Web services, and raw Indy Sockets. It covers using SSL & TLS, OpenSSL, SSL with Indy, SSL with IIS, and how to…
In CodeRageX there were two sessions around MongoDB. The first session is the basics and the second session is more advanced topics dealing with MongoDB.MongoDB is an open-source NoSQL document database. The first session covers a MongoDB overview, JSON and BSON, the FireDAC MongoDB API wrapping classes, and the FireDAC MongoDB datasets.The second session covers indexing, query options…
Learn to program with C++Builder: Homepage
November 10, 2016
Do you want to learn C++, but don’t know where to begin? This series takes you through from the very beginning, assuming you have some programming knowledge but know no C++ at all, and show you how to build a real-world, useful application, demonstrating UI and logic…
In this replay demo oriented session from CodeRage X, Pawel is going to show how to build single-source multi-device, natively compiled Delphi apps for iOS, Android, Windows and Mac that integrate with Amazon Web Services using Cloud API framework. Amazon Web Services (AWS)…
Learn to program with C++Builder: #4, Real code and Useful C++: Ownership, smart pointers, styles, and optional values
November 8, 2016
Update July 24, 2018:With thejust-released Community Edition of C++Builder, we’ve updated these posts.
Please visit the new version of this blog post here.
Community Editionreplaces the old Starter edition, and is a full-featured, free, Professional-level edition of C++Builder. It and the updated ‘Learn programming’ course are well worthchecking…
Background Tasks And Inter-App Communication With Android Services And Intents In Delphi And C++Builder
November 7, 2016
Author: Andreas H57472
If you are developing Android applications with Delphi or C++Builder, you may want to perform background tasks for your app. This is simple to accomplish with Android Services. There is a fantastic CodeRage X replay on building Android Services with…
How To Skin VCL Apps With Custom VCL Styles In Delphi And C++Builder
November 7, 2016
CodeRage XI is coming up and it’s a great time to go back and review some of the sessions from CodeRage X you may have missed. You can register for CodeRage XI by signing up here.Productivity, Platforms and Performance is the theme for CodeRage XIwhich runs…
Learn to Program in Delphi - Designing User Interfaces
November 3, 2016
Author: Pawe Gowacki
Last time we have talked about the importance of app architecture and layers of code. David went one step further and started to build user interface for our calculator apps. This week I’m going to catch up and we will discuss designing user interfaces (UI) for our apps.
Clearly user interfaces are of the highest importance for the user experience (UX) of our app. In…