Top "64-bit" questions

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

CMake -G Ninja on Windows specify x64

I am using CMake on Windows with Ninja generator cmake -G Ninja .. This uses the default Windows x86 toolchain. How …

windows cmake 64-bit x86-64 ninja
Excel 2013 64-bit VBA: Clipboard API doesn't work

I used to be able to use Windows API calls in Excel VBA to set text on the clipboard. But …

vba winapi excel 64-bit office-2013
Identifier for win64 configuration in Qmake

Is there a "win64" identifier in Qmake project files? Qt Qmake advanced documentation does not mention other than unix / macx / …

windows qt 64-bit qt4 qmake
javahl subclipse 64 bit installation on windows

Got Windows 7 - 64 bit Eclipse indigo Java VM 64 bit javahl from http://www.sliksvn.com (64 bit version) properly installed path …

eclipse 64-bit subclipse javahl
SSE2 option in Visual C++ (x64)

I've added x64 configuration to my C++ project to compile 64-bit version of my app. Everything looks fine, but compiler …

c++ visual-studio-2008 optimization 64-bit sse2
Command line subversion client for Windows Vista 64bits

Does anyone recommend any particular command line SVN client for Windows. Being 64 bits would be a bonus. I do have …

windows svn windows-vista 64-bit
gcc: Compile a 64-bit binary on 32-bit platform

Is it possible to compile a 64-bit binary on a 32-bit Linux platform using gcc?

linux gcc 64-bit 32-bit
PostgreSQL ODBC driver not showing up in Control Panel (Data Sources)

I installed psqlODBC and when I go to Control Panel -> Data Sources (ODBC) I don't see the Postgres …

postgresql 64-bit odbc controlpanel
Calling convention on x64

I saw in several places that Microsoft calling conventions for x64 platforms were narrowed down to just one: Caller cleans …

compiler-construction 64-bit x86-64 calling-convention
How to tell System.Data.OracleClient to use the 64 bit Oracle Driver

I am trying to run a .NET application which uses System.Data.OracleClient on a Win7 x64 workstation. The workstation …

windows-7 .net-4.0 64-bit oracle11gr2 system.data.oracleclient