-
What's shared between GTK, Cocoa, Android, Flutter, and Winapi for headerbar icons? Make a separate enum of these icons from the main `Icons` enum in sprengui, called `HeaderIcons`.
-
Error 87 returned from WINAPI (The parameter is incorrect.)
-
### Related problem
A known frustration with powershell (and windows UAC in general) is the lack of inline sudo, having to create another process in order to raise elevation level for that command.…
-
[+] Building Server
Compiling proc-macro2 v1.0.28
Compiling syn v1.0.74
Compiling winapi v0.3.9
Compiling memchr v2.4.0
Compiling futures-core v0.3.16
Compiling proc-macro-hack v0.5.19
Compilin…
-
Seems https://github.com/snuk182/nuklear-test/tree/gdi depends this library.
Works great using `nightly-x86_64-pc-windows-msvc`, but after switched to `nightly-i686-pc-windows-msvc`, I got these erro…
-
```
1. Change font
Change res.rc these lines:
IDD_MAINBOX DIALOG DISCARDABLE 32, 8, 256, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
to:
IDD_MAINBOX DIALOGEX DISCARDABLE 32, 8, 256, 1…
-
```
1. Change font
Change res.rc these lines:
IDD_MAINBOX DIALOG DISCARDABLE 32, 8, 256, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
to:
IDD_MAINBOX DIALOGEX DISCARDABLE 32, 8, 256, 1…
-
```
1. Change font
Change res.rc these lines:
IDD_MAINBOX DIALOG DISCARDABLE 32, 8, 256, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
to:
IDD_MAINBOX DIALOGEX DISCARDABLE 32, 8, 256, 1…
-
*UPDATE 2023-04-24:*
*All the main platform features for Windows are finished! 🚀*
*There are still some smaller stories pending. Project board: https://github.com/orgs/crystal-lang/projects/11/v…
-
I'm using the latest Detours version and have built it for x64. When I'm using `withdll.exe` to inject the DLL into the binary (x64) built on my own using `Visual Studio 2019` it is working but when I…