-
as seen on Super User
- Search for 'Super User'
Is there any 32bit / 64bit DOS Available?
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a Solaris on a AMD-
uname -a gives
OS Solaris 10 x86_64 (SunOS goldtpus34 5.10 Generic_144489-11
I wanted to find whether it has a 32bit or 64 bit kernel so
I did
/usr/bin/isainfo -k
it says
amd64
but when i do
file /sbin/init
it says
ELF 32-bit LSB executable 80386 Version…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am developing an application that has two DLLs one is a 32bit version another is 64bit version,
Client is 32bit
Server is 64bit
My question is is there a way I can say use the 32bit dll when doing Debug/Release and use 64bit dll when I perform a publish.
I realize I can solve this problem…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I pass compiler flag "-mmacosx-version-min=10.5", what does it mean? I think it implies the result binary is x86, not ppc, but is it 32 bits or 64 bits? I'm compiling on snow leopard, so default output binary is 64 bits. I'm not passing -universal, it's not 32bit-64bit universal binary, I think.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have an old 32bit delphi application (with no source code), that is used as a windows service. It runs fine on windows 2003 32bit.
I do not know if it has been created as a service originally, or converted to one later on. It is supposed to get installed to the server using a /install flag on the…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Multiple 64-bit versions (Kubuntu, Lubuntu and Xubuntu) once installed on my ThinkPad R60 show 3GB of RAM, not the correct 4GB of RAM. Last week with 13.04, I had 4GB of RAM (which matches the BIOS) and this week I have 3GB available. Inquiring minds want to know. Details follow:
Linux R60 3.11.0-12-generic…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I managed to successfully install VMWare Workstation 6.5.5 (64-bit) on Ubuntu 10.04 (64-bit). It works well and somehow feels faster and snappier than the same exact version on Ubuntu 8.04.
However, there is one slight issue, somewhat hurting productivity:
When the guest VM is Microsoft Windows…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just want to build this on my development machine -- the binary install from Python.org is still 32 bits and installing extensions (MySQLdb, for example) is driving me nuts with trying to figure out the proper flags for each and every extension.
Clarification: I did NOT replace the system Python…
>>> More
-
as seen on Super User
- Search for 'Super User'
I read on Wikipedia that Windows 7 on a 64-bit PC needs twice as much RAM as on a 32-bit PC.
I understand why is that: every number stored in memory takes 8 bytes rather than just 4.
That, in simple terms, means that your amount of RAM is reduced to half when you use Windows 7 on a 64-bit computer…
>>> More
-
as seen on West-Wind
- Search for 'West-Wind'
If you're running on IIS 7 and a 64 bit operating system you might run into the following error using ASP classic or ASP.NET with COM interop. In classic ASP applications the error will show up as: ActiveX component can't create object (Error 429) (actually without error handling the…
>>> More