Up and running on XE6 Update 1.
– No new hints or warnings.
– One code incompatibility with XE5 found in the uses statement:
{$if compilerversion >= 27}
System.JSON, // XE6 and upwards
{$else}
Data.DBXJSON, // XE5
{$endif}
So far, so good. It’s the smoothest Delphi upgrade yet.
Almost too easy… what can go wrong? 😉
waaait for it, waaait for iiit…
I’ve been using it since it was released – it’s working very smoothly for me too.
Ohhh, nooo, you didn’t actually ask that??
Let the fecal matter intercept the rotating device, Bill.
Have been enjoying XE6 Update 1 for my personal projects, looking forward to using it at work (soon he said!).
Looks like TMS has a regression error in their Grid package. Some of my apps are getting weird icons again.
Oh, just about anything. Like XE6 is supposed to give fewer out of memory errors, except that while our project group requires XE2 to be restarted once to complete a build all, XE6 needs 2 restarts. And plenty of other minor incompatibilities. Admittedly, some of them are about constructs that were incorrectly permitted by the compiler, but it still requires a bucket load of work to sift through.