Author Topic: D Programming Language  (Read 7222 times)

Bud

  • Guest
D Programming Language
« on: February 11, 2005, 04:50:53 am »
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

  • Guest
D Programming Language
« Reply #1 on: February 11, 2005, 04:56:30 am »

Anonymous

  • Guest
D Programming Language
« Reply #2 on: February 13, 2005, 05:12:47 am »
I'm currently looking at how to add a D compiler plugin, meself.

Mike

Dannerbeck_Dieter

  • Guest
Re: D Programming Language
« Reply #3 on: January 20, 2006, 02:26:01 pm »
Is there now allready one for D lang?

takeshimiya

  • Guest
Re: D Programming Language
« Reply #4 on: January 20, 2006, 02:31:21 pm »
Yes, but not officially. Search at the forums, someone got it working.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: D Programming Language
« Reply #5 on: January 20, 2006, 02:36:37 pm »
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."

Dannerbeck_Dieter

  • Guest
Re: D Programming Language
« Reply #6 on: January 20, 2006, 02:48:21 pm »

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: D Programming Language
« Reply #7 on: January 20, 2006, 03:05:16 pm »
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."

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: D Programming Language
« Reply #8 on: January 20, 2006, 03:33:29 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