Top "32bit-64bit" questions

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

Forcing 64 bit jvm to 32 bit jvm?

Would anyone please give me ideas about forcing 64 bit jvm to run as 32-bit jvm? I need to write a …

jvm 32bit-64bit bluecove
pop Instruction not supported in 64-bit mode using NASM?

I'm working on a more indepth hello world using NASM following this tutorial (section 4). This tutorial essentially teaches you how …

assembly x86-64 nasm 32bit-64bit
Can I use 32bit dll or exe in 64bit python?

When I use CDLL to call 32bit dll in 32bit python, it works well. But unfortunatelly in my 64bit win7 …

python dll 32bit-64bit
How to retrieve correct path of either system32 or SysWOW64?

I have a 32-bit process that can run either in 32-bit or 64-bit Windows. So, naturally, if the process tried …

windows 32bit-64bit win64
Is Visual Studio 2010 WebDev WebServer (Cassini) 64-bit compatible?

I'm now developing on Visual Studio 2008 on a 64-bit OS (Windows Server 2008 64-bit). While the apps I write are 64-bit …

visual-studio-2010 64-bit 32bit-64bit cassini webdev.webserver
Running 32 bit exe on Ubuntu :libudev.so : cannot open shared object file: No such file or directory

I am trying to run an exe which uses libudev.so but it gives this error : error while loading shared …

linux shared-libraries ubuntu-12.04 32bit-64bit i386
Bluetooth in java (J2SE)

I am a newbie to bluetooth and this is the thing i want to do , I want to to get …

java bluetooth 32bit-64bit bluecove
How to enum modules in a 64bit process from a 32bit WOW process

I have a requirement to retrieve all modules of a 64bit process in a 32bit WOW process in Windows, EnumProcessModules …

windows process 32bit-64bit wow64
printdialog.showdialog(); not showing the print dialog in windows 7 with 64 bit

I have custom control with print toolbar item.when print the control the dialog is not coming in windows 7 with 64 …

c# winforms 32bit-64bit printdialog
How to check with Inno Setup, if a process is running at a Windows 2008 R2 64bit?

I've read the following post. My Code looks exactly the same, but does not work: Inno Setup Checking for running …

windows inno-setup 32bit-64bit pascalscript