Unknown
I am thrilled to see that there really is a Delphi Community out there.If you make third party components, I’d like to see you post about them there. Perhaps not as a sales pitch, but… … Read more
12 years ago 0
Unknown
Google just added Communities to Google+, so if you are a G+ addict like myself, you are very welcome to the new open Delphi Developer community 🙂 … Read more
12 years ago in Community, social0
Unknown
Our bugtracker system has grown far beyond bugtracking, and that is the time where you need to realize, that bugtracking is not much different from managing a construction site, a catering company or many other… … Read more
13 years ago 0
Unknown
A suggestion for self-curating the Delphi content on Google+! Why? Because although we all are lovable developers, we can only handle that many photos, reshares and caturday gifs!Using Google+ allows us to have a unified… … Read more
13 years ago 0
Unknown
I would like to have support for ordering content of a constant array at compile time. I would like to have optimized lookup function for such an ordered constant array (binary search, hash index, etc,… … Read more
13 years ago in compiler, Delphi, optimize, wishful0
Unknown
I just connected my Blogger ID to my Google+ account, and according to the update at the Blogger site, I’ll be getting access to the new G+ integration stuff as it is rolled out. Can’t… … Read more
13 years ago in Blog, google0
Unknown
Thom Gerdes @ Embarcadero just posted about his first Delphi / XAML application for Windows 8 and WinRT on Google+. https://plus.google.com/101466385048851863100/posts/26z7Pk9Hipo Blatant plug: If you have not signed up for Google+ yet, you should! … Read more
13 years ago in Delphi, Windows 8, WinRT, XAML0
Unknown
While we wait for a Delphi roadmap, a “roadmap preview” is available from the new RAD Studio product manager.Frequent and regular FireMonkey updates A Next Generation Delphi Compiler with multiple hardware/OS targets Next Generation RAD… … Read more
13 years ago 0
Unknown
In the Rad Studio XE2 “Help|About” dialog – the good old Alt-TEAM shortcut Easter egg still works, and brings out the list of RAD Studio team members. But – are there other eggs as well?… … Read more
13 years ago 0
Unknown
The wait is over. If you have bought XE with Software Assurance, your SA Upgrade notice will be arriving shortly. If you want to try it out NOW, you can already download the 30-day trial… … Read more
13 years ago in Delphi, Embarcadero, RAD Studio, XE20
Unknown
Published with permission from Embarcadero.When you start out a new simplistic GUI project in VCL or FireMonkey (FMX) in XE2, you will notice a few differences from older Delphi versions. XE2 introduce consistent use of… … Read more
13 years ago in Delphi, FireMonkey, FMX, vcl, XE20
Unknown
Published with permission from Embarcadero.The Embarcadero RAD Studio XE2 World Tour is upon us. The features are shiny! The reviews will be rave! As a Delphi developer, your favorite toolbox is about to get a… … Read more
13 years ago in cross-platform, Delphi, FireMonkey, XE20
Unknown
Many try to compare Facebook with Google+, and often they conclude that Facebook har more friends, so they will not switch to Google+. However, Google+ should not be analyzed as a Facebook killer. It isn’t…. … Read more
13 years ago 0
Unknown
They say Generics and pointers don’t mix. type PMyThing<T> = ^TMyThing<T> // [DCC Error] E2508 type parameters not allowed on this type TMyThing<T> = record Thing: T; end;Ok, they don’t. But there is a loophole!type… … Read more
13 years ago in Delphi, generics, pointers0