Questions tagged as '64-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
3
answers

Classic ASP out of IIS? Windows x64

Does anyone know of a program / server capable of running classic asp (VBScript, JScript)? and other than IIS?     
asked by 06.03.2014 / 13:48
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

Visual Studio - 64bit Software

I would like to know how I do for a software that I made in visual studio to be executable in Windows 64 bit. I've already looked at the options somewhere to build 64 bit but I was not sure. Does anyone know this process?     
asked by 07.07.2014 / 22:50
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

Access 64-bit key in the Windows Registry through 32-bit application

I need to get information about the network to list in an application I'm doing, but I'm having a problem accessing Windows Registry because of project preference. Path: Right-click on the class, click properties, and then compiler. Note...
asked by 14.03.2018 / 21:26
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
1
answer

Is 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 32-bit software in 64 bits? If so, do I need to install what?     
asked by 22.10.2014 / 04:31