Top "64-bit" questions

A 64-bit architecture is usually a system where addresses (pointers) are 64 bits wide.

What are the pros and cons of running IIS as 32bit vs 64bit on a 64bit OS?

Possibly better suited for "Rack Overflow", but from a developer's point of view, what are the advantages and disadvantages of …

asp.net iis 64-bit 32bit-64bit 32-bit
Force x86 CLR on an 'Any CPU' .NET assembly

In .NET, the 'Platform Target: Any CPU' compiler option allows a .NET assembly to run as 64 bit on a x64 …

c# 64-bit clr code-injection
How to compile a 32-bit binary on a 64-bit linux machines without touching the CFLAGS environment variable

The solution in How to compile a 32-bit binary on a 64-bit linux machine with gcc/cmake is not possible …

linux gcc 64-bit compilation freebsd
How to install, test, convert, resize PDF using ImageMagick, Ghostscript, Windows Vista/7 x64

I'm having trouble with getting ImageMagick and Ghostscript to work together - everything seems difficult, from installation, to testing, to …

pdf imagemagick 64-bit ghostscript
Using Wix to create 32bit and 64bit installers from one .wxs file

I would like to keep my top level .wxs DRY while building 32 and 64 bit installers. I am using the -arch …

wix 64-bit wix3
Does Java 64 bit perform better than the 32-bit version?

I noticed Sun is providing a 64-bit version of Java. Does it perform better than the 32-bit version?

java 64-bit 32-bit
How to use RIP Relative Addressing in a 64-bit assembly program?

How do I use RIP Relative Addressing in a Linux assembly program for the AMD64 archtitecture? I am looking for …

assembly 64-bit x86-64 gnu-assembler
Use 32bit "Program Files" directory in msbuild

In 64 bit versions of windows, 32 bit software is installed in "c:\program files (x86)". This means you cannot use $(programfiles) …

msbuild x86 64-bit x86-64 program-files
Visual Studio designer in x64 doesn't work

In Visual Studio 2010 64bit I can't design my forms. I keep getting this warning (and error): Warning 18 The designer could …

c# visual-studio-2010 64-bit designer
Inno Setup default install folder change

Every time I compile my installer the default installation directory is C:\Program Files\Company\Product and I don't seem …

installation 64-bit inno-setup istool