[archived content]

FMOD for D :>

Attach:fmod-4.02.05.tar.gz Download first release :>


Bugfix
There is a typo in fmod_dsp.d
line 1 module fmod.fmod_dps;
should be
line 1 module fmod.fmod_dsp;


Windows How To
- change all extern(C) to extern(Windows)
- add pragma( lib, "fmodex.lib") to fmod.d
- use coffimplib on fmodex.dll to create fmodex.lib

Page last modified on July 13, 2007, at 01:37 AM