Top "32bit-64bit" questions

Issues related to the use of a 64-bit vs a 32-bit architecture including portability issues.

How do I compile and link a 32-bit Windows executable using mingw-w64

I am using Ubuntu 13.04 and installed mingw-w64 using apt-get install mingw-w64. I can compile and link a working 64-bit version …

linux mingw 32bit-64bit 32-bit mingw-w64
Build 32-bit with 64-bit llvm-gcc

I have a 64-bit version of llvm-gcc, but I want to be able to build both 32-bit and 64-bit binaries. …

64-bit 32-bit 32bit-64bit llvm llvm-gcc
How to start a 64-bit process from a 32-bit process

I am trying to run a 64 bit executable (java.exe) from our 32-bit .NET application. I am using Process class …

.net process 32bit-64bit syswow64
How do I compile openSSL in 32 bit mode on a 64bit system?

I have a program that currently has to be compiled in 32 bit mode (for now) and needs to be linked …

openssl 32bit-64bit
Have a static lib, is there a simple way to know it is for 32 bit or 64 bit?

Is there any tool that can directly test if a library is made for 32 or 64 bit?

c++ windows visual-c++ 32bit-64bit
Assembly registers in 64-bit architecture

Following the answer about assembly registers' sizes: First, what sizes are eax, ax, ah and their counterparts, in the 64-bit …

assembly x86-64 32bit-64bit cpu-registers itanium
how to pip install 64 bit packages while having both 64 bit and 32 bit versions?

I have decided to learn generic algorithms recently and I needed to install Tensorflow package. Tensorflow run on python 64 bit …

python tensorflow pip 32bit-64bit python-module
portable way to deal with 64/32 bit time_t

I have some code which is built both on Windows and Linux. Linux at this point is always 32bit but …

c portability 32bit-64bit
What are the pros and cons of running IIS as 32bit vs 64bit on a 64bit OS?

Possibly better suited for "Rack Overflow", but from a developer's point of view, what are the advantages and disadvantages of …

asp.net iis 64-bit 32bit-64bit 32-bit
gcc Invalid version (max ) error adding symbols: Bad value

I've successfully build several 32 bit, static and Shared, libraries on Linux x86_x64 and I'm now trying to link them …

c++ g++ 32bit-64bit i386 libgcc