-
Maybe it's russian text in the wrong coding
https://github.com/linksplatform/RawDoubletsViewer/blob/8a725ea9db2260739d470b7e58adedcf702335c5/winapi/main.cpp#L2
-
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
-
```
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…
-
here is error:
```
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Sc…
-
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.
-
### 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" :…
-
Currently timer is screwed when host time change - if it occurs then time provider should resync.
https://learn.microsoft.com/pl-pl/windows/win32/sysinfo/wm-timechange
-
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…