-
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…
-
D10.2.3
No TTimeZoneInformation on Android .
On window had to add Winapi.Windows to compile
-
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
-
Removing this mod fixes the issue, though i have no idea what could cause it as the mod interacts mostly only with WinApi.
-
Hello,
I've been trying to use your crate unsuccessfully. When trying to get the capabilities of my screen, I get this error :
The unwrap returns `thread 'main' panicked at 'called Result::unwra…
-
```
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…
-
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
-
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…
-
### Problem
Can you fix the commands below so the build completes?
``` bash
# extract acl90express-x86.exe to C:\acl90express
# create mlisp
;; mlisp:
(progn
(build-lisp-image "sys:mlisp.dxl" :…