Can somebody tell me why loadSDLImage() isn't loading the SDL3_image.dll library

Sergey kornburn at yandex.ru
Fri Sep 11 06:55:33 UTC 2026


On Thursday, 10 September 2026 at 21:45:10 UTC, WhatMeWorry wrote:
> SDL3 library loads fine.  But SDL3_image extension keeps 
> failing with not found.

Not sure about windows specific. but for my test app I've added 
this (json format though):
```
"libs": ["SDL3", "SDL3_image", "SDL3_ttf"],
   "dependencies": {
     "bindbc-sdl": "~>2.3.4",
   },
   "subConfigurations": {
     "bindbc-sdl": "staticBC"
   },
   "versions": ["SDL_3_4", "SDL_Image_3_2", "SDL_TTF_3_2_2"],
```

so not only versions but also libs


More information about the Digitalmars-d-learn mailing list