DerelictFmodStudio not found...

WhatMeWorry via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Feb 10 19:10:35 PST 2017


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.


More information about the Digitalmars-d-learn mailing list