DerelictFmodStudio not found...

WhatMeWorry via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Feb 10 20:38:39 PST 2017


On Saturday, 11 February 2017 at 03:10:35 UTC, WhatMeWorry wrote:
>
> I followed the instructions for derelict.fmod.
>
> // Load the Fmod library.
> DerelictFmod.load();      // compiles fine.
>
> // Load the Fmod studio library.
> DerelictFmodStudio.load();
>
> but the Studio load ..\common\derelict_libraries.d(122,5): 
> Error: undefined identifier 'DerelictFmodStudio'
>
> In the detailed example, I see the code only loads 
> DerelictFmod.  Is the documentation out of date?  Or am I 
> missing something.
>
> Thanks.

Does anybody know the exact version of fmod.dll that is needed by 
DerelictFmod?
I don't think I can gleam this from the DUB entry.
I've downloaded from FMOD's website their Windows api 1.09, 1.08, 
etc. and keep getting the following runtime abort:

fmod.dll - %1 is not a valid Win32 application.


More information about the Digitalmars-d-learn mailing list