Firebird News: Database .NET 9.0 released
Database .NET is an innovative, powerful and intuitive multiple database management tool. You can Browse objects, Design tables, Edit rows, Export data and Run queries with a consistent interface....
View ArticleBehind the connection: A first look at Delphi for Android
Delphi for Android has been in beta for a while now. The progress has been awesome. Since a few months, Delphi for iOS allowed us to build applications for iPhone and iPad. Now with Delphi for Android,...
View ArticleDelphi Haven: FMX TClipboard now supports iOS
I’ve just checked in a revision of my open source FMX TClipboard implementation that has an iOS backend. This supports the current rather than the FPC-based version of ‘Delphi for iOS’, however the...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
Something overwrote the Browsing Path of my Delphi XE installation.Symptoms:When debugging a project in “use debug DCUs” mode, the IDE cannot find RTL, VCL and Indy units.When you type `System` in a...
View ArticleFirebird News: New snapshot of Jaybird 2.2.4 with support for: Firebird 3.0...
Mark Rottevee announced new snapshot of Jaybird driver : I have just uploaded a new snapshot version for Jaybird 2.2.4 to sourceforge and the sonatype snapshots repository for Maven. Most notable...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
While researching some other historic information about Delphi, I bumped into this thread: New DPMI host – delphi.If is a small thread describing what kinds and versions of DPMI hosts were available to...
View Articletwm’s blog: Concatenating pdf files the easy way
I just had the need to concatenate several pdf files to a single one. Since my desktop computer is running Windows, I first tried to download and use some freeware utility. After the first one did not...
View ArticleThe Podcast at Delphi.org: Data Visualization with Ray Konopka
I am really looking forward to Ray Konopka‘s webinar on data visualization with Delphi and RAD Studio. Hopefully you will get a chance to join in too!Join Embarcadero and Delphi expert Ray Konopka to...
View ArticleDelphiTools.info: DWScript WebServer in the metered cloud
I’ve now been running the DWScript Sample Web Server for 8 months in a metered host (Ikoula’s 1€/month VM), so it’s time for a more formal introduction article. It served web pages and JSON dynamically...
View ArticleThe Podcast at Delphi.org: Sneak Peak: Android SDK, NDK and Device Support in...
A juicy sneak peak of the Android support in the SDK Manager and Project manager being developed in the beta. This video shows the updates to the SDK Manager to support the Android SDK & NDK. These...
View ArticleBehind the connection: Android application with Delphi
The next version of Delphi will include a new compiler for the Android ARM Platform. This compiler is based on LLVM architecture like Delphi for IOS compiler. It will produce native code (That is ARM...
View ArticleTe Waka o Pascal: A Case of Insensitivity
I closed my previous post with an observation that the code for initialising an iOS user interface programmatically, as translated from equivalent Objective-C, contained a potential gotcha. I now have...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
I might need this for some really old stuff, so here is a reminder: Unspecified Error in Delphi 2007 on Windows 8 | ACMer.It does work on Windows 7: Problem installing Delphi 2007 on Windows 7 64 Bit...
View Articletwm’s blog: A web server as a shell script no a single line
I just found this via Heise online:Web server in one line of bashI tried it and it works! while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html; } | nc -l 8080; done You can replace index.html...
View ArticleThe Podcast at Delphi.org: Sneak Peek: Delphi FirePhoto app on Android
Demo of using the FirePhoto app to take a picture with both the front and back facing cameras on the new Google Nexus 7. Also applying a built in GPU effect to the picture.Special Offers6 months...
View ArticleCastle Game Engine news: Castle Game Engine 4.1.1, view3dscene 3.13.0 release...
New 4.1.1 version of Castle Game Engine is released! Along with it, as usual, we release view3dscene 3.13.0, our VRML/X3D browser, and update a couple of other tools/games.New user-visible features (in...
View ArticleFirebird News: ADO.NET provider for Firebird 3.1.1.0 is ready
The version 3.1.1.0 of ADO.NET provider for Firebird is ready for your download! More info.
View ArticleFirebird News: Database Workbench 4.4.1 released
Upscene Productions is proud to announce the next version of the popular multi-DBMS development tool: ” Database Workbench 4.4.1 Pro ” For more information, see here. This version includes fixes for...
View ArticleThe road to Delphi: Introducing The Delphi Dev. Shell Tools
I just started a new Delphi Project called Delphi Dev. Shell Tools the aim of this shell extension is facilitate some common tasks like open, build and edit a Delphi project , as always the project...
View ArticleThe Podcast at Delphi.org: How Delphi and C# Are More Alike Than You May Know
With the upcoming release of Delphi support for Android there is a lot of interest from developers who are not currently using Delphi, most notably C# developers. Delphi provides a great solution for...
View Article