Extract latest FMOD here. You can download FMOD from http://www.fmod.org.If you are using the DX8 device driver mail me! --memon MOPPI DEMOPAJA SOFTWARE DEVELOPMENT KIT (Moppi Demopaja SDK) Copyright (c) 2000-2002 Moppi Productions. All Rights Reserved. LICENSE AND WARRANTY The Moppi Demopaja SDK is free for non-commercial usage. If you wish to use the software commercially contact the author. This software development kit is provided "AS IS", with out warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchanbility and/or fitness for a particular purpose. The author shall not be held liable for any damage to you, your computer, or to anyone or anything else, that may result from its use or misuse. You use this software development kit at your own risk. Usage of this software development kit indicates your acceptance of this license agreement and warranty. This software development kit can be distributed unmodified with no restrictions, provided any charge is to cover distribution costs only. This software development kit can be freely placed on CDs or magazine floppy disks, etc. with a permission of the author. All trademarks and other registered names contained in the Moppi Demopaja SDK package are the property of their respective owners. USING THE DEMOPAJA PLAYER Short instructions how to create a demo package: 1) Create a new directory. This directory will be the root directory of you demo. 2) Copy all the contents of this directory to the root directory. 3) Copy your demo file and the music file to the root directory. 4) Rename the demo file to "demo.dmo" MOPPI DEMOPAJA SDK version 0.7b This is the first version of Moppi Demopaja SDK. This SDK contains libraries to write importer and effect plugins to the Demopaja and also source and libraries to play Demopaja files. The documentation is places in the "doc" directory and contains full class reference and some explanations how things work. I hope to make the documentation better in the future so any feedback is welcome. There are three example plugins included. The first plugin contains a importer for PCX images and a simple effect which displays an image. The second demonstrates how to create procedural data in Demopaja, the plugins creates a simple flare image. The third plugin includes ASE loader and ASE player. The examples are in "example" directory. The "example" directory also contains the Demopaja player. The classidgen.exe is a random plugin class ID generator. See the documentation why and where it is used. To compile the examples you will need FMOD 3.40 extracted in the fmodapi340 directory. FMOD can be downloaded from http://www.fmod.org Some plugins included in the example may require Intel JPEG Library. The IJL binaries comes with Demopaja package. The DirectX 8.0 driver has not been updated. If there's need for the driver, I'll update it. Mail me if you need it. --memon