-
*Project*
Win7Msix
**Describe the bug**
We've had a few reports recently that the installation of msix packages wasn't working on windows 7. The reported error was **"Windows cannot find 'msixmgr…
-
# 如何检测当前操作系统是否支持运行 .NET Core 3 / .NET 5 / .NET 6 应用? - walterlv
虽然微软官方声称 .NET Core 3 / .NET 5 / .NET 6 应用支持在 Windows 7 及以上运行,但你不应该轻信。因为微软还在某个隐秘的角落里说明还应安装一枚 KB2533623 补丁。 直接判断补丁肯定是不靠谱的,因为还有其他几枚补丁(KB30…
-
utils.elevate(...) seems to translate paths badly if it contains Unicode characters, this is an issue for Electron applications since they are commonly installed in %AppData% and the Windows user fold…
-
Hi,
In [Issue 10071 - open file via double click](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10071#issuecomment-868735624) I got the hint to call ShellExecuteA:
```
# -*- codin…
-
When I try the following:
```
./configure --prefix=/nfs/cxc/a1/linux/opt/packages/marx-5.1.0/ --build=i686-unknown-linux-gnu "CFLAGS=-m32 -g -O2" "LDFLAGS=-m32"
```
then the make step fails with
``…
-
The software opens the browser and opens a specific link after clicking a button. Would it be possible to change that behavior and just "copy the link to clipboard" ?
-
It would be nice making daglink portable. While browsing the source code I noticed that daglink uses shell commands for e.g. creating symlinks instead using the python builtin commands like os.symlink…
-
- Check if all doc-strings are displayed
- Make list of errors and missing docs
-
Running nob without .exe file extension fails.
```
w:\musializer>nob build
[INFO] renaming nob -> nob.old
[ERROR] could not rename nob to nob.old: 2
```
The application takes its name from argv[…
-
Ran into the `[ERROR] Could not open file nob.c: 2` error. Running nob.exe did work.
I am now at something with my shellapi.
I see there is some concern with getting windows.h included before she…