Tagged Questions

1
vote
2answers
75 views

Are there compiler flags to get malloc to return pointers above the 4G limit for 64bit testing (various platforms)?

I need to test code ported from 32bit to 64bit where pointers are cast around as integer handles, and I have to make sure that the correct sized types are used on 64 bit platforms. …
0
votes
3answers
21 views

Distributed caching on 64-bit Windows machines

Are there any production-ready distributed caching mechanisms like memcached that can be used in a Windows 64-bit environment? From what I've seen, memcached is run on linux machi …
5
votes
5answers
116 views

Python type long vs C ‘long long’

I would like to represent a value as a 64bit signed long, such that values larger than (2**63)-1 are represented as negative, however Python long has infinite precision. Is there a …
0
votes
1answer
51 views

C++ 64-bit std::ostream support

I am about to make the transition from using standard FILE pointers from some older code to using C++ streams but I need to have LARGEFILE seeking support (the compiler flags that …
0
votes
0answers
25 views

Does Debian has a x86-64 distrio? [closed]

Looks like Debian only has AMD64 and IA64 versions, but does not have a x86-64 version, is this correct? Or AMD64 includes x86-64?
2
votes
3answers
121 views

Detect 64-bit or 32-bit Windows from User Agent or Javascript?

I want to offer the right version of a download. The versions I have are: 32-bit Windows 64-bit Windows Linux Detecting Linux using the User Agent field is easy; but is it pos …
1
vote
3answers
68 views

System Architecture

How do I determine whether the currently running Mac OS X system is of 32bit or 64bit machine?
1
vote
9answers
215 views

Does Visual Studio 2008 work well with Windows 7 pro 64bit

I am just about to buy a Dell Studio 15 Laptop with Windows 7 Pro 64bit Has anyone faced any issues in installing or working with Visual Studio 2008 on Windows 7 Pro. Or do I need …
3
votes
3answers
85 views

What is preventing my .NET 2.0 application from running on a 64-bit platform?

I have a .NET 2.0 application that won't run on a 64-bit OS (the customer tried both Server 2003 and Windows 7). The error message is: The application failed to initialize prop …
1
vote
4answers
69 views

Starting Assembly

I'm new to assembly language, and would like to learn. I have Vista-64 (will be upgraded to Windows 7 64), and I will soon be reinstalling 32-bit Linux, but I will end up programmi …
5
votes
1answer
117 views

How to get 64-bit binaries from GHC for Snow Leopard?

Hey guys, I've recently upgraded my OS to Snow Leopard, which broke my GHC. I was able to fix it on one machine by adding flags for 32-bit compiles in /usr/bin/ghc (something lik …
0
votes
3answers
104 views

Is it possible to compile both 32-bit and 64-bit configurations without restarting Visual Studio?

Currently Visual Studio just starts cl.exe for C++ source compilation. cl.exe needs to be in one of folders listed on the %PATH% environment variable. Since there're separate vers …
0
votes
4answers
59 views

Does a 64-bit CruiseControl.NET exist?

Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems. I …
1
vote
1answer
29 views

How can I access 64 bit registry hive information from a application running in 32 bit mode on a 64 bit machine(WOW) using WMI through C#

I think the question really sums up what i'm trying to do. Here is the code that i'm using. It works in every scenario except if my application is running in 32 bit mode on a 64 bi …
0
votes
3answers
99 views

Process.Start(”telnet.exe”) throws exception

Hi, I have two applications running on W2k8 R2 x64, one is compiled as 64bit and the other one as 32bit as it has COM dependencies. In both I'm trying to call: Process p = Proce …

1 2 3 4 5 30 next
15 30 50 per page