Top "64-bit" questions

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

Reading 64bit Registry from a 32bit application

I have a c# unit test project that is compiled for AnyCPU. Our build server is a 64bit machine, and …

c# .net 64-bit registry 32-bit
Detect 64-bit or 32-bit Windows from User Agent or Javascript?

I want to offer the right version of a download. The versions I have are: 32-bit Windows 64-bit Windows Linux …

javascript 64-bit operating-system user-agent
Excel ODBC and 64 bit server

using ASP.NET I need to update an excel template. Our server is running Windows 2008 in 64 bit mode. I am …

excel 64-bit odbc windows-server-2008 32-bit
Can't display PDF from HTTPS in IE 8 (on 64-bit Vista)

I have a home-grown HTTPS server that serves up simple files (it's embedded within my app). It works great -- …

internet-explorer pdf internet-explorer-8 https 64-bit
What is the difference between a 32-bit and 64-bit processor?

I have been trying to read up on 32-bit and 64-bit processors (http://en.wikipedia.org/wiki/32-bit_processing). My …

64-bit hardware 32bit-64bit 32-bit processors
The Double Byte Size in 32 bit and 64 bit OS

Is there a difference in double size when I run my app on 32 and 64 bit environment? If I am not …

c# 64-bit floating-point double ieee-754
Does the VB6 IDE run on Windows 7 / 8 / 10 64-bit?

We're approaching a point of replacing several of our developer PCs and would like to move up to 64-bit to …

vb6 windows-7 64-bit
Does JavaScript support 64-bit integers?

I have the following code: var str = "0x4000000000000000"; //4611686018427387904 decimal var val = parseInt(str); alert(val); I get this value: "4611686018427388000", which …

javascript numbers integer 64-bit
Can I still develop 32-bit applications using a 64-bit machine?

I'm wondering if I can still develop 32-bit apps using a 64-bit machine (64-bit Windows Vista with Visual Studio 2008 SP1)? …

visual-studio 64-bit 32-bit
C# compiling for 32/64 bit, or for any cpu?

Possible Duplicate: Visual Studio “Any CPU” target I've noticed that when compiling C# code in VS, there's typically options for …

.net assemblies 64-bit 32bit-64bit anycpu