Top "Win64" questions

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

psql: FATAL: password authentication failed for user windows 8

I installed postgresql on windows and while the installation it asks to make a user for the account.This made …

windows postgresql authentication win64
How do I install Python 2.7.3 32 bit and 64 bit on Windows side by side

I have Windows Vista 64. I have some projects requiring Python 2.7.3 64 bit and others requiring Python 2.7.3 32 bit (because some extensions do …

python win64
MySQL ODBC 32 vs 64 bit

I have a 32-bit application that must run on a Windows x64 server using a 64-bit version of MySQL. Should …

mysql 64-bit odbc 32-bit win64
Executing 32bit and 64bit mshta.exe (bypass default handler)

I'd like to be able to launch a page.hta in 32bit and 64bit versions of the mshta.exe. Create …

hta win64
rundll32.exe equivalent for 64-bit DLLs

Is there an equivalent of rundll32.exe for calling 64-bit DLLs?

win64 rundll32
How to retrieve correct path of either system32 or SysWOW64?

I have a 32-bit process that can run either in 32-bit or 64-bit Windows. So, naturally, if the process tried …

windows 32bit-64bit win64
Unresolved external symbols in compiling 32 bit application in Windows 64

So I am trying to compile legacy app from 32 bit to 64 bit.. I re-compiled all of the libs it used …

c++ visual-studio-2008 winapi win64 kernel32
Why 2 GB memory limit when running in 64 bit Windows?

I'm a member in a team that develop a Delphi application. The memory requirements are huge. 500 MB is normal but …

delphi delphi-2007 win64
how to fix the error c2118: negative subscript

Again, porting 32-bit app to 64-bit. I get the negative subscript error on the C_ASSERT statement mentioned below.. C_…

c++ visual-c++ 64-bit win64