Questions tagged [32bit-64bit]

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

2621 questions
1
vote
3 answers

Solr - use 64-bit Java, not 32-bit Java on Windows 7 64-bit

I have a Windows 7 64-bit machine. I have Java Runtime Environment for both 32-bit and 64 bit installed on the machine. How do I tell Solr to use the 64-bit version of JRE when I start up Solr?
thd
  • 2,023
  • 7
  • 31
  • 45
1
vote
5 answers

what could make 32 bit app incompatible with 64 bit linux OS?

It seems that most 32 bit applications will run on 64 bit linux assuming all the 32 bit libraries are present. But it seems to me there could be issues with architecture-dependent functions, and here I'm thinking of signals and setjmp/longjmp. I'm…
c-urchin
  • 4,344
  • 6
  • 28
  • 30
1
vote
0 answers

Core data: 64 bit: Transformable value not upgraded

I have a table with several transformable values. Some of them has a defined transformer name, and some don't (see attached picture). I am now making my code 64 bit compatible and have encountered the following problem: Install previous up (was…
Nili
  • 1,963
  • 3
  • 20
  • 39
1
vote
1 answer

Is it necessary to use a toolchain to compile a Kernel?

I want to start using this board for development purposes: Pm-Pv-D525 My aim is to compile a 32bit Kernel and constrcut a root file system etc. The board runs on an Intel Atom D525 (architecture: x86_64). I want to use Eclipse and perform…
vcoo
  • 13
  • 3
1
vote
2 answers

In computers 32-bit or 64-bit processors are used, why not 40-bit or other numbers?

For example, in case of 32-bit processors, a word is 4-byte long. Is it also possible to use 5-byte word or others?
rneha725
  • 475
  • 4
  • 12
1
vote
0 answers

What are the negative effects for running a 64bit .NET program from Program Files (x86)?

The reverse of this question. My .NET C# program sets the Platform Target as 'Any CPU', which on my 64 bit Win7 OS, means it will run as 64 bit. Even when the program is stored under Program Files (x86), it will still run as 64 bit interestingly (I…
Dan W
  • 3,520
  • 7
  • 42
  • 69
1
vote
1 answer

Is there any reason to still use int as opposed to long on a 64 bit machine?

In general, is there any reason to still use int as opposed to long in Java if programming on a 64 bit architecture? Specifically in my case: I use int variables that are being mapped to keys(sequential numbers starting from 1 and incremented for…
Roland
  • 7,525
  • 13
  • 61
  • 124
1
vote
0 answers

Win7, dependency error in 64bit visual studio

I try to build some program using Visaul studio 2013 with 64 bit dll options. But when I check dependency using dependency walker they told me external dlls are 32bit like below. The examples of external libraries are in…
JonghoKim
  • 1,965
  • 7
  • 21
  • 44
1
vote
0 answers

What's the difference between libc6-i386 and libc6:i386?

Have ubuntu 14.10 and 15.04, both 64bit. Have to do some 32bit development, so I've installed gcc-multiarch and g++-multiarch. Simple Hello World c++ code works for all -m64, -m32 and -mx32 ABIs. But I was surprised that what I have installed is…
Severin Pappadeux
  • 18,636
  • 3
  • 38
  • 64
1
vote
0 answers

Mexw64 is 800 times more consuming than the same mexw32, why?

I want to interface a C library with matlab with Mex-files, so I built and compiled the library, and then I wrote each mex-file and compiled too, with the help of Visual Studio. I did that for x32, and it worked fine in Matlab (x32). The problem is…
1
vote
2 answers

SSIS Script task in a 64 bit environment

SSIS (SQL 2005) packages that have a script task that invoke custom .NET dlls throw the following error when run in a 64 bit environment The task cannot execute in 64-bit environment because the script is not pre-compiled. Please turn on the option…
Gemini
  • 29
  • 1
  • 4
1
vote
3 answers

Passing pointer of unsigned int to pointer of long int

I have a sample code which is working properly in 32 bit system, but when I cross compile it for 64-bit system and try to run on 64 bit Machine, it behaves differently. Can anyone tell me why this is happening? #include #include…
Chintan
  • 21
  • 5
1
vote
3 answers

No-overflow cast on x64

I have an existing C codebase that works on x86. I'm now compiling it for x64. What I'd like to do is cast a size_t to a DWORD, and throw an exception if there's a loss of data. Q: Is there an idiom for this? Here's why I'm doing this: A…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
1
vote
2 answers

Leopard => Snow Leopard architecture woes with nokogiri / rails

I'm confused. It's a regular state of affairs for me but specifically in this case I felt I could reach out to fellow stackoverflowers (that is, stackoverflow-ers, not stackover-flowers). uname -a Darwin macbookpro 10.3.0 Darwin Kernel Version…
Julian H
  • 1,809
  • 17
  • 18
1
vote
1 answer

VBS: ActiveX component can't create object: 'Citrix.ICAClient' errror on 64-bit

I have a script that looks for all open Citrix connections and disconnects any of them that aren't associated with the user logged in to Windows (Citrix Web Interface connections). It works perfectly fine on 32-bit machines (XP or 7) but not on…
Brian
  • 137
  • 1
  • 4
  • 14