Monthly Archives: July 2007

Derelict Tango Fixes

Thanks to a patch from larsivi, Derelict‘s build script now works 100% with Tango. There are a few caveats, though. You can’t execute it as a script and will have to compile it first. Compiling it with Bud fails (at … Continue reading

Posted in Derelict, Tango | Leave a comment

Derelict Problems with DMD 1.018

DerelictAL/GL/GLU/IL/ILU/ILUT all have one thing in common: the functions they bind to on the C side have the __stdcall calling convention on Windows and the regular C calling convention on other platforms. As a result, the function pointers in D … Continue reading

Posted in Derelict | 1 Comment

Derelict Updated for DMD 1.018

All Derelict modules are now once again compilable with DMD 1.018. Technorati Tags: D Programming Language, DMD, Derelict

Posted in Derelict | 2 Comments

DMD 1.018 and 2.002

Walter has released new versions of DMD 1.0 (1.018) and the 2.0 alpha series (2.002). Both contain a massive number of bug fixes. There’s also a name change for the phobos library on Linux in 2.002, from libphobos.a to libphobos2.a. … Continue reading

Posted in Derelict, DMD Releases | Leave a comment