|
MikMod for Windows ("MikWin") is a port of the MikMod sound library for Unix.
This library plays module-files like .MOD, .XM, .S3M and many others. It was
originally written by Jean-Paul Mikkers
(MikMak) and is now maintained by Miodrag Vallat.
It is released under the GNU Library General Public Licence which means it can be used, copied and
edited freely (for details see the licence).
I ported it to Windows as a dynamicly-linked-library that can be used with any programming language that
supports DLLs. For sound output DirectSound is used, so you must have DirectX installed on
your system (at least Version 3).
For compiling a C-Compiler with the DirectSound-libraries is needed (I used MS Visual C++ 6.0) but
I also have included a precompiled version of the DLL.
Also you will find find a import unit and an example program for Borland Delphi 3.
If you have any questions, comments, bug-reports don't hesitate to
mail me (joerg@bitplanet.de).
Latest Version: 3.1.5.3 (based on Unix 3.1.5 Beta)
|
|