32bit-64bit Questions
5
Solved
I'm working on XUbuntu 13.04 and developing swing applications. As I just wanted to try that application I ran into java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit on st...
Tobar asked 7/8, 2013 at 9:25
4
Short Question
Is there any way to control / guarantee the architecture (32bit vs 64bit) when building a pyinstaller executable?
Background
I migrated from py2exe to pyinstaller because of the la...
Abb asked 23/8, 2011 at 3:2
5
Operating System: Windows XP 64 bit, SP2.
I have an unusual problem. I am porting some code from 32 bit to 64 bit. The 32 bit code works just fine. But when I call CreateThread() for the 64 bit ve...
Chaudoin asked 15/6, 2010 at 15:6
4
I installed 64-bit Lazarus and want to generate 32-bit code. When I try to set Target OS to Win32 I get error message
Compiler "C:\Programs\lazarus\fpc\2.6.0\bin\x86_64-win64\fpc.exe" does
not ...
Eno asked 14/12, 2012 at 8:10
5
Solved
I'm looking for a command in windows cmd to tell me if a certain dll file is 32 bit or 64 bit
Is there something like this in windows ?
Nevarez asked 28/1, 2013 at 11:18
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
22
Solved
I created a windows application developed in .NET 3.5 in a 32 bit Windows 2008 server. When deployed the application in a 64 bit server it shows the error "Microsoft.Jet.OLEDB.4.0' provider is not ...
Juicy asked 2/1, 2010 at 13:52
2
Solved
I have code to fetch command line arguments when opening up excel book (64 bit; but 32 bit code is also there under #if clause).
So for example, when I run the following line of code at the comman...
Arnold asked 11/12, 2017 at 17:5
4
Solved
Is there a way to load a 32-bit DLL library (something with the same usage as LoadLibrary) I would like to use that function along with GetProcAddress.
I looked at WOW, but it does not seem to offe...
Granlund asked 15/2, 2010 at 9:48
10
Solved
How do i detect the bitness (32-bit vs. 64-bit) of the Windows OS in VBScript?
I tried this approach but it doesn't work; I guess the (x86) is causing some problem which checking for the folder..
...
Knuth asked 27/8, 2010 at 11:16
8
Solved
I understand WHY the System.Data.SQLite.dll is provided in 32 bit and 64 bit builds. So lets not dwell on that and move on. :)
Since it is done this way it seems to make pure C# development a tad ...
Protozoan asked 31/8, 2011 at 22:51
3
I am trying to install Oracle 12c instant 32-bit client alongside my 64-bit installation because I can't connect Visual Studio to the 64-bit version (throws BadImageFormatException). I run the inst...
Shantel asked 24/3, 2017 at 17:49
4
Solved
I am using 64-bit python anaconda v4.4 which runs python v3. I have MS Access 2016 32-bit version. I would like to use pyodbc to get python to talk to Access. Is it possible to use 64-bit pyodbc to...
Mariomariology asked 29/8, 2017 at 0:20
5
I have custom control with print toolbar item.when print the control the
dialog is not coming in windows 7 with 64 bit os in other system os working
fine. problem only in windows 7 with 64 bit.
my...
Impregnable asked 17/6, 2011 at 12:39
10
Solved
Here is the situation, I'm using a C based dll in my dot.net application. There are 2 dlls, one is 32bit called MyDll32.dll and the other is a 64bit version called MyDll64.dll.
There is a static v...
Baseman asked 1/6, 2012 at 14:56
2
Solved
I'm working on very old legacy code and I'm porting it from 32 to 64 bit.
One of the things where I'm struggling was about the MFC serialization. One of the difference between 32 and 64 bit was the...
Imprison asked 10/1, 2023 at 8:36
7
Solved
Wouldn't it have made more sense to make long 64-bit and reserve long long until 128-bit numbers become a reality?
Araujo asked 2/9, 2011 at 5:20
4
I installed Cygwin64 on a win7-64 with gcc dev tools and I just noticed that it produces 64bit binaries. (Well, not that surprising :o) Is there a mean to make it producing some 32bit binaries?
I ...
Uphold asked 8/5, 2015 at 8:48
12
I have a DLL (FreeType) which is certainly 32-bit (header: IMAGE_FILE_MACHINE_I386).
I want to use it from C# code, using DllImport.
Target of my application is x86, IntPtr.Size is 4, process is ...
Calyptrogen asked 28/4, 2010 at 10:20
6
Solved
I have decided to learn generic algorithms recently and I needed to install Tensorflow package. Tensorflow run on python 64 bit only, so i install python 3.5.0 64 bit without uninstalling python 32...
Recife asked 16/4, 2017 at 5:27
7
Using C#, I would like to create a method that retunrs whether my machine is 64 or 32-bit.
Is there anybody who knows how to do that?
Kistna asked 11/8, 2011 at 19:48
10
Solved
Missing include "bits/c++config.h" when cross compiling 64 bit program on 32 bit in Ubuntu
I am running the 32bit version of Ubuntu 10.10 and trying to cross compile to a 64 bit target. Based on my research, I have installed the g++-multilib package.
The program is a very simple hello w...
Highflown asked 10/1, 2011 at 2:20
18
Solved
I developed a Windows service using C#.NET to generate PDF report. To generate PDF file I am using a third party dll. The application is running in my Windows XP platform. When I deployed the servi...
Jeromyjerreed asked 24/6, 2009 at 7:22
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
5
Solved
Given a Windows process handle, how can I determine, using C++ code, whether the process is 32 bit or 64 bit?
Kirkman asked 6/1, 2013 at 16:27
1 Next >
© 2022 - 2025 — McMap. All rights reserved.