Compiling for x64 Windows

Programming Topics (Computer Chess) and technical aspects as test techniques, book building, program tuning etc

Moderator: Andres Valverde

Compiling for x64 Windows

Postby Vegan » 02 Aug 2008, 02:23

I have native 64-bit compilers for Windows and can compile C++ for console projects using my Microsoft compiler. This assume the code is well written and not using any of a range of components that need tweaking to run faster.

For some reason, EGTB.CPP will not compile with the newest compiler but I have the old one that will compile it.
Vegan
 

Re: Compiling for x64 Windows

Postby chrisadam12 » 09 Sep 2010, 05:22

Yes, you should and it is as easy as changing the project build type to 64bit. If this is native code that is. For .NET code

things are different because it supports "agnostic" which is clever and means that an assembly will operate as 32-bit OR 64-bit depending

upon the platform it runs on.

For native code rememebr that a) You may need to install 64-bit features of VS 2005 that are not installed by default and that you cannot debug native

64-bit code in an interop setting.





__________________________________________________________________________________________




Signature deleted - Olivier
chrisadam12
 
Posts: 2
Joined: 07 Sep 2010, 11:17

Re: Compiling for x64 Windows

Postby Teemu Pudas » 29 Sep 2010, 13:34

Deleted - Olivier


Why is this spam still here?
Teemu Pudas
 
Posts: 124
Joined: 16 Apr 2007, 14:03

Re: Compiling for x64 Windows

Postby Olivier Deville » 29 Sep 2010, 15:44

Teemu Pudas wrote:
Why is this spam still here?


Thanks Teemu, it has been deleted now :)

Olivier
User avatar
Olivier Deville
 
Posts: 1176
Joined: 26 Sep 2004, 19:54
Location: Aurec, France


Return to Programming and Technical Discussions

Who is online

Users browsing this forum: No registered users and 20 guests