Results 1 to 10 of 23

Thread: S3M or MOD Pascal/Delphi player library with source code (no DLL/SO!)?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    FMOD has a minifmod player in sourcecode and free. The source code builds a dll, but I think it can be ported to create a component.

  2. #2
    Quote Originally Posted by pitfiend View Post
    FMOD has a minifmod player in sourcecode and free. The source code builds a dll, but I think it can be ported to create a component.
    Thanks pitfiend, but I want to avoid using FMOD (and BASS for that matter) because if your program/game is not free, then you have to pay too much money for a license

  3. #3
    thats the beauty of this minifmod, it's c/c++ source code, not dll. look here http://www.fmod.org/index.php/download#FMODMini

  4. #4

  5. #5
    Quote Originally Posted by Andru View Post
    Useless, because it's Windows only.
    Man, it's source code. You can port it to your sinclair 48 if you want...

  6. #6
    Man, it's source code.
    Man, did you see that source code before telling me this? It uses windows.h and WinMM for sound output. Removing these units and adopting to something like OpenAL/etc. will take a lot of effort. So my opinion - it's absolutely useless, because of one more reason - paul_nicholls asked about simple solution for Pascal, not C/C++. I would understand if it had been just compilable, but rewriting a bunch of code in C/C++ - sorry, I(and everybody else, I think ) better find something really cross-platform, even if it written not in Pascal, but can be compiled and used
    Last edited by Andru; 01-03-2012 at 08:57 PM.

  7. #7
    Quote Originally Posted by Andru View Post
    Man, did you see that source code before telling me this? It uses windows.h and WinMM for sound output. Removing these units and adopting to something like OpenAL/etc. will take a lot of effort. So my opinion - it's absolutely useless, because of one more reason - paul_nicholls asked about simple solution for Pascal, not C/C++. I would understand if it had been just compilable, but rewriting a bunch of code in C/C++ - sorry, I(and everybody else, I think ) better find something really cross-platform, even if it written not in Pascal, but can be compiled and used
    mmm... sure it's a lot of work porting some code from c/c++, but in that source code you can found the basic to play xm files. a better solution can be found? yes, use the lib by BeRo. I only suggest another one. it didn't like you, sorry, I try my best to help with solutions.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •