Page 1 of 1

Compiling for x64 Windows

PostPosted: 02 Aug 2008, 02:23
by Vegan
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.

Re: Compiling for x64 Windows

PostPosted: 09 Sep 2010, 05:22
by chrisadam12
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

Re: Compiling for x64 Windows

PostPosted: 29 Sep 2010, 13:34
by Teemu Pudas
Deleted - Olivier


Why is this spam still here?

Re: Compiling for x64 Windows

PostPosted: 29 Sep 2010, 15:44
by Olivier Deville
Teemu Pudas wrote:
Why is this spam still here?


Thanks Teemu, it has been deleted now :)

Olivier