bug or change in compiler options?

torhu no at spam.invalid
Tue Oct 30 19:45:30 PDT 2007


David Medlock wrote:
> David Medlock wrote:
>> 
>> When I compile(any version before DMD 1.018) I typically add 
>> opengl32.lib to the end of the link command.  This works fine, but in 
>> versions later than 1.018 it cannot find the library to link.
>> 
>> What changed or what am I missing?
>> 
>> -David
>> 
>> 
> I hate to be a pest but can anyone point me to why this is happening?
> 
> It always worked before...
> 
> -David

opengl32.lib doesn't come with dmd, so you need to get it from somewhere 
else.  Can't remember where I got mine from.

You can also create it with implib, like this:

implib /s opengl32.lib opengl32.dll

implib is in the 'basic utilities package', search for it on 
digitalmars.com.



More information about the Digitalmars-d mailing list