Archive
Wednesday, 2. November 2011
14
votes
dorm, “The Delphi ORM”, officially published at ITDevCon
Daniele Teti's programming blog
– As all the attendees have seen, at the last ITDevCon, I’ve officially published dorm as an OpenSource project. You can find the project on google code: http://code.google.com/p/delphi-orm/ An introduction to dorm is available on google docs. dorm begins as a my personal project more than one ...
4
votes
Time for DWScript v2.3!
DelphiTools
– Or in other words, Delphi Web Script 2.2 has been branched! “Rich. Small. Fast. Reliable. Choose any Four” With v2.2, DWScript is now aiming for that motto*, and this new release represents a major step forward from 2.1 in terms of language features and robustness. DWScript 2.2.0 (348 ...
2
votes
ITDevCon 2011 Summary
Marco's Tech Blog
– Last week ITDevCon conference was very nice, as usual. I gave 4 sessions (including an Advantage DataBase vendor session) and tool part in a panel about recent Delphi libraries that take advantage of recent Delphi language features. I also attended several other sessions, often hard to choose given ...
8
votes
You need at least 5Gb free space for Update 2 for #Delphi XE2, C++Builder XE2 and RAD Studio XE2
The Wiert Corner
– Yesterday, Update 2 for Delphi XE2 / C++ Builder XE2 / RAD Studio XE2 became available for download. A few notes from my experience upgrading from a full RAD Studio XE2 Update 1 install (from ISO): You need at least 5 Gb free disk space to install Update 2. It will leave a 300 Mb directory at ...
3
votes
SmartInspect for Delphi XE2
blog.gurock.com
– If you are a Delphi developer you likely already know that Embarcadero recently released this year’s Delphi update called Delphi XE2. Delphi XE2 comes with support for 64-bit systems and with multi-platform capabilities. We just released an updated version of our logging tool SmartInspect that ...
5
votes
Connecting to PostgreSQL through dbExpress ODBC driver
Andreano Lanusse
– Delphi XE2 and C + + Builder XE2 introduce the new dbExpress ODBC driver, which enable FireMonkey and VCL applications to connect to any database that provides a ODBC driver. In order to show how it works, I created a FireMonkey project sample that connect to a PostgreSQL database. As first step, ...
7
votes
XE2 Update 2
Delphi Haven
– I’ve just installed XE2 update 2, which wasn’t hassle-free – after a few minutes, the installer seemed to hang on what was labelled the ‘validating install’ stage. Looking at Task Manager, I saw a Windows Installer process maxing out a core, so I killed it and rebooted. ...
Tuesday, 1. November 2011
9
votes
Update 2 for Delphi XE2, C++Builder XE2 and RadPHP XE2 available
Andreano Lanusse
– The Update 2 for the XE2 release of Delphi, C++Builder and RadPHP are available on the following links. You can download Update 2 for Delphi and C++Builder through the “Check for Updates” option. If you have your Delphi XE2 or C++Builder XE2 IDE installed on XP, you have to download the ...
6
votes
Update 2 for Delphi XE2, C++Builder XE2 and RAD Studio XE2 now available
Delphi Insider
– Update 2 for Delphi XE2, C++Builder XE2 and RAD Studio XE2 has just been released.You can get the update in several ways. You may be prompted to install the update the next time you start the IDE or you can run Check for Updates under Embarcadero RAD Studio XE2 in the Windows Start menu.You can also ...
0
votes
Using the Power of FireMonkey to enhance C#
Stephen Ball
– FireMonkey provides fast powerful native performance with the CPU and GPU to enable stunning business application development. In this video we show how simple it is to write and use a FireMonkey library written using Delphi to integrate with and enhance a C# application. The code for Integrating C# ...
0
votes
VCL to FireMonkey (Video)
Stephen Ball
– A few people have asked for a "see it in action" video of the VCL to FireMonkey blog I did recently showing FireMonkey in a DLL with a VCL application using that DLL… so… here you go, watch it in action!!
0
votes
RAD in Action Series - FireMonkey: FireMonkey Styles by Marco Cantù, Part 3
Delphi Insider
– Here's the third video in the new RAD in Action - FireMonkey series with Marco Cantu.Learn about FireMonkey styles in this video. See what's behind the definition of a styled control (a button), how to customize the style of a given control, change the style of an entire application, and how to use ...
2
votes
Delphi: solution for “How can I find all the units in my Delphi app?” (via Stack Overflow)
The Wiert Corner
– Delphi Tricks (from Chris Hesik, see link below) to show which units are compiled into an app: Use the modules view, this will show you what units (and source files!) the debugger knows of for your modules. Use the –depends switch on the commandline: this will output a .d file listing all the ...
1
vote
Format XML Data using Delphi - Properly Indent TXMLDocument XML Tags Without doNodeAutoIndent
About Delphi Programming
– in TXmlDocument :: When using the TXMLDocument to create XML documents you might receive a nasty EOleException: This operation can not be performed with a Node of type PCDATA. If you want the resulting XML to look "pretty" - so that each element node appears on its own line, indented appropriately ...
6
votes
Cloning ClientDataSet Cursors
Let's Get Technical
– Last winter I got around to writing a book about Delphi's ClientDataSet component. This book was published at the end of March, and is now available worldwide (there's a link at the end of this article).This post covers an interesting advanced feature of ClientDataSets called cloned cursors. Chapter ...




