DerelictGL3.reload with specified path question.

Rene Zwanenburg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Aug 17 16:21:59 PDT 2016


On Wednesday, 17 August 2016 at 22:59:31 UTC, WhatMeWorry wrote:
> I want to store all my shared/dynamic libraries within a 
> special directory relative to where the application directory 
> is. All of the derelictXX.loads(path) compiles except 
> DerelictGL3.reload(lib);  which doesn't seem to be implemented.

Don't ever ship OpenGL.dll with your application: it's provided 
by the graphics driver. The only exception to this rule that I 
can think of is if you want to use a software implementation for 
some reason.


More information about the Digitalmars-d-learn mailing list