-
Hi
I'm using Query_Tree_Reply to get the list of children for a window.
In C I would then use `xcb_query_tree_children(reply) ` to get the windows, but it's nowhere to be found in the binding.
…
-
Hi,
Is there any support for zero-copy between native Windows applications and Linux containers running on Windows Subsystem for Linux (WSL)?
Use Case: We are using Media Foundation to encode vi…
-
I have been trying to use `libghdl.a`. Here are my thoughts and questions.
1. By default header files (right now only 2 `ghdlsynth_gates.h` and `ghdlsynth.h`) are placed in `/usr/local/include`. I…
m-kru updated
3 years ago
-
Title says it all
```
make -f makefile_unix phcpy2c3.so
...
ranlib phcpy2c3.a
g++ -shared -o ../Python/PHCpy3/phcpy/phcpy2c3.so -lm \
-Wl,-whole-archive phcpy2c3.a /usr/local/…
-
There are several questions of philosophy that will impact the design -- reuse of extant infrastructure or designing a custom infrastructure being the most dramatic. If the former, we can have a "qui…
-
It is weird having a cmd file and a shell script when all can be done in linux way faster, even from WSL.
In any Ubuntu just prepare the required packages with:
``` sh
sudo -E apt update && sudo …
-
Hi
In the readme you mention the package "Aida.Bounded_String" but it seems to be missing in the source?
Kind regards
Bent Bracke
-
Write C bindings for the general user API. Essentially the C binding will create a C library and header which can be then further extended to be used with a Python, Node.JS, Ruby, etc FFI. If you wo…
-
I'm trying to build a static version of Heimdal `libgssapi` for use with libcurl.
However it's giving me error about multiple definitions:
```
/home/jcm/deps/openssl/build/1.1.0i/lib/libcrypto.a(…
-
In WebGPU it is possible to format your depth buffer in reverse Z for an improvement of depth fidelity.
Many WebGL experiences today use forward-z. For Safari on VisionOS we need to convert forward…