Most voted "64-bits" questions
In computer science, 64 bits is the term used to designate devices (usually processors) that work with a 64-bit set at a time. A bit is the smallest 'amount' of computer data, being 0 or 1 (usually represented in digital electronics by the electric current variation ex: 3 volts = 0 and 5 volts = 1).
Learn more…16 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.…
-
19
votes3
answers2053
viewsWhy do 64-bit versions of programs have better performance, stability and security?
Recently, Google announced that the Dev version of Chrome is also available in 64-bit. It will probably be available also for stable versions in the future. What struck me is that Google said the…
-
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#.
-
8
votes1
answer178
viewsPython 64 bits have advantage?
What is the advantage of using 64-bit Python over 32-bit Python? It would be performance?
-
7
votes2
answers133
views -
6
votes3
answers1115
viewsClassic ASP out of IIS? Windows x64
Does anyone know any program/server capable of running classic Asp (Vbscript, Jscript) and other than IIS ?
-
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?
-
3
votes2
answers303
viewsVisual Studio - 64bit Software
I would like to know how I do for a software I made in visual studio is executable on Windows 64 bits. I’ve looked in the options somewhere to compile for 64 bits but I’m not sure. Does anyone know…
-
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
answers104
viewsAssembly code problem for Linux 64
I created a code for GNU Asssembly 64-bit Linux very simple and it works. Only after strip it stops working. What may be occurring? Beginning of the code .section .rodata clear: .ascii "\033c\0"…
-
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
answer139
viewsApplications Genexus + IIS 64 Bits
Good morning, good afternoon, good evening friends. I am using Genexus to generate an application and I have some large dlls, whose routines take time to open the first time and the second already…
-
1
votes1
answer160
viewsAccess 64-bit key in Windows Registry through 32-bit application
I need to get information related to the network to list in an application I’m doing, but I have a problem accessing the Registry Windows because of project preference. Path: Right-click the class,…
-
0
votes1
answer148
viewsIs there any way to run software, native to 32 bits in 64 bits in Centos?
I wonder if you have any way to run the software 32 bits in 64 bits? If you have, I need to install what?
-
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:…