-
The following error is generated when the command `cl /I.\.. /EHsc /permissive- Source.cpp` is used:
```
Microsoft (R) C/C++ Optimizing Compiler Version 19.27.29112 for x86
Copyright (C) Microsoft …
-
There's no necessity in the usage of ANSI versions of WinAPI functions since minimum supported WIndows version is Windows XP.
Proposal:
1. Define `UNICODE` macro project-wide when compiling for …
-
**Bug report**
_winapi_WaitForMultipleObjects_impl in _winapi.c creates an array of MAXIMUM_WAIT_OBJECTS handles but then arbitrarily enforces a cap of MAXIMUM_WAIT_OBJECTS - 1 handles. This is inc…
-
### Bug Description
I have the exact same problem on Blender versions 4.2.3 LTS and 4.3.0
![Blenderkiterror](https://github.com/user-attachments/assets/8566f2c3-d839-4eef-9598-08c193b3ecf4)
###…
-
will you use windows-sys crate instead of winapi-rs crate,?as is shown in this https://github.com/kennykerr/compare-rs repo,windows-sys have a shorter compile time
-
Microsoft Visual Studio Community 2019, Version 16.6.1.
boost 1.70.0
Compilation of the following program fails:
```
#include
#include
int main()
{
return 0;
}
```
...with these e…
-
Hi!
I have an issue after a new install of Pandrator. I have used .DOCX files as source without issues. Then, after Conda server stopped working, I reinstalled Pandrator and suddenly I can no longe…
-
I'm trying to run docker for windows with the following windows container sql 2016 image:
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=P@ssw0rd!!" -p 1433:1433 --name sqlwindocker -d microsoft/mss…
-
Hey!
I'm looking for the same functionality as the [`is_loopback()`](https://docs.rs/pnet_datalink/0.33.0/pnet_datalink/struct.NetworkInterface.html#method.is_loopback) method of the `pnet_datalink…
-
Compared to [the CPython source](https://github.com/python/cpython/blob/3.10/Modules/_winapi.c), RustPython's `_winapi` module (`vm/src/stdlib/winapi.rs`) has:
- [x] `CREATE_NEW_CONSOLE`
- [x] `CR…