Skip to main content
-5 votes
1 answer
237 views

I have been assigned a Java migration task. Currently, I am using Java 8 (32-bit), and now I need to migrate to Java 17 (32-bit). However, I noticed that there is no 32-bit version of Java 17 ...
SSW's user avatar
  • 3
1 vote
2 answers
148 views

I have to create andoid app with maui .net 9.0 and I have to use old tablet with cpu 32bit. Tablet details: 2018, Android Version 10, API 29, Java VM ART 2.1.0, Kernel architecture armv8l, armeabi-7a/...
slu's user avatar
  • 21
3 votes
1 answer
107 views

The bytes 00 10 A0 B3 decodes to movlt r1, #0 in the arm 32-bit architecture. When I type the bytes 00 10 A1 B3 into the shell-storm online disassembler, it shows "N/A". However, in the ...
cr001's user avatar
  • 743
0 votes
0 answers
250 views

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in ...
Fish Red's user avatar
0 votes
0 answers
60 views

I am currently reading xv6 kernel source ported to 32bit x86. My question is regarding blocking io syscall, i.e., bread. I am expecting some trap handler in xv6 that sets its own process state to ...
RSStepheni's user avatar
0 votes
1 answer
110 views

I am not an experienced developer, do not judge strictly I am writing a short application in NASM assembly language, I managed to make the click click of the CapsLock keyboard, but the problem is that ...
Nihat Umarov's user avatar
-3 votes
2 answers
150 views

I want to understand more about int overflow in C++ on a 64-bit system. So I would like to stick to int for my understanding without casting / extending the type to unsigned or 64-bit and I am on ...
khteh's user avatar
  • 4,372
0 votes
1 answer
732 views

My 32-bit Windows application is crashing after updating to Windows 11 24H2, while it runs without issues on both earlier and later Windows versions. The crash results in an "Out of Memory" ...
Sameer Parab's user avatar
0 votes
0 answers
182 views

Ok, I guess this is a bit of an impossible situation... But hoping some of you may be able to help me out: I'm not managing to install certain python libraries - notably speechmatics-python and scipy -...
Arengu's user avatar
  • 1
0 votes
1 answer
136 views

I'm currently trying to load a dll (C++) with a dynamic path into my VBA Code. I've two different dll's, one for 32bit and one for 64bit. Both dll's are working fine, I can also use both if i declare ...
zquizle's user avatar
  • 21
0 votes
1 answer
93 views

I'm trying to compile and run a package on Windows 11 with MinGW-w64, but I'm getting the error message "[WinError 193] %1 is not a valid Win32 application" when I try to run the .dll ...
dannnny's user avatar
  • 187
-1 votes
1 answer
113 views

im looking for a solution, that a DLL is not running on Excel 2016 32bit. I've tried so much in the recent weeks, that i have no idea left. I only get it running on Excel 64bit, I have two different ...
zquizle's user avatar
  • 21
2 votes
1 answer
75 views

I am currently developing a simple "About me" section in the terminal. I am using NASM assembly and running Ubuntu in Oracle VM. I am currently having trouble with printing the user input ...
symphonyyyyyy's user avatar
0 votes
1 answer
123 views

I want to divide uint64 by a uint32 in WebGPU, which currently only handles uint32 operations. So I am trying to simulate this by storing my long into two uint32 buffers high and low. and now I want ...
RRR's user avatar
  • 529
2 votes
1 answer
127 views

I'm trying to read a binary file that has a sequence of integers, a file that has 100 integers in sequence. The beginning of the sequence is: 20 2 22 4 22 10 5 5 4 1 ... Using the xxd -b bin_100.bin ...
Yuri de Melo Zorzorli Nunes's user avatar

15 30 50 per page
1
2 3 4 5
94