Questions tagged as '32-bits'

2
answers

Can a C compiler generate a 64-bit executable where pointers are 32-bits?

Most programs fit well in address space of less than 4GB, but in some cases the program may need to use the new processor features / instructions that are only available in the x64 architecture. Unfortunately the normal procedure would be to gene...
asked by 15.01.2014 / 02:37
3
answers

What are the consequences of programming in 32-bit or 64-bit?

Would it be only the memory capacity that is limited to 4 GB in 32 bits? Do I need to have specific concerns? I know what's different about C, I want to know about C #.     
asked by 26.04.2017 / 16:01
2
answers

Linux 32 or 64 bits? [closed]

How do I know if the linux I'm using is 32-bit or 64-bit? I need to know what the architecture of my kernel is and I'm new to linux, I'd like to know how to figure it out.     
asked by 28.10.2015 / 00:39
1
answer

Is it possible to use DOUBLE data type on 32-bit systems?

The DOUBLE data type is a 64-bit floating point, but can it be used on 32-bit systems without any problems?     
asked by 22.08.2017 / 19:15
2
answers

When converting 32-bit to 64-bit code in iOS

I know there is a lot of information about converting 32-bit to 64-bit code on iOS. However, I still have many doubts and I believe they are the same as other people, especially in the question of int variables. For example, as I could se...
asked by 29.10.2014 / 15:54
1
answer

Identify which partition is running the script

In the case of prompt of command we can use Windows environment variables to advance paths, such as: echo %homedrive% That will result in the attribute letter where sistema operacional was installed. But to tell you the tru...
asked by 03.03.2018 / 03:58
1
answer

Create a Scheduled Task in Windows XP 32-bit

I want to create or modify a task by command line, this on the same machine. I'm using the Schtasks command with argument /Create . But I got only in Windows 8 when I took the BAT for the machine Windows XP (32-bit) did not...
asked by 22.03.2018 / 21:58
1
answer

Can not execute binary file: Exec format error

I'm trying to run a code on Linux and I'm getting this message:    Can not execute binary file: Exec format error I did some research and this could be because of the structure of my pc, but from what I see my pc has the right structure f...
asked by 17.09.2015 / 08:39
0
answers

Error and Warning when changing platform from AnyCPU to x64

I had a problem, which, when trying to capture 64-bit processes on x86 platform, an exception error occured. I was able to solve it by creating a 64-bit and 32-bit application. I got all the dlls, anyway, everything perfect ... right? Wrong. The...
asked by 12.07.2016 / 21:55
1
answer

GeneXus applications generated for C # have slower 64-bit performance compared to 32-bit execution

I have a problem with an application made in GeneXus that does not seem to make much sense to me. My GeneXus settings are: GeneXus X Evolution 2 Upgrade 7 Build 109528 C # Generator Environments I have tested: Oracle, PostgreSQL and SQL S...
asked by 25.08.2017 / 14:27