I'm completely befuddled with compiling, linking, binding, etc.

WhatMeWorry kheaser at gmail.com
Wed Mar 18 19:54:58 UTC 2026


On Wednesday, 18 March 2026 at 01:39:22 UTC, Richard (Rikki) 
Andrew Cattermole wrote:
> It looks to me like SDL_LoadPNG is missing.
>
> File a bug report: https://github.com/BindBC/bindbc-sdl/issues

I did find this in source/sdl/surface.d so something else is 
amiss with my environment.

if(sdlVersion >= Version(3,4,0))
{
FnBind[] add = [
{q{SDL_Surface*}, q{SDL_LoadPNG}, q{const(char)* file}},
{q{bool}, q{SDL_SavePNG}, q{SDL_Surface* surface, const(char)* 
file}},
];
ret ~= add;
}


More information about the Digitalmars-d-learn mailing list