mysql_binding Updated for Linux
Friday, January 11th, 2008Manfred Hansen has updated mysql_binding for Linux. This works with the 2.x branch of DMD or GDC configured with –d-language-version=2.
Technorati Tags: D Programming Language, MYSQL, Linux
News and Opinions of the Digital Mars D Programming Language
Manfred Hansen has updated mysql_binding for Linux. This works with the 2.x branch of DMD or GDC configured with –d-language-version=2.
Technorati Tags: D Programming Language, MYSQL, Linux
Michel Fortin has announced a new version of the D/Objective-C Bridge. From the NG announcement:
* Now compiles and work correctly on Macs with Intel processors.
* Reduced the number of functions involved in the the function/method
call bridge to reduce the noise when looking at the call stack
from the debugger.
* Dramatically reduced the size of the templates that need to be
instanciated at import time. As a result, compiling a module that
include the Cocoa class wrappers (including compiling the wrapper
themselves) is much faster now.
* Added wrappers for many classes from the Cocoa framework (many of them are still incomplete or subject to change).
Technorati Tags: D Programming Language, Objective-C, Mac
The electronic version of Learn to Tango with D is now available for purchase and immediate download.
Technorati Tags: D Programming Language, Tango, programming books
If you are interested in doing any GUI programming in D, there’s a new video tutorial out that covers Chris Miller’s Entice Designer and D Forms Library.
Technorati Tags: D Programming Language, Entice Designer, D Forms Library, DFL, GUI
If you’ve ever wondered why Walter added const to D in 2.0, he has added an entry to the FAQ with two items explaining why. The second item gives a bit of insight into D’s future, for the curious.
Technorati Tags: D Programming Language