Anders Melander 1774 Posted September 19 6 minutes ago, luciano_f said: can you confirm if it is the 64-bit IDE It isn't. I haven't installed it, but I can read. 2 2 Share this post Link to post
DelphiUdIT 169 Posted September 19 34 minutes ago, luciano_f said: Has anyone already installed this version and can you confirm if it is the 64-bit IDE ? No it isn't. Change the IDE means change the World (all components whould be at 64 bit for example ...). In the last webinar they told they are working about but it's not time to have a date to release. Bye Share this post Link to post
Uwe Raabe 2055 Posted September 19 1 hour ago, luciano_f said: can you confirm if it is the 64-bit IDE Nobody claimed it were a 64 bit IDE. Only the compilers and the LSP server are available as 64 bit versions. The IDE still is 32 bit. That is why the 64 bit compilers can only be used with the MSBuild option. 3 Share this post Link to post
PeterBelow 238 Posted September 20 21 hours ago, luciano_f said: but this is just the improved Copiler for 64 bits. Has anyone already installed this version and can you confirm if it is the 64-bit IDE ? The IDE is 32 bits. The 64 bit compiler is a separate executable, which is why it can only be used if you compile via MSBuild. It is intended for use on build servers as I understand it, not while you're working in the IDE. Share this post Link to post
Uwe Raabe 2055 Posted September 20 55 minutes ago, PeterBelow said: It is intended for use on build servers as I understand it, not while you're working in the IDE. Nevertheless it is possible to use it from inside the IDE, although with the restrictions that come with using MSBuild from the IDE in general. Share this post Link to post