Top "32bit-64bit" questions

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

NSLog/printf specifier for NSInteger?

A NSInteger is 32 bits on 32-bit platforms, and 64 bits on 64-bit platforms. Is there a NSLog specifier that always matches …

objective-c cocoa 32bit-64bit nslog nsinteger
32-bit DLL "may not compatible" on Server 2008, but works on Server 2003

We have a project that compiles to a 32-bit COM DLL and to a 64-bit COM DLL (the same one …

32bit-64bit windows-server-2008-r2
The proper way of forcing a 32-bit compile using CMake

Sorry that there are many similar questions, but I do find that Googling for CMake queries always yields similar-but-not-the-same scenarios, …

c++ gcc cmake 32bit-64bit ld
BadImageFormatException when loading 32 bit DLL, target is x86

I have a DLL (FreeType) which is certainly 32-bit (header: IMAGE_FILE_MACHINE_I386). I want to use it from …

c# dll dllimport 32bit-64bit badimageformatexception
Conditionally use 32/64 bit reference when building in Visual Studio

I have a project that builds in 32/64-bit and has corresponding 32/64-bit dependencies. I want to be able to switch …

.net visual-studio 64-bit 32bit-64bit
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
C# compiling for 32/64 bit, or for any cpu?

Possible Duplicate: Visual Studio “Any CPU” target I've noticed that when compiling C# code in VS, there's typically options for …

.net assemblies 64-bit 32bit-64bit anycpu
/usr/bin/ld: skipping incompatible foo.so when searching for foo

I am using Ubuntu 13.10 64bit and I am getting the following errors while compiling the python wrappers of vlfeat library. …

linux gcc x86 32bit-64bit vlfeat
How to create a batch file which work for both Program Files and Program Files(x86)?

I have created a batch file which automatically copy a .sql file to the path of installed Jasper server(it …

batch-file 32bit-64bit nsis batch-processing
How to use Windows On-Screen Keyboard in C# WinForms

VS 2010 Developing 32-bit app that runs on 64-bit OS (Windows 7, Windows 8 - desktop app) C# .NET 4.0 WinForms I have found …

c# windows winforms 32bit-64bit on-screen-keyboard