Top "32-bit" questions

In computer architecture, 32-bit integers, memory addresses, or other data units are those that are at most 32 bits (4 octets) wide.

Skipping Incompatible Libraries at compile

When I try to compile a copy of my project on my local machine, I get an error stating that …

c++ 64-bit compilation 32-bit conflicting-libraries
What is the minimum value of a 32-bit signed integer?

What is the minimum value of a 32-bit signed integer, happens to be the security "challenge" question in order to …

int 32-bit signed minimum
How to Compile 32-bit Apps on 64-bit Ubuntu?

I'm trying to compile a 32-bit C application on Ubuntu Server 12.04 LTS 64-bit using gcc 4.8. I'm getting linker error messages …

ubuntu 64-bit 32-bit
Find most significant bit (left-most) that is set in a bit array

I have a bit array implementation where the 0th index is the MSB of the first byte in an array, …

c bit-manipulation 32-bit
Force gcc to compile 32 bit programs on 64 bit platform

I've got a proprietary program that I'm trying to use on a 64 bit system. When I launch the setup it …

linux gcc 32-bit x86-64
Size of pid_t, uid_t, gid_t on Linux

On Linux systems (either 32- or 64-bit), what is the size of pid_t, uid_t, and gid_t?

c linux 64-bit 32-bit sizeof
Determine if current PowerShell Process is 32-bit or 64-bit?

When running a PowerShell script on a x64-bit OS platform, how can you determine in the script what version …

scripting powershell 64-bit 32-bit
How do I detect which kind of JRE is installed -- 32bit vs. 64bit

During installation with an NSIS installer, I need to check which JRE (32bit vs 64bit) is installed on a system. …

64-bit 32-bit nsis java
Reading 64bit Registry from a 32bit application

I have a c# unit test project that is compiled for AnyCPU. Our build server is a 64bit machine, and …

c# .net 64-bit registry 32-bit
TOAD for Oracle and Windows 7: Can't initialize OCI. Error -1

I have a problem with TOAD for Oracle 9.1 running on Windows 7 32-bit, described as follows: I have Oracle OraClient10g 10.0.2 …

oracle windows-7 32-bit toad