Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
40 views

There are plenty of sites describing how to build the Qt 6 for Windows using MSVC compiler (like: this or this, official page), but the job is being done from the command line by using x64 Native ...
Kaktus's user avatar
-2 votes
0 answers
60 views

I have a MySQL data base in WAMP (apparently version 5.7.36 of MySQL) created under Windows 10. I switched to Windows 11 with a new version of WAMP which implements the version 8.4.7 of mySQL. Copying ...
JCRCAN's user avatar
Advice
2 votes
0 replies
34 views

I'm running into trouble mounting/copying a file from my host system into a container. I feel like there should be an elegant way of doing it. The Problem: I have a devcontainer that I am running on ...
Wopsie's user avatar
-1 votes
0 answers
82 views

I am doing the Python Programming MOOC course from University of Helsinki. The TestMyCode extension in Visual Studio Code is not working on my Windows laptop. It shows this message when I click on ti ...
Anagha Jayaprakash's user avatar
-1 votes
1 answer
70 views

I am running a Python HTTP server inside my WSL2 (Ubuntu) instance on Windows 11, but I am unable to access it from my Windows host browser. Here is what I did inside the WSL2 terminal: drown@DESKTOP-...
Drown's user avatar
-1 votes
2 answers
72 views

I'm modifying a behavior of an existing Windows app and need to keep my own variable somewhere. This variable is calculated in one subroutine and then should be accessed from another one. It means, it ...
teslasystems's user avatar
Advice
0 votes
3 replies
105 views

I need some help getting my DUNIT testcases up and compiling again after the upgrade to DELPHI 11. This is the top of my command-line testcase program; it is compiling and functional. {$IFNDEF ...
Franz's user avatar
0 votes
0 answers
63 views

I'm trying to configure Git on Windows, but I need two pairs of files for the External Merge Tool to work. My project contains files that need another to be usable, something like: book.tbl // ...
sanchi82's user avatar
Advice
0 votes
4 replies
118 views

I'm using Delphi 11 and have upgraded from Delphi 10.4. Since the upgrade, I've noticed some very weird behavior in the Delphi IDE. Whenever I load a new project, the IDE shrinks to a minimized/tiny ...
Franz's user avatar
Advice
0 votes
2 replies
72 views

I'm writing a tool that needs the base address of ntoskrnl.exe at runtime. On Windows 10 and Windows 11 up to 23H2, this works: NtQuerySystemInformation(SystemModuleInformation, buf, size, &size);...
Haider Mustafa's user avatar
0 votes
1 answer
56 views

On Windows, my VS Code launch debug config stopped hitting breakpoints. The breakpoint shows "Unbound breakpoint", a debugger; statement is ignored, the program runs to completion and exits ...
Rafael Medeiros's user avatar
0 votes
1 answer
79 views

Python doesn't seem to be allowed to write to any files. Microsoft Windows [Version 10.0.19045.6456] with no OneDrive running. Python 3.14.0 Code from pathlib import Path print("trying to ...
scorpdaddy's user avatar
-3 votes
0 answers
167 views

I want to implement a process-shared dynamic byte array. Each process reserves a fixed virtual address range for the array. The array is backed by shared memory / a memory-mapped file. The base ...
Tobias Blümlhuber's user avatar
Tooling
0 votes
2 replies
128 views

There are a few notifications in Windows that are shown as full screen overlays or something like that. I'm writing a tool that monitors some peripheral statuses and I want to show same style messages ...
filimonic's user avatar
1 vote
0 answers
91 views

When the Windows Magnifier is active and zoomed in, it should follow the cursor inside a QSpinBox. This worked for me on a single screen setup. However, if there are two screens and the QSpinBox is on ...
dukeeloo's user avatar

15 30 50 per page
1
2 3 4 5
11187