News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

D Programming Language

Started by Bud, February 11, 2005, 04:50:53 AM

Previous topic - Next topic

Bud

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.


Anonymous

I'm currently looking at how to add a D compiler plugin, meself.

Mike

Dannerbeck_Dieter

Is there now allready one for D lang?

takeshimiya

Yes, but not officially. Search at the forums, someone got it working.

thomas

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
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."


thomas

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?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Michael

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

[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]