-
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
-
Error 87 returned from WINAPI (The parameter is incorrect.)
-
## Overview
When calling keepassxc-cli.exe on Windows it changes the code page to 65001.
And when calling powershell.exe, the font changes from Consolas to Raster Fonts.
Version 2.7.3 is OK, but ve…
-
```
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…
-
some references
https://github.com/Nexus-Mods/node-nexus-api
https://github.com/Nexus-Mods/node-winapi-bindings
https://github.com/Nexus-Mods/Nexus-Mod-Manager
-
Make sure UTF-8 paths are used everywhere. Replace direct ASCII WINAPI calls with `wchar_t` equivalents.
If possible, use UTF-8UTF-16 converters provided by the C++ runtime (for consistency with `std…
-
we need a database of WinAPI definitions with argument names and types to be used for proper arguments analysis in the disasm.
-
Hello,
when I try to run `Execute Command.py` I get:
```
Exception: ('SSH Manager', 'Exception: global name \'descriptor\' is not defined
------------------------------------------------------------…
ric79 updated
8 years ago
-
```
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…
-
May be you can have a look at https://github.com/Modorganizer2/usvfs
Not only the WinAPI at ring3, but also some NtAPI should be fixed at ring0.