Top "64-bit" questions

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

How to use Int64 in C#

The question is easy! How do you represent a 64 bit int in C#?

c# 64-bit integer representation int64
ActiveX component can't create object: 'MSXML2.DOMDocument'

I am trying to create an instance of the object Msxml2.DOMDocument.4.0, but I am getting the following error: ActiveX …

windows-7 vbscript 64-bit activex
Visual Studio 2010 Ultimate for x64?

I have an x64 machine and an MSDN subscription. I want to download VS2010 Ultimate. However, I'm not seeing an …

visual-studio-2010 64-bit msdn
Where is gacutil.exe in Windows 10?

I've got Windows 10 Pro 64 bit, Microsoft Visual Studio 2015 and the full Windows 10 SDK package but I'm not able to find …

visual-studio-2015 sdk 64-bit windows-10 gacutil
sizeof(int) on x64?

When I do sizeof(int) in my C#.NET project I get a return value of 4. I set the project …

c# 64-bit clr sizeof
Compile 64-bit binary with MinGW (Dev-C++)

It is probably a stupid question but i was searching for the answer from about 3h. ¿How to compile 64-bit …

c++ windows g++ 64-bit dev-c++
How to make OpenGL apps in 64-bit Windows?

My project compiles, link and run in xp32 then I tried to cross compile it to x64 and I came …

c++ winapi opengl visual-studio-2005 64-bit
64bit Applications and Inline Assembly

I am using Visual C++ 2010 developing 32bit windows applications. There is something I really want to use inline assembly. But …

c++ windows visual-c++ 64-bit inline-assembly
howto install pygraphviz on windows 10 64bit

Has anyone succeeded in installing pygraphviz on windows 10 64bit? I tried anaconda with python 3.5 64bit & 32bit with no success. …

python 64-bit windows-10 pygraphviz
Compiling 32 bit Assembler on 64 bit ubuntu

I have program written in 32 bit assembly language... Now I just can't compile it on 64 bit OS. On our school …

linux ubuntu assembly 64-bit 32-bit