Author |
Message |
Topic: D support has been added to SWIG |
klickverbot
Replies: 1
Views: 46883
|
Forum: swig4d Posted: Mon Nov 22, 2010 3:16 pm Subject: D support has been added to SWIG |
In November 2010, a D module has officially been added to SWIG.
Please use the official channels (e.g. the mailing lists and trackers at SourceForge.net) for further discussion on the topic.
htt ... |
Topic: Project superseded by official DMD repository |
klickverbot
Replies: 1
Views: 46784
|
Forum: dmdfe Posted: Fri Nov 27, 2009 3:51 am Subject: Project superseded by official DMD repository |
As this project has been inactive for a long time and an official DMD project has been created in the meantime, there is no reason to keep it, at least not in the active projects category... |
Topic: DevIL via DerelictIL segfaults on initializing |
klickverbot
Replies: 3
Views: 8459
|
Forum: Derelict Posted: Tue Jan 20, 2009 4:21 pm Subject: DevIL via DerelictIL segfaults on initializing |
Thank you for the quick reply!
Indeed, DerelictIL/DevIL works flawlessly when using DMD, which in turn does not like some of the template magic I use in the project. Seems like I was stuck between ... |
Topic: DevIL via DerelictIL segfaults on initializing |
klickverbot
Replies: 3
Views: 8459
|
Forum: Derelict Posted: Mon Jan 19, 2009 6:29 am Subject: DevIL via DerelictIL segfaults on initializing |
Hallo,
I can't get DerelictIL/DevIL to work correctly. Even this minimal programimport derelict.devil.il;
void main() {
DerelictIL.load();
ilInit();
}
... |
|