Visit site Marco's Tech Blog
May 2013
1
vote
Using Open SLL in Delphi iOS
Marco's Tech Blog
– Delphi uses OpenSSL for Indy's HTTP support, but also for Amazon and Azure cloud services. it is also used for DataSnap clients when encryption filters are enabled. Here are some tips on how to get this library up and running. To enable Indy's OpenSSL support in your Delphi code, all you need to ...
1
vote
Keynote at DDD Frankfurt and Amsterdam
Marco's Tech Blog
– Over the next two weeks I'll visit and given a keynote at the two European stops of the Delphi Developer Days tour, with Cary Jensen and Bob Swart. As you might remember, I used to co-organize and speak at these events with Cary, but given my new job at Embarcadero I couldn't do that any more. ...
13
votes
Of Strings, Immutability, COW, and AnsiStrings
Marco's Tech Blog
– Not unexpectedly, there is debate in the Delphi community around strings in the NextGen compiler, touching on string immutability, copy-on-write, the loss of the AnsiString type in Delphi's new iOS compiler, and the like. Some sources are: delphitools.info/2013/05/13/immutable- ...
1
vote
Italian Delphi Day 2013
Marco's Tech Blog
– On June 6th there will be the 12th edition of the Italian Delphi Day, featuring local and international speakers, including myself as Delphi PM and Bruno Fierens of TMS. Beside conference style presentations, the day will see roundtable discussions, showcases, and lots of Q&A; sessions, covering all ...
4
votes
XE4 Articles, Comments, Intelli-J, and More
Marco's Tech Blog
– I saw a very interesting article on ZDNet about a real case of an Australian company in the medical field. You can read the article, with extensive #34es from Malcolm Groves, at www.zdnet.com/pascal-still-an-advantage-for-some-ios-android-developers-7000014743/. I also witnessed a ...
0
votes
Delphi XE4 IDE videos by José León
Marco's Tech Blog
– José León has been posting some in depth videos about the changes in the Delphi IDE to support iOS development (and not only that) in XE4. The complete series is on his blog at joseleon.es. Specifically the first three videos were published in April, while there have been 6 more already in May. ...
1
vote
IBLite, Free InterBase for iOS
Marco's Tech Blog
– Embarcadero has formally announced IBLite, the free version of IB ToGo for iOS, already shipping in RAD Studio XE4. You can read the announcement at edn.embarcadero.com/article/43128. As you might know, IBToGo is a DLL-based or in-process version of InterBase, requiring no deployment and giving ...
1
vote
XE4 DataBase Components Updates and the Reviewers Guide
Marco's Tech Blog
– There are two hot fixes available for the database side of XE4: IBX (Interbase Express) is now available for registered users at cc.embarcadero.com/item/29408 The FireDAC Enterprise download for XE4 (if you are entitled to it) is at cc.embarcadero.com/item/29368. It has been ...
April 2013
2
votes
Assorted Delphi XE4 Links
Marco's Tech Blog
– I've been busy with launch webinar and other activities, but I've also spent some time online. Here is a collection of links related with Delphi XE4: JT on True Native at blogs.embarcadero.com/jtembarcadero/2013/04/18/true-native/ Long long post with many technical details by ...
4
votes
My Delphi Podcast Interview
Marco's Tech Blog
– I was interviewed by Jim McKeeth for a new episode of the Delphi Podcast. The first good news here is that the podcast is coming back after quite some time, kudos to Jim for that. The second news is I was interviewed for it, and spent quite some time chatting about Delphi in general, Delphi for iOS ...
5
votes
Delphi Language for Mobile Development Paper
Marco's Tech Blog
– I wrote a 40 pages technical white paper covering all of the language changes in XE4 for mobile development (tied to the new ARM LLVM-based Delphi compiler). The document covers the reasons for the changes (technical and not), covers these language changes in detail, and offers best practices for ...
3
votes
Delphi XE4 Is Available
Marco's Tech Blog
– As of today (a couple of hours ago) Delphi XE4 is available. This is a very significant new version of Delphi, since it adds to Windows and Mac development the announced iOS ARM compiler and the complete support for the iOS platform (RTL, FireMonkey, Indy, Database access, DataSnap, full development ...
6
votes
Automatic Reference Counting for Delphi
Marco's Tech Blog
– The coming Delphi for iOS compiler will have a brand new memory management model for Delphi, ARC. This was mentioned in my previous blog post (has been 2 hectic weeks, sorry for not blogging for so long), and by Olaf Monien in some blog posts (including http://www.monien.net/delphi-xe-4-is-arc-for- ...
March 2013
6
votes
Class Operators in Delphi
Marco's Tech Blog
– Delphi coming ARM compiler (for iOS) will add a nice feature to the language. Operators overloading for classes, a feature that is currently only for records. This means you can write a class like this: type TNumber = class private FValue: Integer; procedure SetValue(const Value: ...
2
votes
VCL or FireMonkey: Short Take
Marco's Tech Blog
– A couple of days ago in the non-tech forum I posted a very short description of the key differences between the VCL and the FireMonkey libraries you can use in Delphi to build a Windows application (Of course, FireMonkey is the only choice for Mac development, and will be the only choice for iOS and ...



