-
```
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…
-
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…
-
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…
-
```
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…
-
Error 87 returned from WINAPI (The parameter is incorrect.)
-
Maybe it's russian text in the wrong coding
https://github.com/linksplatform/RawDoubletsViewer/blob/8a725ea9db2260739d470b7e58adedcf702335c5/winapi/main.cpp#L2