-
Visual Studio 2019 v16.8 reports the following error on this line if you include in a Win32 project:
boost-1.74\boost\winapi\basic_types.hpp(255,6): error C2467: illegal declaration of anonymous '…
-
Hey, it's me again.
So I'm trying to rebuild a bunch of actors and I'm having it freeze on "Building AAMP and BYML files...".
If I try and close the window, it does throw an error.
Now, I thin…
-
This works fine on windows 10, but appears completely unstyled on windows 7:
```rust
use crossterm::*;
fn main() {
println!("{} {} {}", "fore".black(), "back".on_black(), "Blac…
-
it is useful for create cross-platform remote shell service (not for evil usage)
there is the win api prototype
```c
// Creates a "Pseudo Console" (ConPTY).
HRESULT WINAPI CreatePseudoConsole(
…
-
I'm watching a directory on a Windows share. Whenever a connection is lost, the watchdog observer thread throws an exception.
How and where in the code do you properly handle this exception?
This is…
-
Not sure if that is in the modifications you made, but I run into trouble with this line in toolchain.bzl:
`["if [[ -v TMPDIR ]]; then mkdir -p $TMPDIR; fi;"] +`
With it in, nothing builds on ma…
-
but the code crashes
```haxe
var setWindowLong:cpp.Function< Pointer< Void > ->
Int ->
UInt -> Int, cpp.abi.Winapi> =
Function.getProcAddress("User32.dll", "Se…
-
I followed the Readme and got this error when running make.
```
Anton@DESKTOP-E3QRL5P MINGW64 ~/openssl
# perl Configure mingw64 no-shared no-asm --prefix=/C/OpenSSL-x64
Configuring OpenSSL vers…
-
if I run setup.py I get `FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/setoolkit'`, And If I run setoolkit directly I get `Python\Python38-32\lib\multiprocessing\reduction.py…
-
This is the backbone of the asyncronise portion of the code base, so I think we should implement this first. I have put together a draft which is included below. I'm new to rust, so we need to figure …