Subscribe to this list via RSS Blog posts tagged in Parallel Programming Library
Easily Make Asynchronous REST Calls In Delphi 10.2.1 Tokyo On Android, iOS, macOS, and Windows 10 The Hospitality Survey App template contains a RAD Server project and a Delphi client project. You can download the Hospitality Survey App template code for yourself from Embarcadero's GetIt. The Delphi client project makes REST calls via the BaaS components to RAD Server. Keep in mind that this same source code will work with TRESTClient and TNetHTTPClient. It is beneficial for the REST calls to be made in an asynchronous way because the interface stays responsive and on some platform...

Posted by on in Blogs
Cool App Contender: Bank Fadaile Bank Fadaile is an Android app dedicated to using the power of mobility in bypassing the use of traditional browser search methods and connecting the mobile phone holder directly with different websites via API integration. It was submitted to the Embarcadero Cool Apps Contest as a contender. The Bank Fadaile mobile app is under development by Fadaile Abalrhman using Embarcadero’s C++ Builder development tool as a means to help his fellow university students to access electronic payment service...
Using C++11 Lambda functions with the C++Builder Parallel Programming Library With the introduction of the Parallel Programming Library (PPL) and Embarcadero C++Builder support for C++11 lambda functions on the Win32, Win64, iOS and Android platforms, you can now use the two in combination in your applications. Below you will find C++Builder example source code that uses lambda functions with the Parallel For, Tasks and Futures. If you use C++11 features (including lamda functions) in your applications that target Win32, make sure you turn off (set to False) the "Use clas...

Posted by on in Programming
C++ Multi-Threading for Mobile and Desktop Apps During the recent CodeRage X online technical conference, I showed some C++ demo applications in the C++ track that use the System.Threading unit and the Parallel Programming Library that are included in C++Builder 10 Seattle. Leveraging the libraries and techniques will help you create responsive user experiences for your desktop and mobile applications. You can watch the demos on the EmbarcaderoTechNet YouTube channel and download the source code for the projects on EDN's CodeCentral...

Posted by on in Programming
CodeRage 9 C++ Track Sessions to Watch You can watch the replays of the CodeRage 9 C++ track sessions on YouTube. These sessions will help you modernize your VCL applications, learn more about multi-device and mobile development using FireMonkey, connect with SQL databases using FireDAC, build enterprise class mobile applications with Enterprise Mobility Services, add speed to your VCL and FireMonkey applications using the new Parallel Programming Library, become a better C++ programmer by learning from some of the industry's top exp...
Parallel Programming using the new RAD Studio XE7 runtime library I've created a short video that shows Marco Cantu talking about and demoing the new XE7 Parallel Programming Library at the recent RAD Studio XE7 First Look webinar. You can find the video on our YouTube channel at https://www.youtube.com/watch?v=x8S5b0peu7U. Stephen Ball has written 3 recent blogs giving an overview of the Parallel Programming Library, how to use parallel tasks and how to use parallel Futures. QUICK INTRODUCTION TO PARALLEL PROGRAMMING WITH XE7  - http://delphiaba...
  • Page :
  • 1

Check out more tips and tricks in this development video: