tags:

views:

50

answers:

2

Delphi does not yet support building 64-bit applications. What common tools are there for building native 64 bit programs, especially with an IDE? For instance, I believe that Visual Studio supports this. Anything else?

+1  A: 

On Mac, Xcode builds 64-bit apps. Bear in mind that you must use the Cocoa UI APIs.

JWWalker
+1  A: 

Visual Studio 2005, Visual Studio 2008, Free Pascal x64.

buttercup