Top "64-bit" questions

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

Can I run a 64-bit VMware image on a 32-bit machine?

Can I run a 64-bit VMware image on a 32-bit machine? I've googled this, but there doesn't seem to be …

64-bit vmware virtualization virtual-machine
How to detect Windows 64-bit platform with .NET?

In a .NET 2.0 C# application I use the following code to detect the operating system platform: string os_platform = System.…

c# windows 64-bit .net-2.0 platform-detection
What is the bit size of long on 64-bit Windows?

Not to long ago, someone told me that long are not 64 bits on 64 bit machines and I should always use …

c++ c windows 64-bit porting
MSOnline can't be imported on PowerShell (Connect-MsolService error)

I had this issue and couldn´t find any answer. The issue was that I was trying to use Azure …

windows powershell azure 64-bit cmdlets
How to compile a 64-bit application using Visual C++ 2010 Express?

Is there a simple way to compile a 64 bit app with the 32-bit edition of Visual C++ 2010 Express? What configurations, …

c++ 64-bit visual-studio-express
How can I determine if a .NET assembly was built for x86 or x64?

I've got an arbitrary list of .NET assemblies. I need to programmatically check if each DLL was built for x86 (…

.net assemblies x86 64-bit x86-64
How to compile a 32-bit binary on a 64-bit linux machine with gcc/cmake

Is it possible to compile a project in 32-bit with cmake and gcc on a 64-bit system? It probably is, …

linux gcc 64-bit cmake 32-bit
Converting a pointer into an integer

I am trying to adapt an existing code to a 64 bit machine. The main problem is that in one function, …

c++ gcc casting 64-bit 32-bit
How to specify 64 bit integers in c

I'm trying to use 64 bit integers in C, but am getting mixed signals as to whether it should be possible. …

c 64-bit sizeof
C# - How to get Program Files (x86) on Windows 64 bit

I'm using: FileInfo( System.Environment.GetFolderPath( System.Environment.SpecialFolder.ProgramFiles) + @"\MyInstalledApp" In order to determine if a program is detected …

c# windows file 64-bit