Top "32bit-64bit" questions

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

How common are 32-bit Windows installations as of now?

I've noticed many programs are still released with 32-bit binaries or even only a 32-bit binary. How common are 32-bit …

windows 32bit-64bit release-management
Java scheduler which is completely independent of system time changes

Was using Java Timer, Then switched to ScheduledExecutorService, but my problem is not fixed. As Tasks scheduled before system time …

java timer 32bit-64bit scheduler ntp
jpcap.dll on a 64 bit system?

Hey i was using the Jpcap API on my system. It requires you to put a copy of jpcap.dll …

32bit-64bit jpcap
How to distinguish 32 bit from 64 bit java version in jnlp files

To start our legacy application, we use java WebStart via a jnlp. We would like to support 64-bit Java clients …

java 32bit-64bit jnlp java-web-start
How to compile a Website to use 32-bit Oracle Client on 64-bit Windows

I have received this error after updating to Windows 7 64-bit and then running an existing .NET Website. [InvalidOperationException: Attempt to …

.net 32bit-64bit web-site-project oracleclient
Should I use 'long' instead of 'int' on 64-bits in langs with fixed type size (like Java, C#)

In 10, or even 5 years there will be no [Edit2: server or desktop] 32-bit CPUs. So, are there any advantages in …

c# java 32bit-64bit d
System32 folder in windows 7

I'm using this code in XP 32-bit OS to get the %windir%\windows\system32 folder path. sysFolderPath = Environment.GetFolderPath(Environment.…

vb.net 32bit-64bit system32 syswow64
Accessing Hardware PKCS11 Token on a 64 Bit Machine

So here's what I'm trying to do. I have a hardware token with some certs on it and I'm writing …

java certificate 32bit-64bit pkcs#11
How to get information about the computer? [32bit or 64bit]

How I can get information about Windows OS type? Is it 32bit or 64bit? How I can get this information …

delphi 32bit-64bit delphi-2007
.Net 4.0 app slower on 64 bit than 32 bit (Profiling and possible solutions) (app is using NetAdvantage)

We have got .NET app written in VB .NET 4.0 / VS2010, compiled with all projects set to the AnyCPU setting for …

.net performance 64-bit 32bit-64bit infragistics