Dave
TFireMonkeyContainer is a small open-source VCL component that can host a FMX form, allowing you to embed FireMonkey forms inside your VCL application. It works with XE3 and above. A 3D FireMonkey form embedded in… … Read more
11 years ago in Delphi, FireMonkey, FMX, tfiremonkeycontainer0
Robert Love
During our XE to XE6 upgrade project, we felt it was time to redo our build process.We are using FinalBuilder and ContinuaCI produced by VSoft Technologies in Canberra, Australia.During the process we ran into some… … Read more
11 years ago 0
Dave
Part 1 of a series on how to write an IDE plugin that can paint on the IDE code editor line-by-line along with the code. Introduction: IDE plugins IDE plugins are a mysterious topic. With… … Read more
11 years ago in code editor, Delphi, IDE, opentools, otapi, paint, plugin0
Dave
Earlier today while working on an IDE plugin, I got the following compiler warnings: [dcc32 Warning] W1029 Duplicate constructor ‘TLineDifference.CreateEqual’ with identical parameters will be inacessible [sic] from C++ [dcc32 Warning] W1029 Duplic… … Read more
11 years ago in C++, compiler, Delphi, directive, error, warning0
Robert Love
One of the first things long time Delphi Developers may notice about XE6 is that it has new look and feel.One thing I have learned over the years is that when you change the user… … Read more
11 years ago 0
FPiette
ICS has been updated for Delphi XE6. No new feature, just a simple update for the latest Delphi version. VCL and FMX supported for desktop platforms. Mobile still under way. Download as usual. See http://wiki.overbyte.be Follow… … Read more
11 years ago in Delphi, FMX, ICS, Internet, vcl, XE60
Robert Love
Delphi XE6 was just released yesterday! My team of 10 Delphi Developers has been moving fast.Several Open Source Libraries that my team uses have been updated to support XE6. DUnitXDelphi-MocksJCLJVCL Spring4DWe also updated OmniThre… … Read more
11 years ago 0
Stefan Glienke
First of all: I like generics, I love them. You can do all kinds of neat stuff with them… until they bite you. Then they crash your compiler which might make your IDE hang or… … Read more
11 years ago 0
Chris Rolliston
Just a quick post to say Embarcadero have released hotfix 6 for XE5, which resolves significant issues when attempting to develop iOS apps in conjunction with iOS SDK 7.1 and Xcode 5.1. More info is… … Read more
11 years ago in XE50
Stefan Glienke
I just came across this article and was very shocked by the code and so I decided to travel back in time to read the original article by Robert C. Martin and I have to say:I sincerely have to… … Read more
11 years ago 0
FPiette
This article explain how to create a form on the fly. Such a form is created by code, without using the designer. You will surely ask why you would do that! Granted the Delphi form… … Read more
11 years ago in Component, Delphi, Embarcadero, programming0