DelphiRAD StudioWebinar

Delphi's 29th Anniversary Webinar Replay And Slides

Well, that was a lot of fun! We just had an amazing “not your usual webinar” event where we celebrated the anniversary of 29 years since the release of Delphi. We covered all the sorts of things you would expect with a great presentation of the history of Delphi 1 by Marco Geuze of GDK Software as well as a look through some of the less usual things Developer Advocates like myself get…
Read more
DelphiRAD StudioWebinar

How To Create A Real Windows App Step By Step Guide

Hello developers. Our previous sessions in our Winter Webinars series which showed you how to create a real Android app step by step” and “how to create a real iOS app (even if you do not have a mac)” were extremely popular. During the sessions I showed how to use RAD Studio 12 to create multi-platform apps to target Android and iOS devices. Building on that is the following…
Read more
C++CodeIDERAD Studio

This Is How To Develop Modern C++ Apps With C++ Builder 12

Hello C++ Developers, I am happy that in the last few years, IDERA Inc. Company and Embarcadero focused on supporting C++ more, which is a good strategy for the software industry. This support started with embracing the hugely popular Visual Assist product from WholeTomato as well as releasing a preview of the 64-bit CLANG compiler. In November, the new RAD Studio 12 with the new C++…
Read more
DelphiTech Partner

Command-line Compilation Of Delphi Projects: Real-life Examples

Delphi app command-line compilation allows developers to compile a project in the background regime without the necessity to run IDE software. This approach is very useful for automating the compilation process, especially in those cases when you need to compile a lot of projects and/or libraries. Command-line compilation is conducted by means of the MSBuild command. The parameters of this command…
Read more