News

Fall 2016 XE8 and 10 Seattle Updates

Embarcadero has just release updates for the XE8 and 10 Seattle versions of Delphi, C++Builder, and RAD Studio, available to customers withan active update subscription. This is part of the ongoing initiative to makeavailable fixes done in newer versions (in this case 10.1 Berlin and its updates) to customers still on previous versions, something we informally call…
Read more
News

Creating Custom Styles with the Bitmap Style Designer - CodeRage Replay, Tips & Tricks and Sample Files

Style Creation Tips Start out with the 3x resolution graphic first, then scale down to 2x, 1.5x and 1x using your graphic design tool of choice (for example, Photoshop) Save each graphic as a png. Except for the 1x resolution, all style graphics need to include the resolution size as part of the file name, i.e.: 1x:     _name.png 1.5x:  _name15x.png 2x  :   _name20x.png 3x  :  …
Read more
C++

Learn To Setup And Configure SSL & TLS For RAD Studio EMS, DataSnap, REST And Web Services

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 configure ISAPI with SSL. It also covers older versions and which versions are vulnerable to POODLE. There is a demonstration of…
Read more
News

Learn to program with C++Builder: Homepage

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…
C++

Learn To Quickly Integrate With Amazon Web Services In Delphi And RAD Studio

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) delivers secure, scalable and inexpensive “cloud computing” platform that combined with cross-platform mobile and desktop…
Read more