Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
39 views

I've been working on a C++ project. I have been using 2 Windows PCs for building it and both worked fine with the same (kinda janky) setup. I recently got a new computer and I get a linker error. My ...
indjev99's user avatar
  • 122
0 votes
0 answers
34 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
-7 votes
0 answers
65 views

I am a beginner, I have a question as follows. When I run the code, the output is messy code. When I move the size of console, the messy code disappear, why? It is a very annoying question. I have ...
Wang's user avatar
  • 1
1 vote
0 answers
64 views

I am trying to use some Java audio code that worked back in 2019. I am now using the Eclipse IDE with JavaSE-21 running on Windows 11. The following code is not working: AudioFormat af = ...
JavaLatte's user avatar
  • 396
5 votes
0 answers
78 views

I am trying to develop a system audio recording application which uses the application loopback method provided by WASAPI. I'm basing my implementation upon the Windows classic samples application ...
fahdIm's user avatar
  • 21
-2 votes
0 answers
29 views

I have a 2011 MacBook Air (11″ Mid 2011 or 13″ Mid 2011) that currently only has Windows installed. I want to completely remove Windows and install macOS High Sierra (10.13.6). Here’s my situation: My ...
hub il's user avatar
  • 1
-3 votes
0 answers
55 views

Windev application's window components getting distorted while minimising and maximising. Anchoring was used for these actions, hence the components are getting distorted. Gets corrected at the end of ...
Agasthya Harekal's user avatar
2 votes
2 answers
97 views

I want to create a shortcut which (1)opens cmd.exe in a specific folder, then, (2)runs within that terminal "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64....
One_Cable5781's user avatar
-1 votes
0 answers
32 views

I keep seeing this error any time I try to install Node.js in Windows, I have tried steps to fix my Windows installer, so far no luck. I can't use resources of Node.js like npm without installing it. ...
Jeff Hen's user avatar
-1 votes
0 answers
30 views

My pc installed windows 11 pro with hyper v enabled. A windows server was set up in hyper v vm. When I restarted the machine, it pops up to the accounts set inside hyper v so it probably was booting ...
Hiu leong Ng's user avatar
0 votes
0 answers
57 views

I'm trying to translate my bash scripts using the gettext tools but I have a problem where the encoding seems to be wrong. Let's say I have the following file called fr.po: # French translations for ...
Elie G.'s user avatar
  • 1,784
0 votes
0 answers
25 views

We have a very old Jenkins version (1.577) on windows server that we upgrade to 2.516.3 version successfully more or less. The most problematic issue is related to a freestyle job: the job is a build ...
DanieleF's user avatar
2 votes
0 answers
63 views

I've developed a Python application on my PC running Windows 11 using the library PySide6 to create a GUI. Then, I moved all .py files on a machine running Windows Server 2016 and installed all the ...
Matteo Pozzi's user avatar
-1 votes
0 answers
44 views

I'm developing yet another software for copying data in various configurations. It is important to copy not only data but also all possible attributes available on filesystem. For Windows (most of ...
ddzialak's user avatar
  • 1,126
1 vote
1 answer
41 views

My WPF app is Windows only. I cleared my */Releases folder and build my project: dotnet publish --self-contained -r win-x64 -o .\publish Then I created a release: vpk pack --packId MyApp --...
Pavlo Nesterenko's user avatar
0 votes
1 answer
29 views

I am using Whisper CPP to perform recognition on small wav files, on Windows. The same files passed to whisper-cli fail with whisper-server, whether sent by curl, javascript fetch or else. The failure ...
resle's user avatar
  • 2,416
-1 votes
0 answers
33 views

Mosquitto only works locally, cannot connect from ESP32 I installed Mosquitto on Windows 10 and the broker works locally. I can publish and subscribe between terminals on the same machine without any ...
Norbert Bukała's user avatar
0 votes
1 answer
47 views

In a command line of a pre-build event in a VS 2026 C++ project, I have the line git log -1 --date=format:%G --output=year.tmp --format="%cd" which is supposed to write the numerical year of ...
JWWalker's user avatar
  • 22.8k
-1 votes
0 answers
48 views

I've got a C# Windows service that sends out an email using MailKit when the service is started (or if there's been an error). This has been working flawlessly for years. At some point on 23/11, it ...
mark jerrom's user avatar
0 votes
0 answers
75 views

I have rustc, I have cargo, I have c++ build tools, I have everything! but it doesn't work( Error: command ['maturin', 'pep517', 'build-wheel', '-i', 'C:\\Users\\Admin\\Desktop\\ааа проекты\\.venv\\...
Просто Аккаунт's user avatar
Best practices
0 votes
0 replies
39 views

I have a question about the organization of secure access to remote working resources. The following remote access scheme is discussed: OpenVPN Remote Desktop Gateway + 2FA (PrivacyIDEA) Remote ...
Alexey's user avatar
  • 15
2 votes
1 answer
114 views

I'm building an script in PowerShell that runs via an RMM tool, so it executes in the SYSTEM context. The goal is to automatically delete files from the Recycle Bin that are older than 30 days, for ...
smurfexe's user avatar
-1 votes
0 answers
39 views

I am playing on a qmk customized firmware (for keychron Q1 V1 ISO keyboard). I mostly want to rebind key to send unicode values (such as "ŭ" (esperanto keyboard)). I have followed https://...
Pierre Vittet's user avatar
-1 votes
0 answers
61 views

I wanted to create WinUi v3 apps in C++ but I hate packaged MSIX programs . And there are a ton of downsides to them. So I tried making a non-packaged one by following Microsoft's docs at https://...
Alec269's user avatar
  • 34
3 votes
1 answer
114 views

Let's run this straightforward piece of code: import java.io.*; import java.nio.file.*; import java.util.Arrays; public class Main { public static void main(String[] args) throws IOException { ...
Robert Hume's user avatar
  • 1,203
Tooling
0 votes
0 replies
42 views

A friend of mine has an application in C he has been helping to maintain, which he has been building for Linux, but he asked me to help build Windows binaries. The project has a Makefile.win32, so it ...
CalicoSkies's user avatar
0 votes
0 answers
64 views

I tried hard with a lot of methods: dte.ExecuteCommand("View.C#Interactive"); Even tried deleting temp file bin .....etc I'm also changing view. C# Interactive to other and using ,0 ...
Braa gamer's user avatar
-3 votes
0 answers
72 views

My application I want to turn into an executable file. The project is a JavaFX application built with Maven. I've embedded an SQLite database in IntelliJ IDEA. Main class, the entry to the application:...
Sayed Ali Yahya's user avatar
1 vote
1 answer
63 views

I'm making a Java app that scans the Windows Recent Files folder and resolves .lnk shorcuts to their actual file paths. I'm doing so using JNA the JNA API and simulating IShellLinkW and IPersistFile. ...
Syed Maroof Hussain's user avatar
1 vote
1 answer
58 views

I'm trying to get a hardware id with a .net console app (target framewotk is net8.0-windows10.0.17763.0). The code is rather trivial, just var token = Windows.System.Profile.HardwareIdentification....
Volker's user avatar
  • 1,849
0 votes
1 answer
108 views

With my code which is just a regular RAW input example.... WM_INPUT, RIM_TYPEMOUSE... I'm getting on Windows 10 the full 1,000Hz of my mouse and on Windows 11 I'm getting about 128Hz. How to fix this ...
Gr3g's user avatar
  • 31
0 votes
1 answer
38 views

Context for this question: Windows C++ API BackupRead is stuck(?) when trying to fetch all the streams of a file I noticed the above issue for files having the attributes "AL" and they were ...
Naveen Kedilaya's user avatar
Best practices
1 vote
7 replies
97 views

I have two numerical maths libraries given by DLLs (I am under Windows) and header files. (I can't modifiy the headers and anyway there are dozens of them. I also don't have have access to a code that ...
Olórin's user avatar
  • 3,880
0 votes
1 answer
508 views

In my PowerShell scripts I'm using the ActiveDirectory module, which contains the various *-AD* cmdlets such as Get-ADUser. How can I automate (script) the installation of the PowerShell ...
mklement0's user avatar
  • 452k
2 votes
0 answers
78 views

I know you can use the Get-AppxPackage and Get-AppxPackageManifest cmdlets in Powershell to get the package family and it's specific application entry point. In this example with Windows Media Player ...
djsumdog's user avatar
  • 2,828
-4 votes
0 answers
150 views

Whenever I Open Antigravity IDE opens successfully but also a terminal show with the editor saying that [process exited with code 1 (0x00000001)] when i close it the program starts normally but its ...
Ahmed Alaa's user avatar
3 votes
2 answers
159 views

I am running python 3.13.5 via PowerShell in windows 10. I can successfully run the folowing command, and now want to run it with a python script & 'D:\realesrgan\realesrgan-ncnn-vulkan.exe' -i 'D:...
Christopher Pratt's user avatar
0 votes
0 answers
24 views

Running KeyCloak 26.4.2 or 26.4.5 and jdk-21 on Windows 10. // script to generate and install certificate function Generate-Certificate{ $keycloakInstallationDir = "C:\PathToCertificate&...
Mihai's user avatar
  • 389
-1 votes
0 answers
121 views

I have a simple C++ project which uses the CoCreateInstance to access and use some C# code (com-exposed class). The simple code looks like: // ... hr = CoCreateInstance( CLSID_rclsid, NULL, ...
Kaktus's user avatar
  • 9
1 vote
1 answer
90 views

I am trying to install GDAL in my virtual Environment which is built based on python 3.13.7. Following this page, In my environment I do: pip install gdal No success though. Please see the error ...
Sina NAKHOSTIN's user avatar
2 votes
2 answers
130 views

Kotlin compiler is located in C:\kotlinc\bin, when trying to run any script that is located in a path with space - it fails with message InvalidPathException: Illegal char <:> at index 2: /H:/My%...
Vadym Borys's user avatar
1 vote
0 answers
148 views

I'm running a Laravel project locally using Herd and sometimes XAMPP on my Windows machine. I’m trying to share a live link so that other devices (phones, laptops, etc.) on the same network can access ...
NNADI EMMANUEL's user avatar
0 votes
0 answers
134 views

An application can carry out any system command at any time by passing a WM_SYSCOMMAND message to DefWindowProc. If I don't have any windows, which window can I post/send WM_SYSCOMMAND to carry out ...
許恩嘉's user avatar
  • 1,311
0 votes
1 answer
58 views

Edit: Since the question is off-topic here, I marked it for closing/migration to SuperUser. It was not migrated so far, so I recreated this question and answer at SuperUser. I cannot get non-ASCII ...
miroxlav's user avatar
  • 12.4k
-1 votes
0 answers
102 views

I found an interpreter error in my code, I decided to figure it out: It turned out that I have a launcher, as well as Python of two versions 3.10.9150.0 and 3.14. I obviously tried to delete both, but ...
GLP GG's user avatar
  • 17
2 votes
1 answer
106 views

originally I was trying to install opencv-python which fails on trying to install numpy:2.2.6 So I am trying to just install this numpy and for some obscure reason it tries to build it! instead of ...
62mkv's user avatar
  • 1,584
2 votes
1 answer
135 views

Background My application is using CAPI to sign and verify some data using RSA 2048. I'm trying to migrate to CNG, and it must be able to verify past signatures created with CAPI. Problem ...
wmjdgla's user avatar
  • 602
-4 votes
0 answers
31 views

Im trying to use tensorflow with gpu on my windows device, i have python 3.13 venv. Is newer version of tensorflow support gou acceleration on windows. Ive read that it stopped in tensorflow version 2....
Med Yassine Ghaoui's user avatar
0 votes
2 answers
125 views

I’m on Windows 11 and originally had two Python installations: 3.14 and 3.9. Both were installed and added to the PATH. After setting up PyCharm 2025.2.4, I started getting this error when creating a ...
Alex's user avatar
  • 1
1 vote
2 answers
62 views

I had this script for automated solving of a little daily game thing. I used to be able to run it by typing cmd into the folder where the script was, and then running the script by entering scriptname....
russia's user avatar
  • 11

1
2 3 4 5
3362