Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 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
0 votes
1 answer
61 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
  • 21
Best practices
1 vote
7 replies
77 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,881
1 vote
0 answers
58 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,818
3 votes
2 answers
117 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
-1 votes
0 answers
116 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
2 votes
2 answers
117 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
-2 votes
0 answers
67 views

I’m running an application on IBM WebSphere Liberty on a Windows server with IPv6 enabled. We want Liberty to listen on the global IPv6 address, not the link-local one. To prefer IPv6, I added this ...
Doomon's user avatar
  • 39
0 votes
1 answer
49 views

I cannot get non-ASCII characters to be properly displayed in DuckDB console, even if the console application supports UTF-8. I have a sample CSV file encoded in UTF-8 containing a few test strings: ...
miroxlav's user avatar
  • 12.3k
2 votes
1 answer
78 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
-3 votes
0 answers
28 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
1 answer
53 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
  • 1
0 votes
1 answer
24 views

i am new to pyspark. i have installed java 17 and made sure it works C:\Windows\System32>java -version java version "17.0.12" 2024-07-16 LTS installed python 3.9 and made sure it works C:\...
Blogger Anonymous's user avatar
0 votes
2 answers
57 views

There are well documentated ways to enumerate MMDevice audio devices such as: How do you programatically get a list of a computer's recording devices? Does anyone know a way to tell if a devce is USB ...
Gary Metalle's user avatar
Advice
1 vote
7 replies
77 views

If I run var_dump(setlocale(LC_ALL, 'xyz.utf-8')); on Windows I get string(9) "xyz.utf-8" despite the fact that 'xyz' is not advertised in ResourceBundle::getLocales('') and having ...
Greenflash's user avatar
Advice
0 votes
1 replies
21 views

Had an issue where under 24H2 and 25H2, using a USB to deploy windows with a PPKG file included - Windows would ignore the ppkg file. You would have to press windows key 5 times at OOBE (After ...
MacTwistie's user avatar
0 votes
0 answers
127 views

I am trying to investigate an issue where the Windows C++ API BackupRead, used in our software, appears to get stuck for few files. I suspected large file streams to be the reason. I wrote a small ...
Naveen Kedilaya's user avatar
0 votes
0 answers
42 views

My question is how is a multiple document MFC application whose view was derived from CListView and was changed to the simpler CView in order to enable OnDraw() affected? Does this introduce problems? ...
Richard Chambers's user avatar
3 votes
2 answers
97 views

Im new to C Programming and the Windows API im getting "Run-Time Check Failure #2 - Stack around the variable 'pMyStringAdress' was corrupted." after compilation in Visual Studio Thats my ...
reiner's user avatar
  • 33
1 vote
0 answers
88 views

I have written a Print Preview option for a larger application. Mostly it works to my satisfaction, except sometimes the image is truncated. The code below is a much cut-down version that shows the ...
StinkyPete's user avatar
3 votes
3 answers
197 views

I am building a c extension for a python module and it needs to work the same on a windows machine and on a raspberry pi. #include <stdio.h> #include <string.h> #include <ctype.h> #...
KarlTheKrazyKat's user avatar
-3 votes
0 answers
115 views

My code: #include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int n; cin ...
Andrew 's user avatar
0 votes
1 answer
92 views

I want my window to redraw the pixel put on the screen when WM_PAINT message is called after unminimizing my window. Cause all what i drawn is cleared when minimizing. I tried different thing, i think ...
ciddu42's user avatar
  • 63
Advice
0 votes
1 replies
34 views

Windows 10 22H2. Ask this question because at the same time, type ame can't find out Adobe Media Encoder. and I don't see vsc.exe defined in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\...
ahdung's user avatar
  • 409
0 votes
0 answers
41 views

I have a C app on Windows 11 which connects to a wifi Hotspot A without internet connectivity using WlanConnect. It works, the connection is stable. However, let's say there is another Hotspot B in ...
Alban Deruaz's user avatar

1
2 3 4 5
3362