-1

After installing Delphi Berlin update 2 when I compile targeting win64 Release or Debug Platform - Normal. The compiler generates a win32 application instead of win64. Configuration of the compiler Win64-Normal profile:

enter image description here

Answer from compiler output should be in the target folder:

enter image description here

Instead a win32/Debug or win32/Release folder has been created and it contains the executable in win32 format.

This happens also with libraries ...

LU RD
  • 34,438
  • 5
  • 88
  • 296
Rickyarzu
  • 11
  • 2

1 Answers1

0

Resolved uninstalling Delphi and reinstalling without porting the settings. Probably (well surely) I had a not correct path setting from a third party library vendor install that caused the problem. With a fresh install everything goes fine.

Rickyarzu
  • 11
  • 2