Amiga.org

The "Not Quite Amiga but still computer related category" => Alternative Operating Systems => Topic started by: CannonFodder on June 01, 2007, 12:38:13 PM

Title: MOD replay routine
Post by: CannonFodder on June 01, 2007, 12:38:13 PM
Does anyone know of a MOD replay routine available for C#?

I'm being forced to use C# at work so thought I'd at least play about with some nice stuff. :-)
Title: Re: MOD replay routine
Post by: SteveSMS on June 01, 2007, 02:17:45 PM
C#... Hmm... How about using the SDL library?
I'm using it too.

http://libsdl.org/

I don't code in C#, although it should work with it.


-Steve
Title: Re: MOD replay routine
Post by: SamuraiCrow on June 01, 2007, 02:46:53 PM
Note: If you do use SDL, you'll need to download the SDL_mixer sub-library to get the embedded Mikmod player to work.

-edit-
You'll need the TAO Framework to be able to use SDL under .NET .  You can download them here (http://taoframework.com/).
Title: Re: MOD replay routine
Post by: CannonFodder on June 01, 2007, 03:43:07 PM
Thanks for the help guys.  Will have a look at them.

I don't code C# myself yet.  It looks ok'ish so far.

Better than Java anyway. ;-)