I suggest the CodeBlocks adds the functionality of D programming language.
http://www.digitalmars.com/d/
http://dui.sourceforge.net/
http://home.earthlink.net/~dvdfrdmn/d/
Moreover, I hope CodeBlocks can include JAVA.
A, B, C, ... D! The Programming Language
http://www.osnews.com/story.php?news_id=6761
http://www.minddrome.com/produtos/d/
http://www.digitalmars.com/d/comparison.html
http://www.digitalmars.com/d/dcompiler.html
I hope D can be very popular in the future.
I'm currently looking at how to add a D compiler plugin, meself.
Mike
Is there now allready one for D lang?
Yes, but not officially. Search at the forums, someone got it working.
There has been a patch on the SF site for about two months, but none of us is using D or has the compiler installed (or even a clue about D), so we don't know whether that patch works correctly at all and couldn't apply it yet. :P
http://sourceforge.net/tracker/index.php?func=detail&aid=1346431&group_id=126998&atid=707418
http://forums.next.codeblocks.org/index.php?topic=1273.0
had found an entry...
What exactly is the deal with dlink.exe?
I understand it is a hack to build D dlls with gcc because the D linker does not do it properly, is that correct?
So... you would not need this extra build tool if you make a "normal" program?
Quote from: thomas on January 20, 2006, 03:05:16 PM
What exactly is the deal with dlink.exe?
I have myself the same question. I did not find anything in D website. Just what it is explained in the topic:
Quote
The dlink program needs to be put into the bin directory of the compiler. It wraps gcc syntax to the official linkers.
I am not sure that it has something to do with DLL, but may be I am wrong.
Michael