Re: Bind C++ template specialized with void parameter

2024-02-29 Thread DUser via Digitalmars-d-learn
On Wednesday, 28 February 2024 at 22:48:33 UTC, Gregor Mückl wrote: ... But how can I bind Wrapper\ in D? Specifically, how do I even express that template specialization in D syntax? Did you mean any of these? 1. Parameter specialization: ```d extern(C++, class): class Wrapper(T) {...} class

Re: Bind C++ template specialized with void parameter

2024-02-29 Thread Gregor Mückl via Digitalmars-d-learn
On Thursday, 29 February 2024 at 10:30:59 UTC, DUser wrote: On Wednesday, 28 February 2024 at 22:48:33 UTC, Gregor Mückl wrote: ... But how can I bind Wrapper\ in D? Specifically, how do I even express that template specialization in D syntax? Did you mean any of these? 1. Parameter speciali

Re: Error when using `import`.

2024-02-29 Thread Liam McGillivray via Digitalmars-d-learn
I now have the Raylib functions working by using `toStrinz`. I pushed some updates to the repository. I made the main project a source library so that I can experiment with different graphics library front-ends. I put have the front-end using Raylib in the `raylib_frontend` directory. It doesn