0
votes
3answers
28 views
PHP json_decode on a 32bit server
Hi, im writting a twitter mashup service. When i receive the json data, some of the twit ids are greater than 2147483647 (which is the maximum allowed integer on 32bit servers).
I …
1
vote
3answers
69 views
System Architecture
How do I determine whether the currently running Mac OS X system is of 32bit or 64bit machine?
0
votes
0answers
2k views
8GB RAM on XP Professional [closed]
I recently installed 8GB of RAM onto a quad core workstation (HP xw8600) running Windows XP Pro (32-bit). I added the /PAE switch in the boot.ini file, but the SysInfo is saying 3 …
0
votes
1answer
208 views
Import 32-bit dsn into 64-bit window server
We are in process of upgrading from 32-bit windows 2003 server to 64-bit windows 2003 server. We have hundreds of ODBC DSN's created on the 32-bit, which we now want to work on the …
0
votes
1answer
29 views
Apple’s gcc, what’s the difference between -arch i386 and -m32 ?
According to Apple's gcc 4.2.1 doc:
-arch arch
Compile for the specified target
architecture arch. The allowable
values are 'i386', 'x86_64', 'ppc' and
'ppc64'. Multipl …
1
vote
5answers
117 views
How to use more than 3 GB in a process on 32-bit PAE-enabled Linux app?
PAE (Physical Address Extension) was introduced in CPUs back in 1994. This allows a 32-bit processor to access 64 GB of memory instead of 4 GB. Linux kernels offer support for th …
1
vote
1answer
30 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
2answers
170 views
Building crti.o for i386
I am trying to build a cross-compiler with x86_64 being the host and i386 being the target. I'm getting the (all to common) crti.o: No such file error. Instead of grabbing an alrea …
2
votes
3answers
159 views
Accessing Registry using .Net?
Hello Everyone,
I am finding a strange behavior with a .Net module accessing registry using RegistryKey class.
For eg I have written .Net module testcom.dll which access registry. …
1
vote
2answers
32 views
visual basic 2008 32bit/64bit ?
can vb.net 2008 bet set to only run in 32bit?
0
votes
2answers
50 views
32bit application access to 64bit registry
I have an OS Shell written in 32bit that is replacing the Explorer.exe of a Vista machine.
I run a utility which is also written in 32bit, which allows to switch between the Explor …
0
votes
2answers
117 views
Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64
Can a 64bit Citrix server running a 32bit app through WoW64 handle just as many instances/users as the 32bit Citrix server equivalent?
And if so if I up the memory in the 64bit se …
1
vote
3answers
46 views
Unable to load assembly on XP 64bit
I have compiled a .Net application (using Any Cpu) option. This .Net application use Unmanaged dll ( Managed wrapper ) that encapsulated c++ calls.
This .Net wrapper resides in GA …
0
votes
2answers
65 views
How do I make Boost build for i386 on OS X 10.6?
I've been battling with Boost to make it compile as only 32 bit on 10.6, rather than 64 bit.
Is there an easy edit I can make to the darwin-specific bjam config file?
Thanks,
Jo …
1
vote
7answers
232 views
Adding 64 bit numbers using 32 bit arithmetic
How do we add two 64 bit numbers using 32 bit arithmetic??
