-
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…
-
As an example in Assertion.cpp shows, sometimes we might want to create a popup window through Window Manager on OS. While on Windows it is as easy as calling a single WinAPI call (MessageBox), on Lin…
-
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
-
I'm getting this error when trying to compile a project that uses mio-serial as a dependency. However, I can clone this repo and build successfully. Any ideas on what to try?
```
error[E0308]: mi…