Top "Win64" questions

all versions of the Windows operating system that run on 64-bit architecture

Tomcat on Windows x64 using 32-bit JDK

Hoping someone can help. The rub: I can't get Tomcat 5.5 to start as a windows service on 64-bit windows using …

java tomcat windows-services win64
G++ for 64-bit Windows

Where can I get a GCC/G++ compiler for my 64-bit Windows 7 machine?

windows 64-bit g++ win64
tkinter not installed properly in Anaconda Python 2.7 Win64

I believe from this post that this is not an uncommon issue with tkinter and new downloads of Python 2.7 (after …

python-2.7 tkinter anaconda win64
PyPy on Windows 7 x64?

I am trying to use PyPy on a Windows 7 x64 machine but do not find any way to do it. …

python win64 pypy
How to compile existing posix code for 64-bit Windows?

I'm ok with using Cygwin or MinGW, but I need to end up with 64-bit code, not 32-bit. This is …

64-bit cygwin mingw win64
64-bit Windows API: what is the size of a C/C++ "DWORD"?

I only have 32-bit Windows installed, so I cannot verify this myself. If I understand correctly, the DWORD used in …

windows winapi visual-c++ 32bit-64bit win64
Source for pthread for 64 bit windows

I have an open-source project that must build under Win32/Win64/Linux/MacOSX. We would like to use pthreads to …

open-source pthreads win64
Where's _WIN64 defined in C++/CLI project compiled as x64?

It seems to be added automagically in every project I create and I compile for x64 but it doesn't even …

c++-cli win64
Virtual allocation granularity and page size

What are the typical values of the virtual allocation granularity and page size on Win64 platforms? That'd be SYSTEM_INFO's …

c windows winapi win64
How to use "GS:" in 64-bit Windows Assembly (eg, porting TLS code)

How can an user-space program configure "GS:" under 64-bit Windows (currently XP-64)? (By configure, set GS:0 at an arbitrary 64-bit …

winapi assembly x86-64 win64