Re: Anybody use Derelict FreeType recently (successfully)

2015-09-20 Thread Mike Parker via Digitalmars-d-learn
On Sunday, 20 September 2015 at 02:58:21 UTC, WhatMeWorry wrote: For my D programming I use the Visual D Studio package (plug-in?) with the "free Visual Studio Shell (2013). I download Visual Studio Express 2015 and used the FreeType 2.6 solution file. (So no makefile). I tried making both

Re: Anybody use Derelict FreeType recently (successfully)

2015-09-19 Thread Mike Parker via Digitalmars-d-learn
On Saturday, 19 September 2015 at 15:01:06 UTC, WhatMeWorry wrote: Sorry, meant to get back but got busy. Yes, works great! Thanks! Not sure why I had so much trouble finding a freetype.dll library. Had no problems with OpenAL and FreeImage. I'm curious how you compiled the DLL that

Re: Anybody use Derelict FreeType recently (successfully)

2015-09-19 Thread WhatMeWorry via Digitalmars-d-learn
On Friday, 18 September 2015 at 16:34:16 UTC, BBasile wrote: On Friday, 18 September 2015 at 00:13:41 UTC, BBasile wrote: On Thursday, 17 September 2015 at 22:22:22 UTC, WhatMeWorry wrote: [...] After hours of reading existing freetype/derelict documents, I'm stuck again. Any suggestions.

Re: Anybody use Derelict FreeType recently (successfully)

2015-09-18 Thread BBasile via Digitalmars-d-learn
On Friday, 18 September 2015 at 00:13:41 UTC, BBasile wrote: On Thursday, 17 September 2015 at 22:22:22 UTC, WhatMeWorry wrote: [...] After hours of reading existing freetype/derelict documents, I'm stuck again. Any suggestions. Thanks. Hello, this[1] compiled dll one works fine here on

Re: Anybody use Derelict FreeType recently (successfully)

2015-09-17 Thread WhatMeWorry via Digitalmars-d-learn
On Thursday, 17 September 2015 at 05:27:08 UTC, Mike Parker wrote: On Thursday, 17 September 2015 at 04:58:05 UTC, WhatMeWorry wrote: Compiling and linking was error free, but when I hit DerelictFT.load(); my program aborts with the following run time message:

Re: Anybody use Derelict FreeType recently (successfully)

2015-09-17 Thread BBasile via Digitalmars-d-learn
On Thursday, 17 September 2015 at 22:22:22 UTC, WhatMeWorry wrote: [...] After hours of reading existing freetype/derelict documents, I'm stuck again. Any suggestions. Thanks. Hello, this[1] compiled dll one works fine here on windows: - inside this folder:

Anybody use Derelict FreeType recently (successfully)

2015-09-16 Thread WhatMeWorry via Digitalmars-d-learn
Compiling and linking was error free, but when I hit DerelictFT.load(); my program aborts with the following run time message: derelict.util.exception.SymbolLoadException@source\derelict\util\exception.d(35): Failed to load symbol FT_Reference_Face from shared library freetype.dll First of

Re: Anybody use Derelict FreeType recently (successfully)

2015-09-16 Thread Mike Parker via Digitalmars-d-learn
On Thursday, 17 September 2015 at 04:58:05 UTC, WhatMeWorry wrote: Compiling and linking was error free, but when I hit DerelictFT.load(); my program aborts with the following run time message: derelict.util.exception.SymbolLoadException@source\derelict\util\exception.d(35): Failed to load