FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

sdl/mixer.d

 
Post new topic   Reply to topic     Forum Index -> Derelict
View previous topic :: View next topic  
Author Message
JJR



Joined: 22 Feb 2004
Posts: 1104

PostPosted: Wed Dec 01, 2004 6:20 am    Post subject: sdl/mixer.d Reply with quote

My first test of derelict Smile. Sorry it took so long.

I found that sdl/mixer.d does not yet load the linux shared library. It contains a version(Win32) only.

I added this:

Code:
version(linux)
      hsdlMixer = ExeModule_Load("libSDL_mixer.so");


to DerelictSDLMixer_Load() and it worked nicely (could instead put an else clause there, I suppose).

Later,

John
Back to top
View user's profile Send private message
aldacron



Joined: 05 May 2004
Posts: 1322
Location: Seoul, South Korea

PostPosted: Wed Dec 01, 2004 8:35 pm    Post subject: Reply with quote

Thanks for catching that. It's committed. Also did the same for SDL_image. And I cleaned up the formatting on mixer.d. It was horrible.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Derelict All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group