On Friday, 14 April 2023 at 12:26:25 UTC, Ki Rill wrote:
Yay! That worked! Now I have a working example. Though it's
strange that it does not work with shared libs.
Good luck, I'm really happy for you...
Ki Rill, wait a minute! Actually, i've been very happy for the
D community. Because I
On Friday, 14 April 2023 at 02:33:18 UTC, Salih Dincer wrote:
On Friday, 14 April 2023 at 00:28:53 UTC, Ki Rill wrote:
```
LINK : fatal error LNK1104: cannot open file 'libucrt.lib'
Error: linker exited with status 1104
```
Why does it require this library and where can I find it?
Since this
On Friday, 14 April 2023 at 00:28:53 UTC, Ki Rill wrote:
```
LINK : fatal error LNK1104: cannot open file 'libucrt.lib'
Error: linker exited with status 1104
```
Why does it require this library and where can I find it?
Since this library is a component of the Microsoft C Runtime
(CRT) librar
On Wednesday, 12 April 2023 at 10:05:14 UTC, Salih Dincer wrote:
On Tuesday, 11 April 2023 at 10:24:09 UTC, Ki Rill wrote:
If you wanted static I would add and run libraries easy, like
this:
```Json
"libs": [
"csfml-audio",
"csfml-graphics"
],
On Tuesday, 11 April 2023 at 10:24:09 UTC, Ki Rill wrote:
My `dub.json`:
```Json
{
"authors": [
"rillki"
],
"copyright": "Copyright © 2023, rillki",
"dependencies": {
"bindbc-sfml": "~>1.0.2"
},
"description": "D/SFML
On Tuesday, 11 April 2023 at 11:55:50 UTC, Richard (Rikki) Andrew
Cattermole wrote:
I have to ask this since nothing else has worked and the dll's
on the site don't depend on a MSVC dll:
What are you compiling your program as? 32bit/64bit x86? ARM?
Which DLL's are you downloading? 32bit, 64bit
I have to ask this since nothing else has worked and the dll's on the
site don't depend on a MSVC dll:
What are you compiling your program as? 32bit/64bit x86? ARM?
Which DLL's are you downloading? 32bit, 64bit?
On Sunday, 9 April 2023 at 14:20:30 UTC, Mike Parker wrote:
I've tried your project out two ways, one that succeeds and one
that fails. I'm guessing you've put your 'libs' directory is
'bin/libs'. Am I right? If so, then the following should help
you.
Well, `bin/` and `libs/` are in the same
On Sunday, 9 April 2023 at 09:54:26 UTC, Ki Rill wrote:
Why can't it find these libraries? I tell where to look for
them:
```D
version(Windows) {
import bindbc.loader;
setCustomLoaderSearchPath("libs"); // tried using absolute
path as well
}
```
That is strange...
I've tried your
On Saturday, 8 April 2023 at 23:40:32 UTC, Mike Parker wrote:
On Saturday, 8 April 2023 at 11:31:40 UTC, Ki Rill wrote:
How do I set up a D and SFML project using the `bindbc-sfml`
package?
I tried following the instructions, it builds successfully,
but fails to load the SFML library at runti
On Saturday, 8 April 2023 at 23:40:32 UTC, Mike Parker wrote:
Not without error messages. The first thing you should do is
use the error API in bindbc.loader to print them out. That
should tell you what the problem is.
I installed it on my Linux system without using a loader and with
static S
On Saturday, 8 April 2023 at 11:31:40 UTC, Ki Rill wrote:
How do I set up a D and SFML project using the `bindbc-sfml`
package?
I tried following the instructions, it builds successfully, but
fails to load the SFML library at runtime.
In particular, `loadSFML, loadSFMLGraphics, loadSFMLXXX`
How do I set up a D and SFML project using the `bindbc-sfml`
package?
I tried following the instructions, it builds successfully, but
fails to load the SFML library at runtime.
In particular, `loadSFML, loadSFMLGraphics, loadSFMLXXX` fails.
Here is [link](https://github.com/rillki/d-sfml-pro
13 matches
Mail list logo