PDA

View Full Version : FMOD Ex 4.04.18 Delphi/FPC/Lazarus units for dynamic loading



Srki_82
30-07-2006, 03:33 PM
FMOD.inc changed:
{$IF CompilerVersion >= 15.0} is invalid in FPC, so I enclosed it with IFDEF and ENDIF.
http://www.geocities.com/srki_82/fmod.inc

FMOD.pas changed:
FMOD_System_UpdateFinished function doesn't exists in library. Removed.
http://www.geocities.com/srki_82/fmod.pas
Don't use this unit on Linux, use just FMODDYN.pas

FMODDYN.pas added:
Unit for dynamic loading library (call FMOD_Load to load library and FMOD_Unload to unload it). Library is automaticly unloaded when program exits.
http://www.geocities.com/srki_82/fmoddyn.pas

FMODDYN.pas now works for Linux :)

WILL
30-07-2006, 11:12 PM
Very nice work!

I'm sure that many of those that develop under Linux with appreciate this. :)

savage
31-07-2006, 08:48 AM
Great stuff, I was just about to look at incorporating FMod 4.x into JEDI-SDL, so this information will help.