digitalmars.D.learn - DerelictFmodStudio not found...
- WhatMeWorry (10/10) Feb 10 2017 I followed the instructions for derelict.fmod.
- WhatMeWorry (7/18) Feb 10 2017 Does anybody know the exact version of fmod.dll that is needed by
- rikki cattermole (3/26) Feb 10 2017 Have you got the right dll for your executable?
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.
Feb 10 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.
Feb 10 2017
On 11/02/2017 5:38 PM, WhatMeWorry wrote:On Saturday, 11 February 2017 at 03:10:35 UTC, WhatMeWorry wrote:Have you got the right dll for your executable? E.g. 32bit dll for 32bit exe?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.
Feb 10 2017