News

New in 10.2.3: FireMonkey UI Templates - Login Screens

Only the first template will be auto-opened after installing a GUI template, but you can access the other two templates by navigating to C: Users Public Documents Embarcadero Studio 19.0 Samples Object Pascal Login Screens Login Screen #1 Shown: FireUIMasterview with custom Emerald Crystal macOS style applied Shown: FireUIiPhone…
Read more
C++

New in 10.2.3: CMake Support

Avery exciting feature in C++Builder 10.2.3 is support forusing CMake with our compilers. Let’s dig in! This post is the first in a series on CMake, and will cover: What CMake is How to write a CMakeLists.txt file How to build a project on Windows What is CMake? You can think ofCMakeas a platform-independent, compiler-independent,project format for C++…
Read more
News

Google Cloud Shell Network Details

Marco Cantu’s blog post aboutRunning a Delphi Linux Application on Google Cloud Shell got me wondering more about the Google Cloud Shell,specifically around the networking. First of all, is the IP address public? jim@cloudshell:~$ hostname -I 172.18.0.1…