failed loading freetype 2.6 via derelict-ft
    Mike Parker via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Sep 13 22:22:41 UTC 2017
    
    
  
On Wednesday, 13 September 2017 at 20:16:23 UTC, Igor wrote:
> Make sure dll is also 32bit if you are building 32bit app and 
> your Visual Studio should have dumpbin utility which you can 
> use to make sure the required symbols are properly exported:
>
> dumpbin /EXPORTS your.dll
In that case, he'd have seen a SharedLibLoadException rather than 
a SymbolLoadException, and the error message would be something 
like "foo.dll is not a valid Windows DLL" or some such.
    
    
More information about the Digitalmars-d-learn
mailing list