Delphi Clinic | C++Builder Gate | Training & Consultancy | Delphi Notes Weblog | Dr.Bob's Webshop |
![]() |
![]() |
![]() |
|
2012/05/05 - Delphi XE2 Courseware Manuals in PDF format
These following Delphi XE2 Courseware manuals are distributed in PDF format and include free updates (for a period of a year) and e-mail support about the topics covered in the manual.
If you want to order more than one title, please use the webshop at http://www.eBob42.com/Courseware.
If you want to order a single title, you can use the links below:
No VAT | With 19% VAT | |
Delphi XE2 Development Essentials (2nd ed., Feb 2012) | € 50 | € 59,50 |
Delphi XE2 XML, SOAP & Web Services (1st ed., Apr 2012) | € 99 | € 117.81 |
Delphi XE2 DataSnap Development (2nd ed., Apr 2012) | € 99 | € 117.81 |
Delphi XE2 iOS Development (2nd ed., May 2012) | € 99 | € 117.81 |
Delphi XE Development Essentials (final; 08-2011) Free bonus PDF * | € 50 | € 59,50 |
* All courseware manuals of 50 Euro or higher include a free bonus copy of Delphi XE Development Essentials.
Customers outside of the European Union, or within the European Union but able to specify a company name and valid VAT number, do not have to pay VAT. Customers from the European Union without company name and VAT number must use the second link to pay with VAT included. Note that customers from The Netherlands must always pay 19% VAT, and should not use PayPal please but a regular bank transfer please (contact me by e-mail for details).
2012/02/13 - Delphi XE2 & iOS Development
On Monday, February 13th 2012, I've organised a Delphi XE2 and iOS Development seminar in Helmond Brandevoort, The Netherlands.
All attendees presented have received the first edition of my Delphi XE2 iOS Development courseware manual (sold for 99 Euro for those who could not present).
2011/12/21 - Delphi XE2 & DataSnap Development
The first edition of my Delphi XE2 DataSnap Development manual is released.
The PDF is sold for 99 Euro, which includes all updates until the end of 2012.
2011/12/16 - Game of Memory for iOS
My first iPhone app (the "Game of Memory" written with Delphi XE2 and FireMonkey) is now available in the AppStore (for free).
It was quite a journey from "start" to actual AppStore deployment, but fortunately, I now know all the steps, so from now on it will hopefully be easier (although probably not faster)...
2011/10/26 - Delphi XE2 Development Essentials
The first 115-page edition of my Delphi XE2 Development Essentials in PDF format was released on October 14th, and is available from my webshop.
I'm already working on the second edition as well as XE2 edition of my other courseware manuals.
Both the Delphi XE2 Development Essentials and the 290-page Delphi XE Development Essentials are free gifts for developers (from Eurozone) who purchase Delphi XE2 or RAD Studio XE2 from Bob Swart Training & Consultancy
2011/10/04 - Delphi XE2 and Advantage TDataSet Descendants
In this article, I'll demonstrate how we can recompile and install the ADS TDataSet component packages for Delphi and RAD Studio XE2 with a few minor changes and code edits.
2011/10/02 - C++Builder XE2 and FireMonkey
In this article, I'll introduce the new FireMonkey GUI framework and the cross-platform capabilities of C++Builder XE2, producing a cross-platform 32-bit Windows - Mac OS X application.
2011/09/28 - RAD Studio XE2 Update #1
Embarcadero has released Update 1 for C++Builder XE2, Delphi XE2 and RAD Studio XE2, incorporating more than 120 bug fixes, including many FireMonkey design time and runtime bug fixes, the addition of new VCL Styles, VCL Styles design time and runtime fixes, IDE fixes to improve stability, C++ and Delphi compiler fixes and more.
Note that if you install from the web installer rather than the new DVD ISO, then you need to make sure to select an empty directory for the download files (otherwise, you'll get a dialog that asks you to overwrite the existing files - once for every 100+ file, not a good idea).
After having applied Update #1, the About Box mentions the version number 16.0.4276.44006 (which used to be 16.0.4256.43595 in the RTM version, 20 days earlier).
2011/09/02 - Delphi XE2
The XE2 editions of Delphi, C++Builder, Prism, RadPHP and RAD Studio have just been released.
New User licenses as well as Upgrades to Delphi XE2 can be purchased now from me (for customers in Europe using the EURO, plus the UK).
May 2011 - Delphi 64-bit compiler
In this article, I'll cover some of the things to watch out for when using the Delphi 64-bit compiler (or when preparing your 32-bit code for the 64-bit world).
2011/04/08 - Delphi 64-bit compiler
The Delphi 64-bit Compiler Sneak Preview is now available with information and a first look at the 64-bit compiler in action and an opportunity to join our beta test program or be notified when the new version is available.
2010/08/12 - New RAD Studio Roadmap
An updated RAD Studio, Delphi and C++Builder Roadmap is published on the Embarcadero Developer Network.
2010/05/10 - RAD Studio Roadmap
Embarcadero has just published the new RAD Studio Roadmap.
This Roadmap includes information on the upcoming Delphi Fulcrum, supporting both Windows and Mac OS X application development, Delphi Wheelhouse (adding Linux support), the 64-bits Compiler Preview (early 2011), Delphi Commodore (the full 64-bits version) and project Chromium.
Before the real 64-bits Delphi Commodore will be released, we will first get a preview 64-bits compiler:
This preview compiler is currently scheduled for the first half of 2011.
2009/05/18 - Delphi Commodore Main Themes
Delphi Commodore is the codename for an upcoming version of Delphi with 64-bit native development as main theme:
2009/01/07 - The Future of the Delphi Compiler
Nick Hodges has published an article on Developer Network about the future of the Delphi Compiler.
In this article, Nick talks about the Compiler Front End (the part that defines what the language is), with the idea to create a new Front End to offer a choice between a new, non-legacy syntax and the older way of coding (read the article to example of legacy syntax).
New code would have to be put in a new type of code module (so it looks like there would be no mixing of code, although you may be able to use both kinds of modules in your projects).
Nick also talks about the Compiler Back Ends (one for Delphi, one for C++) which currently produce 32-bit binaries for Windows.
A new Back End would be able to produce 64-bit for Windows, and should be shared by both Delphi and C++, and "a bit more flexible with respect to what architecture it targets" (or so Nick writes).
Doing a new Compiler Front End and unified Back End (for both Delphi and C++Builder) will take time.
The team plans to release a preview of the 64-bit compiler (just the compiler, not the IDE) in mid-2009, and the final 64-bit version of Delphi should be ready min-2010.
2008/12/16 - "A year in the Life of Delphi"
Pawel Glowacki blogs about Nick's webinar about "A year in the Life of Delphi".
Read this blog post if you missed the webinar.