Top "64-bit" questions

A 64-bit architecture is usually a system where addresses (pointers) are 64 bits wide.

What is a good 64bit hash function in Java for textual strings?

I'm looking for a hash function that: Hashes textual strings well (e.g. few collisions) Is written in Java, and …

java string hash 64-bit collision
How to run Photoviewer.dll in command line

When I run the following code below in a command prompt (as administrator): "C:\Program Files\Windows Photo Viewer\PhotoViewer.…

.net windows-7 64-bit tiff photoviewer
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
How to run Tomcat 6 on WinXP 64 bit?

Installed Tomcat 6 on WinXP 64. It installed just fine. But when I try to launch it ( from Windows Services) I get …

tomcat service windows-xp 64-bit
C# COM DLL: do I use Regasm, or Regsvr32?

I am building a C# ActiveX DLL... do I use REGASM or REGSVR32 to register it? How do I register …

com interop x86 64-bit activex
Error using oracle.dataaccess.dll

I have a web application which uses Oracle.DataAccess.dll to communicate with an Oracle db. The web application deployed …

.net windows oracle 64-bit odp.net
IIS 7.5 Fixing An attempt was made to load a program with an incorrect format problem?

I have a unusual problem throwing an exception "An attempt was made to load a program with an incorrect format" …

c# configuration build 64-bit iis-7.5
Boost linker error: Unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::get_system_category(void)"

I'm just getting started with Boost for the first time, details: I'm using Visual Studio 2008 SP1 I'm doing an x64 …

c++ windows 64-bit boost-asio
Is there any "standard" htonl-like function for 64 bits integers in C++?

I'm working on an implementation of the memcache protocol which, at some points, uses 64 bits integer values. These values must …

c++ 64-bit portability endianness htonl
WindowsError: [Error 193] %1 is not a valid Win32 application in Python

I wish to import liblas module in Python 2.7 on window 64bit. If I import the module with IDLE (Python GUI) …

python 64-bit runtime-error pyscripter