Loading assimp

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jan 9 16:10:12 PST 2017


On Monday, 9 January 2017 at 18:13:03 UTC, Dlearner wrote:
> I'm trying to use assimp to load models in a program.  I see 
> the Derelict binding is for version 3.3, but the assimp site 
> has no binaries for this, just source.  So I try to use version 
> 3.1.1 and I get this error:
>
> derelict.util.exception.SymbolLoadException at ..\..\AppData\Roaming\dub\packages\derelict-util-2.0.6\derelict-util\source\derelict\util\exception.d(35): Failed to load symbol aiReleaseExportFormatDescription from shared library assimp.dll

Use version 1.1.1 of DerelictASSIMP3. It's implemented against 
ASSIMP 3.1.



More information about the Digitalmars-d-learn mailing list