[DUG] DUG] XE2 upgrade
Peter Hyde
peter at webcentre.co.nz
Wed Dec 28 17:14:37 NZDT 2011
> > While on the topic of XE2 .... Anyone out there noticing any delays in the responses of
> > the XE2 IDE ???
> Agree with this. I have an i7, 16GB, 64 bit win 7, top dual video cards, and SSD main drive. Still
> experience 10-20 second delays regularly in XE2. All other apps ok.
Similar spec system -- can't say I've noticed this with a couple of reasonably largeish apps
I've migrated to XE2 from D2010.
re: Graham's comment:
> I thought unicode was going to give me some headaches in upgrading
> apps from D2007 to XE2. These di not eventuate although I have to
> admit not actually using any unicode features. So maybe I will get the
> headache later when I do some unicoding.
They did a pretty good job of making it seamless, especially in terms of standard stuff like
component properties, common classes and such - little or no code change or adaptation
required. Where I've encountered gotchas is in migrating or merging bits of older systems
e.g.:
* code which uses strings as buffers in some fashion -- more common in our real-life apps
than I'd have liked
* code which outputs text data which must be read/processed by older systems, e.g. D7
apps. You definitely have to do some backwards-compatibility work there, to force Ansistring
instead of Unicode output. But not hard once you've isolated all the places it matters.
There are good Unicode primers out there on the interwebs, and also some reasonable
discussion on how Delphi is doing it. But I'd have to say I've not learned it very well as yet,
and undoubtably that would be biting me badly if Embacadero hadn't done such a good job of
the transition.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20111228/7d02c2a9/attachment-0001.html
More information about the Delphi
mailing list