64-bit Questions
4
Solved
On my Windows 10 Pro 64-bit PC, when I go to WMI Control in Computer Management under "Services and Applications" and select "More Actions" -> Properties, it displays the fol...
2
Solved
I am trying to understand the reasoning behind this particular suggestion in Visual Studio 2022, as it doesn't seem to make sense to me. Here's the simple code:
static constexpr uint32_t MAX_ELEMEN...
2
Solved
With WiX, I want to distribute a C# program that uses SQLite.
SQLite recommends the files structure below, so I use it:
In Wix, I create the x86 and x64 folders and put the right DLL in each:
...
Inaudible asked 31/5, 2013 at 6:39
4
I just finished building up a new web server (2k8 x64) and have installed 'URL Rewrite' and 'Application Request Routing' but noticed that the 'URL Rewrite' option in IIS Manager is missing.
I mes...
6
Solved
I have been having trouble making a request to my 64-bit ASP.NET Core API running on an Azure App Service. The error I get back is:
Unhandled Exception: System.BadImageFormatException: Could not...
11
Solved
OS: Windows 2008 Server R2
Oracle Client: 11.2
Many Thanks
Passade asked 2/11, 2012 at 2:57
11
Solved
Good day everyone. I have been having the same problem all day at work and am struggling to find any new paths to go down.
I am getting the following error when my solution builds on server. I ha...
Descender asked 26/3, 2012 at 15:36
3
I have a 32-bit exe that needs to dynamically load a 64-bit dll when it detects that the operating system is 64-bit. Is this possible through LoadLibrary? If not, is there another way to accomplish...
Staffer asked 17/3, 2010 at 23:24
10
Solved
I'm looking for a hash function that:
Hashes textual strings well (e.g. few collisions)
Is written in Java, and widely used
Bonus: works on several fields (instead of me concatenating them and ap...
6
Solved
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
8
Solved
I'm working on an implementation of the memcache protocol which, at some points, uses 64 bits integer values. These values must be stored in "network byte order".
I wish there was some uint64_t ht...
Girlish asked 11/6, 2010 at 12:9
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
6
Solved
In C++, say that:
uint64_t i;
uint64_t j;
then i * j will yield an uint64_t that has as value the lower part of the multiplication between i and j, i.e., (i * j) mod 2^64.
Now, what if I wanted th...
Gamali asked 5/3, 2015 at 1:23
2
I am relatively new to python and trying to install the base64 package through my cmd (that is system32/cmd.exe <- not sure if this is relevant).
I am using python 2.7.12 64 bit pip 9.0.1
My c...
Fania asked 11/11, 2016 at 16:26
7
I installed AMPPS using the "website" and "brew cask" but in both times when I enter the mac user password it gives "the password you entered is incorrect"
I thought i typed the password wrong or ...
Idealism asked 12/1, 2020 at 2:18
6
I read that a 64-bit machine actually uses only 48 bits of address (specifically, I'm using Intel core i7).
I would expect that the extra 16 bits (bits 48-63) are irrelevant for the address, and w...
Ruelas asked 24/4, 2013 at 17:40
5
Solved
I have a build script that needs to hard code a path to an executable. The path is:
C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\SDKTools\cabwiz.exe
This has worked fine, but n...
Simp asked 17/8, 2010 at 17:41
5
I am trying to make a connection to oracle through java program. Following is the configuration.
Windows 7, 64 bit.
JDK 1.6
Oracle client 11g R2, 64 bit.
ojdbc6.jar in the class path of my standa...
Bryna asked 18/1, 2012 at 8:47
30
When I try to run my Android app on an emulator I get this error:
/dev/kvm permission denied.
I checked the permissions and added the user I am currently logged in with to the kvm group. Wha...
Streetlight asked 18/5, 2016 at 13:16
1
Solved
I already learned that on the x86-64 platform using any 64-bit register would need a REX prefix, and any address less than 64 bits would require an address-size prefix.
On x86-64 bit:
E3 rel8 is jr...
4
Solved
it works on 32-bit platform.but not 64-bit
here is the exzample
TVerbInfo = packed record
Verb: Smallint;
Flags: Word;
end;
var
VerbInfo: TVerbInfo;
strList : TStringList;
verb : Smallint;...
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
2
Solved
I've read a bit about compressed object pointers in some 64 bits Java VM implementations. As I understood it, the principle is storing a reference as a relative 32 bits address offset from one obje...
4
Solved
I have read through this SO question about 32-bits, but what about 64-bit numbers? Should I just mask the upper and lower 4 bytes, perform the count on the 32-bits and then add them together?
Abject asked 25/4, 2010 at 18:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.