-
Hello Author,
When I was testing, this error occurred. How can I solve it?
`
-
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
-
```
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…
-
### 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" :…
-
Hurdles:
- [ ] use tray-icon in a way that works on Linux given GTK's extra requirements. I need to deal with some moderately complex linux-only hurdles to move state between the tray icon and the …
-
we need a database of WinAPI definitions with argument names and types to be used for proper arguments analysis in the disasm.
-
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
-
Full tree output using cargo tree
├── Inflector v0.10.0
│ ├── lazy_static v0.2.8
│ └── regex v0.2.1
│ ├── aho-corasick v0.6.3
│ │ └── memchr v1.0.1
│ │ └── l…
ghost updated
6 years ago
-
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
-
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…