-
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…
-
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…
-
Given the .ini
```
[main]
key = "hello" world
```
Iniparser will stop reading after the first double quoted string so we will end up with
`key=hello` instead of `key=hello world`
I'm not sure if it…
-
Hi,
I am trying to run morgana on a set of pictures. I am using masks that I created myself and inported into the program. However, when I try to run the program (e.g. calculate area) it always bug…
-
Removing this mod fixes the issue, though i have no idea what could cause it as the mod interacts mostly only with WinApi.
-
I can't find the API of "UpdateDriverForPlugAndPlayDevices" in Winapi-rs, maybe it's missing?[ Related API documents](https://docs.microsoft.com/zh-cn/windows/win32/api/newdev/nf-newdev-updatedriverfo…
-
`winapi::ctypes::c_void` should simply be an alias for `core::ffi::c_void`, not a distinct type
-
```
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…
-
Maybe it's russian text in the wrong coding
https://github.com/linksplatform/RawDoubletsViewer/blob/8a725ea9db2260739d470b7e58adedcf702335c5/winapi/main.cpp#L2
-
Useful for editors
Might be better as its own NE
http://zetcode.com/gui/winapi/menus/
Might be an existing cross platform solution which could be wrapped