DerelictOrg and SDL_Mixer

torea via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Nov 24 16:26:40 PST 2014


On Monday, 24 November 2014 at 23:27:58 UTC, Jack wrote:
> It's a common error but did you load the Mixer and SDL 
> libraries?
> DerelictSDL2Mixer.load();
> DerelictSDL2.load();
>
> And some code or output from gdb would be most helpful.

Oh.. I didn't know about the DerelictSDL2Mixer.load()!
I thought the initialization of sdl_mixer was done with 
DerelictSDL2.load()

Thanks very much!! I'll try this tonight!
(And yes, I know it's better to post some code but I forgot to 
bring the source code..)


More information about the Digitalmars-d-learn mailing list