32-bit Questions

27

Solved

I'm calling functions from a 32-bit unmanaged DLL on a 64-bit system. What I get is: BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRES...
Knownothing asked 7/1, 2010 at 21:21

6

Solved

I read that GCC supports the long long int type which is required to be at least 64 bits wide. But how can it make math operations with it on a CPU that is only 32 bits wide?
Boucicault asked 18/6, 2010 at 19:13

2

Solved

My xampp suddenly shows this when i run sudo /opt/lampp/lampp start XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system. It was work...
Cartload asked 28/2, 2022 at 18:20

7

Solved

Is it possible to compile a project in 32-bit with cmake and gcc on a 64-bit system? It probably is, but how do I do it? When I tried it the "ignorant" way, without setting any parameters/flags/et...
Godred asked 13/8, 2009 at 14:35

9

Solved

Microsoft no longer supports VB6 development and support from Microsoft has already stopped. But VB6 applications still run on Windows 8.1. See also this article titled "Support Statement for Visua...
Inmost asked 9/1, 2015 at 7:35

9

Solved

I suppose I am focussing on x86, but I am generally interested in the move from 32 to 64 bit. Logically, I can see that constants and pointers, in some cases, will be larger so programs are likely...
Behind asked 4/3, 2010 at 10:20

6

Solved

I have followed the docker installation doc for installing it on my machine which is a 32 bit machine running Ubuntu 12.04 The step $ sudo apt-get install docker-engine fails saying E: Unable ...
Marcelinomarcell asked 23/6, 2016 at 10:52

12

Solved

Running an application from Visual Studio 2012 on 64-bit computers, displays the following error message: Retrieving the COM class factory for component with CLSID {F2D4F4E5-EEA1-46FF-A83B-A270...
Surcingle asked 1/8, 2013 at 5:10

13

Solved

How can I tell if the JVM in which my application runs is 32 bit or 64-bit? Specifically, what functions or properties I can used to detect this within the program?
Emphasis asked 14/1, 2010 at 3:38

4

Solved

It appears that specifying the KEY_WOW64_64KEY flag (reference) when accessing a registry key under 32-bit Windows XP has no effect - that is, no error is thrown, and the key is opened as if you ha...
Sideward asked 27/10, 2009 at 21:5

6

Possibly better suited for "Rack Overflow", but from a developer's point of view, what are the advantages and disadvantages of running IIS (serving both legacy classic ASP and .NET) as a 32bit proc...
Ceporah asked 3/2, 2009 at 16:24

3

I am getting error as Docker needs 64bit configuration, is there any way where i can install docker in 32 bit systems. It's a 32 bit i3 processor having windows 7 machine.
Busily asked 5/2, 2018 at 10:14

3

Solved

The Windows operating system can be either 32 bit or 64 bit. The 64 bit version is called Windows x64 but the 32 bit version is called Windows x86. Why isn't it called Windows x32? What is th...
Affection asked 30/4, 2015 at 17:43

11

Solved

I am trying to adapt an existing code to a 64 bit machine. The main problem is that in one function, the previous coder uses a void* argument that is converted into suitable type in the function it...
Kinson asked 30/9, 2008 at 13:43

6

I just need to write a simple batch file just to run a vbscript. Both the vbscript and the batch file are in the same folder and is in the SysWOW64 directory as the vbscript can only be execute in ...
Looseleaf asked 10/8, 2012 at 10:24

8

Solved

What things should be kept most in mind when writing cross-platform applications in C? Targeted platforms: 32-bit Intel based PC, Mac, and Linux. I'm especially looking for the type of versatility ...
Vibraculum asked 30/8, 2008 at 5:30

2

Solved

It seems that: Start-Process -WindowStyle Maximized 'C:\Program Files\Microsoft Office\root\Office16\ONENOTE.EXE' starts OneNote in a window style regardless the parameter is Maximized or Minimi...
Militia asked 22/11, 2018 at 2:18

7

Solved

I'm trying to solve an exercie in leetcode.com which deals with signed 32bit integers. The task is: Return the inverse of a signed 32bit integer and return 0 if it overflows the 32bit signed int...
Spermogonium asked 16/6, 2017 at 5:18

5

Solved

I've been wondering this for a long time since I've never had "formal" education on computer science (I'm in highschool), so please excuse my ignorance on the subject. On a platform that supports ...
Subcortex asked 28/4, 2011 at 0:53

2

I have 64-bit Oracle Database Server (11.2.0.3) installed on Windows 2008 R2, and naturally, it automatically installs the 64-bit client. I have to install an application onto this server that is 3...
Cauthen asked 9/8, 2014 at 7:30

2

We are running into issues with an old closed-source game engine failing to compile shaders when memory nears 2GB. The issue is usually with D3DXCreateEffect. Usually it returns HResult "out o...
Dopp asked 12/10, 2020 at 13:37

5

Solved

When running a PowerShell script on a x64-bit OS platform, how can you determine in the script what version of PowerShell (32-bit or 64-bit) the script is running on? Background Both 32-bit and 6...
Zinciferous asked 21/12, 2011 at 11:18

2

Solved

If I have a "Any CPU" compiled .NET app, it will run in 64bit mode on a 64bit OS. But if I, for whatever reason, wants to force this app to run in 32bit mode. (As if it were compiled using "x86")....
Altazimuth asked 12/6, 2009 at 8:51

12

Solved

I've just received and read a newsletter from Google Play mentioning that from next year on, the store "will require that new apps and app updates with native libraries provide 64-bit versions in a...
Matriarch asked 31/1, 2018 at 19:0

2

I am currently running Windows 7 Home 64-bit and am working on a program that I would like to make available for both 32-bit and 64-bit Windows operating systems. When I use cx_Freeze to turn my .p...
Lampblack asked 20/7, 2015 at 12:47

© 2022 - 2025 — McMap. All rights reserved.