-
I'm trying to build something that interfaces with DirectShow at the moment, and when describing the needed interfaces, I need a lot of types like `LPCWSTR`. `winapi` comes in handy by defining these …
-
Hi,
To get the maximum speedup, I used full cpu (multiprocessing.cpu_count()=64) to performing increasing popsize (IPOP). During which an exception is raised(see below codes). Does the `number_of_pro…
-
the winapi is an extension on the existing api, but auditing is based on whoever does the actual call, not a generic api key.
## Expected Behavior
By using the /winapi uri and the Invoke-RestMetho…
-
```
Требования описаны здесь:
https://docs.google.com/document/d/1ddrtCe5Odmww_PCg-jgW1WMH9uNfErhmxTg-n9NeZa8/
edit
Делать ЛИШЬ этап 1.
```
Original issue reported on code.google.com by `korn...@gma…
-
```
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-random.lo
CC src/win/libuv_la-async.lo
CC src/win/libuv_la-core.lo
CC src/win/libuv_la-detect-wakeup.lo
C…
-
I don't know what the solution for this is. manually removing the compiler switch for vcl version of the treeview from every vtv unit is an impossible task. This error is encountered upon compiling th…
-
Hello! I started using the UnlimitedWait object, and it worked great until I needed to dynamically add sources of notifications with AddUnlimitedWaitObject(). In one thread I have loop calling WaitUnl…
-
* [ ] Upgrade minimum Rust version to 1.33
* [ ] Add `#[repr(packed(N))]` everywhere applicable.
* [ ] Add `#[repr(align(N))]` everywhere applicable.
* [ ] Use actual unions for unions.
* [ ] Use …
-
```
user32.GetMessageW.async(MSGs.ref(), 0, 0, 0, (err, res) => {
...
});
```
Has no effect. Any idea what i do wrong?
ntlvs updated
2 years ago
-
Hello,
The current support TLS in nats.c based exclusively on OpenSSL has certain concerns on Windows, such as:
- no integration with the Windows certificate store out-of-the-box (I can workaround…