How to set up Derelict?

2012-04-03 Thread DFGH
I used this link: http://h3.gd/dmedia/?n=Tutorials.SdlGlTutorial1, but when i execute the build command i'm receiving the following errors: c:\d\dmd2\src\ext\derelict\opengl\gl.d(114): use of typedef is deprecated; use a lias instead c:\d\dmd2\src\ext\derelict\opengl\gl.d(114): use of typedef

Re: How to set up Derelict?

2012-04-03 Thread David
Am 03.04.2012 13:52, schrieb DFGH: I used this link: http://h3.gd/dmedia/?n=Tutorials.SdlGlTutorial1, but when i execute the build command i'm receiving the following errors: c:\d\dmd2\src\ext\derelict\opengl\gl.d(114): use of typedef is deprecated; use a lias instead c:\d\dmd2\src\ext\derelict\

Re: How to set up Derelict?

2012-04-03 Thread Trass3r
You should at least grab Derelict2 or Derelict3 (https://github.com/aldacron/Derelict3) - both work with dmd2. Exactly. And then just build your app with rdmd.