Most voted "32-bits" questions
32-bit is a reference to the generation of computers that are built with 32-bit processors.
Learn more…11 questions
Sort by count of
-
35
votes2
answers998
viewsA C compiler can generate a 64-bit executable where pointers are 32-bit?
Most programs fit well into address space of less than 4GB, but in some cases the program may need to use new processor features/instructions that are only available on x64 architecture.…
-
13
votes3
answers569
viewsWhat are the consequences of programming in 32 bits or 64 bits?
It would only be the memory capacity that is limited to 4 GB in 32 bits? I need to have specific concerns? I know what’s different about C, I want to know about C#.
-
7
votes2
answers133
views -
4
votes1
answer61
viewsIs it possible to use the DOUBLE data type on 32-bit systems?
The type of data DOUBLE is a 64-bit floating point, but can be used on 32-bit systems without any problem?
-
2
votes1
answer355
viewsCreate a scheduled task on Windows XP 32-bit
I want to create or modify a task per command line, that on the same machine. I’m using the command Schtasks with argument /Create. But I only got on Windows 8, when I took the BAT to the machine…
-
1
votes2
answers343
viewsWhen to convert a 32-bit to 64-bit code in iOS
I know there is a lot of information about converting a 32-bit to 64-bit code on iOS. However, I still have many doubts and I believe that they are the same of other people, especially in the issue…
-
1
votes1
answer8204
viewsCannot execute Binary file: Exec format error
I’m trying to run a code on Linux and I’m getting this message: Cannot 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…
-
1
votes0
answers44
viewsError and Warning when changing the Anycpu platform to x64
I had a problem, which, when trying to capture 64 Bites processes on x86 platform, an exception error occurred. I managed to solve it by creating an application 64 and a 32 Bites. I packed all the…
-
1
votes1
answer113
viewsIdentify which partition is running the script from
In the case of prompt command we can use Windows environment variables to advance paths, such as: echo %homedrive% Which will result in the attribute letter where the sistema operacional was…
-
0
votes1
answer1457
viewsError trying to install Nodejs
Somebody help me solve this problem? Log file link created tap here to view…
-
0
votes1
answer316
viewsGenexus applications generated for C# have slower 64-bit performance compared to 32-bit execution
I have a problem in an application made in Genexus that doesn’t seem to me with much sense. My Genexus settings are: Genexus X Evolution 2 Upgrade 7 Build 109528 Generator C# Environments I tested:…