Top "32bit-64bit" questions

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

Installing 32 and 64-bit Oracle client but 32-bit installer crashes

I am trying to install Oracle 12c instant 32-bit client alongside my 64-bit installation because I can't connect Visual Studio …

32bit-64bit oracle12c oracleclient
Writing to 64-bit registry from 32-bit installer

I have a 32-bit application and a 32-bit installer, written in Wise Installation Studio. I know...I shouldn't be using …

installation registry 32bit-64bit wise
As a programmer, what do I need to worry about when moving to 64-bit windows?

Most of my recent programming has been on 32-bit Windows using C/C++/C#/VB6 . Lately, my customers are asking …

windows 32bit-64bit
Processor, OS : 32bit, 64 bit

I am new to programming and come from a non-CS background (no formal degree). I mostly program winforms using C#. …

64-bit 32-bit 32bit-64bit processor
Why is long slower than int in x64 Java?

I'm running Windows 8.1 x64 with Java 7 update 45 x64 (no 32 bit Java installed) on a Surface Pro 2 tablet. The code below …

java performance 32bit-64bit long-integer
What is the difference between Microsoft.NET\Framework and Microsoft.NET\Framework64?

I would like to know the difference between .NET modes x86 and x64. What is the difference for both modes? …

.net 64-bit 32bit-64bit 32-bit
C++ int vs long long in 64 bit machine

My computer has 64 bit processor and when I look for sizeof(int), sizeof(long), and sizeof(long long), it turns …

c++ performance memory 32bit-64bit word
Serial communication API for Java on 64 bit systems (modem interaction)

I'm searching for an serial communication API for Java. Very important is the support of 64 bit systems. I've used rxtx …

java serial-port 32bit-64bit modem rxtx
using 64bit and 32 bit JDK

I have a system running 64bit windows 7. I'm doing a project using JMF, which I found works best (or only) …

32bit-64bit java jmf jdk1.6
How should I prepare my 32-bit Delphi programs for an eventual 64-bit compiler?

Possible Duplicate: How to also prepare for 64-bits when migrating to Delphi 2010 and Unicode Since I believe that 64bit Delphi …

delphi unicode delphi-2010 32bit-64bit