-
```
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…
-
Hi,
Looking through analysis results would it please be possible to add in the following hooks in the IE hooks (https://github.com/cuckoosandbox/monitor/blob/master/sigs/iexplore.rst)?
- JsEval
- COl…
-
sbol_utilities\conversion.py", line 237, in convert3to2
result = doc2.validate()
sbol2\document.py", line 831, in validate
response = validate(self, config.options)
sbol2\document.py", l…
-
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
-
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…
-
Removing this mod fixes the issue, though i have no idea what could cause it as the mod interacts mostly only with WinApi.
-
D10.2.3
No TTimeZoneInformation on Android .
On window had to add Winapi.Windows to compile