Last week we look at the Python developer side of the Embarcadero Python Ecosystem with DelphiFMX. This week are are looking at the Delphi (and potentially C++Builder) side of the ecosystem.
Embarcadero Open Source Live Stream
The next installment takes a look at the new Python Data Sciences Libraries and related projects that make it super easy write Delphi code against Python libraries…
We are starting something new, and I’m pretty excited about it. This is the first in a series of regular live streams discussing the latest in open source projects. Both projects sponsored by Embarcadero and key projects in the community. I will be the the host, and…
Enter the Skia4Delphi GUI Beauty Contest
May 10, 2022
TL;DR: Make a cool demo using Skia4Delphi and Delphi 11.1 Alexandria, post it on GitHub, be the envy of all your friends, and maybe win a prize!
We all know Delphi is the best tool when it comes to making amazing GUI applications. Use Skia4Delphi to take it to the next…
Announcing the Availability of RAD Studio 11.1 Alexandria
March 15, 2022
Embarcadero is pleased to announce the release of RAD Studio 11 Alexandria Release 1, also known as RAD Studio 11.1, along with Delphi 11.1 and C++Builder 11.1.
The RAD Studio 11.1 Alexandria release enhances the great features introduced in RAD Studio 11, with a focus on usability, performance and stability improvements. It also includes some new functionality, including new database…
The C++Builder 25th Anniversary: Visual Development, the Power of the C++ Language and 2.5 decades of Continuing Excellence
February 26, 2022
Delphi version 1 was launched at the Software Development Conference in San Francisco on February 14, 1995. I and other team members would travel around the world giving demonstrations of the IDE, Object Pascal language, VCL components, and database connectivity. When Delphi…
Grab Your HUGE Delphi Anniversary “Innovation Timeline” Infographic!
February 14, 2022
Are you interested in seeing how your preferred programming language has progressed over time and what additional innovations it has enabled? Is Delphi tearing your curly brackets apart, or has C# sharpened your skills? Do you remember the various phones you’ve had…
Happy 27th Birthday Delphi and a Few Thoughts about Building the Future
February 14, 2022
My first Pascal, Turbo Pascal and Delphi Experiences
I wrote my first Pascal program in 1972 as a Computer Science student at Cal Poly San Luis Obispo. I knew from the beginning that Pascal would be part of my future career in some way. I first met Philippe Kahn at the Comdex Las Vegas 1983 convention when he stopped our Softsel Computer Products (now Merisel) booth. Back then I was running…
Building The Future With Delphi #Delphi27th
February 9, 2022
Bill Clinton was President, Windows 3.1 was king, and CompuServe was still a thing. The R&D team at Borland Software Corporation which included Anders Hejlsberg, Gary Whizin, Chuck Jazdzewski, Dave Scofield, Allen Bauer, Hank Cox, Marc Cousineau, and Ray Kaestner…
Delphi & C++Builder FREE Community Editions Updated to Version 10.4.2 Are Now Available!
July 19, 2021
The free and full-featured Community Editions of Delphi and C++Builder are designed to help you get started programming. These powerful IDEs provide all the features you need to quickly explore robust app development.
When Community Edition launched it made all the features…
This is the second year year Delphi is listed in the very large StackOverflow survey and results for the language are better than last year, even if mixed in some areas.
The Delphi programming language is officially listed in the most recent StackOverflow developers surveys. It was present last year and it is there also this year (this time along with the RAD Studio IDE, in the specific…
10 Creative Ways To Develop Awesome C++ Apps On Windows
June 24, 2022
1. Use The Latest Modern Components via Get-It!
When developing Modern C++ apps we mostly refer to a lot of libraries and other tools that helps us to modernize our applications. They also help to save time, to save us to see a lot of code lines, to save us to learn and…
Everything You Need To Know About An IDE For Coding
June 24, 2022
Programmers write code on different operating systems like Windows, Linux, and Mac OS. Each OS has a dedicated IDE, but there’s a good selection of IDE tools out there when you’re searching for an IDE for coding. These include tools for writing, building and…
What IDE Is Best For Creating C++ Software?
June 23, 2022
C++ is one of the most powerful programming languages as well as being one of the world’s most popular. It has many pre-defined variables, functions, and libraries. Using a fast and reliable C++ software editor, IDE and C++ compiler is very important for beginners and professionals since it helps C++ developers in remembering which language features exist, how to use them, and even detect errors…
Why You Should Think About Analytics And Reporting Tools
June 23, 2022
Data is the biggest asset for any business. It can help enterprises better understand their customers. It also improves their advertising campaigns and personalizes their content. However, you cannot access these benefits without proper analytics and reporting tools.
FreeAndNil() - Delphi Developer Debate
June 22, 2022
You are familiar with FreeAndNil(), but do you use it? How often? Are you using it right? As with most things in software development, it is a complicated topic. So let’s see what the experts have to say. We are going to debate the details in a friendly discussion with…
This Is How To Use ADO And FireDAC With Databases
June 22, 2022
From this article, you will learn the difference between working with databases via the ADO technology and the FireDAC library. Using the right database technology is often a critical part of designing your apps, particularly for Windows application development where there is a very rich array of database choices, not all of which may be hosted on a Windows server.
ADO (ActiveX Data Objects) is…
How To Install Build Tools And C++ Compiler For Windows
June 22, 2022
Developing applications are easy and you should start by installing the build tools and C++ compiler for Windows such as C++ Builder. C++ Builder and the RAD Studio IDE is a C++ application development tool for the Windows 11, 10 and 8
What can I do with a C++…
How To Develop Windows Software
June 22, 2022
Software is a collection of commands or instructions that allows users to interact with a computer and the hardware to perform a series of tasks. You can purchase and download software on your computer or use a Windows software maker. Knowing how to develop Windows software…
Hello C++ Developers,
Today we cover a variety of topics about strings, which mostly include String Operations in Modern C++ software. We will learn more string operations, mostly about wide strings (std::wstring). We will explain converting string to wide strings, with examples. We will also hear about how the replace method can be used to replace part of a string with another string. We will…