milurt 0 Posted July 2, 2022 if i click menu-new embarcadero 10.4 creates 32bit, except menu-crossform, but if i load my '.dpr it changes to 32bit below the menu. how i can make it 64 or is there a compiler directive like {$APPTYPE 32} ? Share this post Link to post
PeterBelow 238 Posted July 2, 2022 After opening the project go to the Project Manager pane; it's docked to the right of the editor by default. Under the project node you should have a noded named "Target platforms". Right-click on it to get a menu with an "Add platform" caption. Click that to get a list of available platforms, select "Windows 64 bit" from that. You should now have two subnodes under "Target platforms", double-click on the one you want to build to activate it. Share this post Link to post