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.

Excel ODBC and 64 bit server

using ASP.NET I need to update an excel template. Our server is running Windows 2008 in 64 bit mode. I am …

excel 64-bit odbc windows-server-2008 32-bit
What is the difference between a 32-bit and 64-bit processor?

I have been trying to read up on 32-bit and 64-bit processors (http://en.wikipedia.org/wiki/32-bit_processing). My …

64-bit hardware 32bit-64bit 32-bit processors
Can I still develop 32-bit applications using a 64-bit machine?

I'm wondering if I can still develop 32-bit apps using a 64-bit machine (64-bit Windows Vista with Visual Studio 2008 SP1)? …

visual-studio 64-bit 32-bit
How to run 32-bit Java on Mac OSX 10.7 Lion

From my experience with Windows 7 (64-bit) and Java, a 32-bit JRE uses less memory and runs significantly faster than a 64…

java macos 32-bit osx-lion
How do I force MSBuild to compile for 32-bit mode?

I'm using MSBuild (via NAnt) to compile a bunch of VB.NET assemblies. Because these assemblies depend on COM Interop, …

.net vb.net msbuild 64-bit 32-bit
Installing Oracle 32-bit Client on Windows Server Already Running 64-bit Oracle Database Server

I have 64-bit Oracle Database Server (11.2.0.3) installed on Windows 2008 R2, and naturally, it automatically installs the 64-bit client. I have …

database oracle client 32-bit
'Microsoft.ACE.OLEDB.12.0' 64x Sql Server and 86x Office?

The error: OLE DB provider 'Microsoft.ACE.OLEDB.12.0' cannot be used for distributed queries because the provider is configured …

64-bit oledb 32-bit openrowset
How to make Android apps which support both 32-bit and 64-bit architecture?

I've just received and read a newsletter from Google Play mentioning that from next year on, the store "will require …

android android-ndk google-play 64-bit 32-bit
What is the best 32bit hash function for short strings (tag names)?

What is the best 32bit hash function for relatively short strings? Strings are tag names that consist of English letters, …

algorithm hash tags 32-bit
16 bit Int vs 32 bit Int vs 64 bit Int

I've been wondering this for a long time since I've never had "formal" education on computer science (I'm in highschool), …

memory 64-bit int 32-bit 16-bit