Convert delphi 2007 project to latest delphi XE4?
Delphi
2
Posts
2
Posters
5
Views
1
Watching
-
If XE4 gives you errors when opening your .dproj file, the answer would be no. And if XE4 is able to open that file, make sure you do a clean build. Do you have 3rd-party packages installed with Delphi 2007? It's sometimes tricky and annoying to keep packages up-to-date when upgrading your codebase. I assume you've already dealt with UnicodeString in your 2007 project, which is big bonus to the conversion.