In computer architecture, 32-bit integers, memory addresses, or other data units are those that are at most 32 bits (4 octets) wide. Also, 32-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. 32-bit is also a term given to a generation of ...
0
votes
0answers
9 views
Ported to VC6 32bit 64bit to appear iterator.h functions.h compile error
vc6.0 prepared the 32bit DLL in x86 environment compile and run without any problems;
to the dll ported to the x64 environment, VC6.0 compiler, the process is as follows:
Install Microsoft Platform ...
0
votes
1answer
18 views
IllegalArgumentException in IKVM-compiled DLL
Quick Summary:
My IKVM-compiled JAR-to-DLL libraries work with some methods and classes in a .NET project, but a particular one is throwing an exception that seems to indicate my IKVM.Runtime.JNI is ...
1
vote
0answers
25 views
How can i install mysql-client of 32bit into ubuntu 12.04 of 64bit?
jinlong@long:~$ sudo apt-get install mysql-client-5.5:i386
[sudo] password for jinlong:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some ...
0
votes
0answers
8 views
Taskkill 64bit java.exe and keep 32bit java.exe
I'm working on Windows 2008 server 64bits with
- Jenkins
- Selenium Hub/Node
The Jenkins site launched using java.exe *32
Selenium Hub/Node launched by a Jenkins jobs with java.exe (I assumpt it's ...
0
votes
0answers
4 views
write raster file of 32 bit signed integer
I am trying to perform extract by mask function in the raster image file that does not have any projection. To do this, I first projected the raster image file into the projection system of zonal ...
1
vote
1answer
20 views
JavaFX exe bundling for x86 windows systems
usually I deploy my Java apps as a bundle which contains the JVM, so there's no need to install a JVM on the system.
Btw: This is no jnlp applet, this is a normal Swing Application.
I did this using ...
0
votes
1answer
120 views
Convert a 32 bit number to 16 bits
I need to convert a number to a percentage of my DAC max value range (0x0FFF) so my code to do that would be this:
double percent;
short pct;
percent = (0x0FFF * pct)/100;
but I need a 16 bit ...
0
votes
1answer
27 views
Where do I get Xcode 4.2 for Snow Leopard?
I went to the downloads section on the Apple Developer site but I can only see Xcode 4.2 for Lion. I need to get the version that is for Snow Leopard and will run on 32-bit. Can anyone point me to the ...
0
votes
0answers
45 views
fatal error: sys/socket.h: No such file or directory on 32bit
When compiling my program in 32bit using
gcc -m32 program.c -o program
I get the following error fatal error: sys/socket.h: No such file or directory
but with
gcc program.c -o program
it ...
0
votes
0answers
32 views
Autocad .net framework 32 bits selection
Gents,
I was wondering if there is any way to configure the autocad.exe.config file so it works with the 32 bits version of .net framework.
I'm developing an application for autocad 2008 32 bits in a ...
0
votes
0answers
24 views
Glassfish 3.x start-domain ends up with a fatal error in Java Runtime Environment on Ubuntu 12.04 LTS Server 32bit
i have to install a Glassfish 3.x Server on Ubuntu 12.04.2 LTS (32bit) Server. I have successfuly installed a Glassfish Server on an Ubuntu 10.04 LTS (also 32bit) without problems, everything works ...
0
votes
1answer
18 views
vb.net 32 bit vs 64 bit controls become disabled
I am working on a vb.net winforms application that compiles against the 2.0 framework. My issue is that I am running Windows 7 32 bit machine and my app works fine but when the code is copied over to ...
1
vote
1answer
33 views
max RAM in 32 bit machine
I am aware of possible duplicate questions already in stackoverflow. But those questions do not address my question directly. My understanding is that 32 bit machine uses 32 bit to store memory ...
-2
votes
1answer
49 views
O(1) code to count multiples of a number in a range?
How do I do this in constant time (I do not want to brute for iterate from a to b)?
// return number of multiples of c in [a,b]
long count_multiples(int a, int b, int c) {
assert(b >= a ...
0
votes
0answers
33 views
Simple heap overflow exploit with toy example on old glibc
Consider this example of a heap buffer overflow vulnerable program in Linux, taken directly from the "Buffer Overflow Attacks" (p. 248) book:
#include <stdlib.h>
#include <string.h>
int ...
-4
votes
1answer
26 views
Largest possible number that a specific compiler can handle [closed]
In different programming languages, is there a limit to which each each language can handle the largest possible number? Or is it determined by the CPU and RAM capacity?
1
vote
1answer
22 views
Handling big files on 32bit machine with gcc
How do i handle big files (>10 GB) with c (at least reading them)? I don't have a 64bit machine, so the compiler Option
-D_FILE_OFFSET_BITS=64 won't work.
0
votes
2answers
59 views
32-bit MASM program Initializing variables
I am writing a 32-bit MASM program to do numerous arithmetic. I want to initialize variables in my program such as num , val , etc.. in the declaration only once and only the first time. How do I do ...
0
votes
1answer
106 views
Failing to force Python 2.7.4 to run in 32-bit mode on OS X 10.8.3
I have been trying to force Python 2.7.4 to run in 32-bit mode on OS X 10.8.3 by default. I can get Python to run in 32-bit mode by running python32. But when I try to configure Eclipse+PyDev to run ...
0
votes
0answers
28 views
Java Preferences CPU-Type load order won't stick
I am running Lion on my Mac and need to use a 32-bit Java 6 rather than the 64-bit for my MATLAB Student Version. I have tried dragging the 32-bit above the 64-bit within Java Preferences but it ...
0
votes
1answer
81 views
Build GMP on Windows 32-Bit
Hello I am trying to compile gmp because I need it for a Perl Module. I have to install eveyrthing manually because the machine doesent have access to the Internet. I runned configure and used this ...
7
votes
4answers
220 views
Can 32 bit and 64 bit work together?
Can 64 bit library work in a 32 bit application? For example, my application GUI uses 32 bit Qt. And my business core is a 64 bit library. The OS is 64 bit. Can they work together and how? Thanks.
0
votes
1answer
99 views
Creating a 32 bit wrapper for a 64 bit dll. Is this possible?
I have a couple of dlls that are x64, with the x86 versions not being released yet. I want to use these in a x86 environment. There is no way to change any of the platforms of those factors.
I have ...
0
votes
3answers
157 views
64 bit int arthimetic on 32bit x86 (from c )
Is there a fast way of using 64bit ints on 32
x86 machines (in c (added: and c++) language compilers)?
32 bit x86 support 64 bit operations in some
extent (there is some movq instruction in old mmx
...
0
votes
0answers
49 views
Waveform for 24/32 bit WAV files
I'm working with WAV files in Java and I created a waveform, but it's only able to show the waveform from a 16 bit file. I create one loop for the samples frames and other for the channels, allowing ...
1
vote
1answer
58 views
How to install 32 bit app by homebrew
I want to install 32 bit gettext by homebrew:
brew install gettext --32-bit
But when it is still x86_64 version:
file /usr/local/Cellar/gettext/0.18.2/lib/libgettextlib-0.18.2.dylib
...
1
vote
2answers
243 views
Homebrew OpenCV 32-bit on Mac 10.7.5
I am trying to make a 32-bit build of OpenCV on Mac 10.7.5 using Homebrew. I an trying to do this so that I can access a USB webcam via the 32-bit Macam driver from within OpenCV.
Brew Doctor:
$ ...
-1
votes
3answers
234 views
Difference between C 8 bit 16-bit 32-bit compilers [closed]
This question may be redundant, but I didn't found exact answer.
What is the Difference between C 8 bit 16-bit 32-bit compilers.
how the .exe differ generated by different compilers for same ...
0
votes
1answer
47 views
SPARC Assembly, setting the C flag
The is leaving me baffled, and I really can't figure out why I am getting this problem. I am to create a program in c that outputs an unsigned value just before the C flag is set, using assembly to ...
-1
votes
1answer
465 views
Visual Studio 2012 32bit compilation on 64bit system
I have recently wanted to build a dll plugin for a program. Problem is, the program is 32bit, but by default my Visual Studio 2012's C++ compiler creates 64bit binaries, and I don't know how to change ...
0
votes
1answer
68 views
MIPS 32bit random integer
I am trying to get MIPS to generate 32bit random integers. I'm trying to use the following code but it gives an error when I run the program.
addi $v0, $zero, 42
li $a1, 4294967295 #32 bit number
...
0
votes
0answers
67 views
Compiling for win8 32bit with visual studio 2012
I have project I've made in visual studio that contains an executable and dll which it calls. Everything works fine when I build them for the 64 bit machine I have visual studio on, but when I change ...
0
votes
1answer
133 views
Syscall or sysenter on 32 bits Linux?
Since MS‑DOS, I know system invocation using interrupts. In old papers, I saw reference to int 80h to invoke system functions on Linux. Since a rather long time now, I know int 80h is deprecated in ...
-1
votes
2answers
65 views
Windows 64-bit and 32-bit incompatibilities
I know that 64-bit applications need 64-bit Windows.
Which c/c++ code will work only for 64-bit or 32-bit exclusively?
Edit: I have found it here
Can I determine proccess word size on runtime: Like ...
0
votes
2answers
90 views
Launching 64bit process from 32bit program
I have a 32bit program which I am trying to run on a 64bit computer. I'm running the vssadmin command to get the restore point info and saving it to a text file.
Now, it works fine on my 32bit ...
0
votes
1answer
37 views
leave instruction returns a seg fault
I have a routine that perform calls to a routine where a value into ebp register is expected.I change it several times in the routine.So,I can't do: mov ebp,esp in the top of code.I tried by saving ...
0
votes
3answers
326 views
Neo4j unsupported Java runtime. use JDK 6. ubuntu 12.04
I am a new user to Neo4j usage and my OS is 32bit Ubuntu12.04. You need to start the server from Terminal by entering into the directory of Neo and then type
bin/neo4j start
which is all set and ...
1
vote
2answers
145 views
C interpretation of hexadecimal long integer literal “L”
How does a C compiler interpret the "L" which denotes a long integer literal, in light of automatic conversion? The following code, when run on a 32-bit platform (32-bit long, 64-bit long long), ...
2
votes
1answer
63 views
Why can't I use register here?
Why it doesn't print the character if I use register instead of at memory?
here's code:
mov eax,97
mov ebp,eax
call print_char
print_char:
pusha
mov eax,4
mov ebx,1
mov ...
0
votes
2answers
47 views
Unknown error calling stat() against a 4 GB file on Windows
I have a 4 GB (exactly) file on an NTFS partition and a program that tries to get its size with stat() but it always fails with Unknown error (stat returns -1).
Does this mean that NTFS doesn't ...
0
votes
1answer
60 views
Keeping a log of system calls
I need to know if there is anyway to redirect some data of a system call (like for copy_file() with parameters such as old path, new path, etc.) to a log file for each and every time that function ...
3
votes
1answer
45 views
compiler warning on setting 32nd bit
I have compiler warning in code while setting 32nd bit. Code works but this warning annoys me.
Compiler is Keil C, processor is 32 bit ARM. Code is as following
PINSEL0 |= PINSEL_AD15;
where ...
0
votes
2answers
75 views
why 32 bits is equal to 4Giga bytes but not 4 giga bits
I know this might be dumb... but i really dont understand
let say we have 32 bits address, so each bit can be either 1 or 0.
so the total combination is equal to 2^32
so we can represent 2^32 ...
3
votes
1answer
74 views
How to equalize the value of the integer in the 64 Bit to 32 Bit
I want to match the value of the integer in 64bit and 32bit systems, this is an example of my PHP script
function integer_hash_aritmathic ($value)
{
$maxVal = 2147483647 & 0xFFFFFFFF;
...
1
vote
1answer
526 views
Excel 2010 MS Date Picker on worksheet was working suddenly not working
I run 32-bit Excel 2010 in 32-bit Windows 7. I have been using the "Microsoft Date and Time Picker Control 6.0 (SP6)" in multiple workbooks for more than a year now. Yesterday I opened the master ...
0
votes
2answers
72 views
64 bit processor running at 32 bit on mac
according to apple's mac processor list a i5 should be a 64 bit processor. According to this video if i type uname -m in terminal i should get x86_64. but in my case it says i386 instead. why is that? ...
0
votes
0answers
48 views
How to convert a 8bits color FF FF FF FF to a 32bits color in a shader
I want to convert, in a pixel shader, a 8bits color (3bits for red, 3bits for green, 2bits for blue so RRRGGGBB) to a standard 32bits (r:FF g:FF b:FF a:FF).
8bits encode shader can be changed if ...
0
votes
1answer
98 views
Dynamic library link issue (32-bit and 64-bit)in Solaris 10
all:
There are 2 dynamic libraries in my Solaris:
/usr/local/lib/amd64/libhiredis.so (64-bit)
/usr/local/lib/libhiredis.so (32-bit)
I want to compile my 64-bit program, so I should link the ...
1
vote
1answer
162 views
Lion 32bit kext failed to load for pure virtual function but 64bit works
I build a virtual USB Bus (communicating via network with an linux box) as kext for OSX.
The main class is derived from an IOUSBControllerV3.
It works under 10.6 32Bit, 10.7.5 64bit, 10.8 64bit, but ...
0
votes
1answer
182 views
single msi for 32-bit and 64-bit depend on target machine
Using WIX, I need to create an msi or exe that should work in both 32-bit and
64-bit machines depend on system.



