64-bit Questions
6
Solved
As following i able to get usb com port names attached to 32bit win7OS machine, by given pid and vid,but when running in x64 it stuck in the following line:
comports.Add((string)rk6.GetValue("Por...
5
I've got some drivers which are basically LibUSB-Win32 with a new .inf file to describe product/vendor IDs and strings which describe my hardware. This works fine for 32 bit windows, but 64 bit ver...
Linkman asked 29/4, 2010 at 18:42
6
Solved
What is the source of the performance advantage 64-bit applications have over 32-bit applications? I'm assuming there is a performance advantage because programs like WinRAR advertise it.
Also, ca...
Stripe asked 27/7, 2010 at 12:56
7
Solved
90% of the time I am unable to launch osk.exe from a 32bit process on Win7 x64. Originally the code was just using:
Process.Launch("osk.exe");
Which won't work on x64 because of the directory vi...
Decaffeinate asked 28/5, 2010 at 13:19
3
Solved
I am trying to create an instance of the object Msxml2.DOMDocument.4.0, but I am getting the following error:
ActiveX component can't create object: 'MSXML2.DOMDocument'
The error occures in this ...
5
Solved
When I create a WiX project and try to build it with the platform set to 'x64', I get errors in my build output like this:
------ Build started: Project: MyProject, Configuration: Release x64 ----...
8
Solved
I am using
Windows10 64 bit
Apache 2.4.25 (Win64)
PHP 7.1.0-Win32-VC14-x64
when i try calling curl_init() function, i get an error saying "Call to undefined function curl_init()"
tried following
...
Hypotrachelium asked 24/1, 2017 at 5:56
13
Solved
I seem to have hit on a scenario where when I run mstest on an AnyCPU assembly which references an x64 assembly, I get a BadImageFormatException.
The issue occurs when an interface in x64Productio...
Winters asked 8/2, 2012 at 23:9
2
I'm trying to use clang to cross compile to 64 bit armv8. My clang version info is the following.
$ clang --version
Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
Target: x86_64-ap...
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...
19
Solved
I am trying to install a Windows service using InstallUtil.exe and am getting the error message
System.BadImageFormatException: Could not load file or assembly '{xxx.exe}' or one of its dependen...
Brighton asked 27/11, 2008 at 7:39
3
I'm encountering a very frustrating error while trying to build OpenSSL on Windows 10. The error I get is
"lib" /nologo /out:providers\libdefault_static.lib @C:\Users\jcava\AppData\Local\...
Palindrome asked 20/5, 2021 at 20:33
4
Solved
I have to install Python 2.5.4 from http://www.python.org/download/releases/2.5.4/ which is required for the pcraster program.
However there are three python choices
For x86 processors: python-2....
7
Solved
I just got a bug report for an issue that only occurs when the program is running "on a 64-bit machine." Now, Delphi doesn't produce 64-bit code, so theoretically that shouldn't matter, but apparen...
3
Solved
I know that if I want to compile a 32 bit .exe for windows on Linux I can just install and use the mingw32 package (e.g. apt-get install mingw32) on linux. What if I want to compile a windows .exe ...
Sonar asked 22/4, 2010 at 10:3
1
Solved
I recently received a MacBook Pro M2 and am running into issues when I cdk deploy from it. There's a numpy import issue specifically relating to its "C-extensions".
Original error was: N...
Phlebosclerosis asked 12/1, 2023 at 15:57
6
Solved
I'm trying to use 64 bit integers in C, but am getting mixed signals as to whether it should be possible.
When I execute the printf:
printf("Size of long int:%d\nSize of long long int:%d\n\n",(in...
23
Solved
Does anyone know how I would go about detected what bit version Windows is under Python. I need to know this as a way of using the right folder for Program Files.
Many thanks
4
Solved
When I run the following code below in a command prompt (as administrator):
"C:\Program Files\Windows Photo Viewer\PhotoViewer.dll" "C:\00012.tif"
it produces error as shown below :
"This fi...
Drysalter asked 31/5, 2011 at 15:56
8
Not to long ago, someone told me that long are not 64 bits on 64 bit machines and I should always use int. This did not make sense to me. I have seen docs (such as the one on Apple's official site)...
10
Solved
Has anyone succeeded in installing pygraphviz on windows 10 64bit? I tried anaconda with python 3.5 64bit & 32bit with no success.
Here is the error I am getting with python 3.5 32bit on win10...
Haletky asked 25/11, 2016 at 17:9
6
Solved
In Visual Studio 2010 64bit I can't design my forms.
I keep getting this warning (and error):
Warning 18
The designer could not be shown for this file because none of the classes within it can be...
Philter asked 21/3, 2011 at 14:21
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
31
Solved
In a .NET 2.0 C# application I use the following code to detect the operating system platform:
string os_platform = System.Environment.OSVersion.Platform.ToString();
This returns "Win32NT". The ...
Deceleron asked 3/12, 2008 at 9:32
20
Solved
I have a client/server app which I have been developing on a single PC. Now it needs two serial ports, so I borrowed a PC from a friend.
When I build my app and try to run or debug it (whether in ...
© 2022 - 2024 — McMap. All rights reserved.