Integrating DMD into IDE (Code::Blocks)

Anders F Björklund afb at algonet.se
Sun Feb 26 04:58:41 PST 2006


Cris wrote:

> We've been discussing the Code::Blocks support with one of its developers last night.
> 
> Code::Blocks has some basic support for DMD & the D language now and can be used to create and compile projects but there are problems. It cannot generate debug information.
> 
> We have investigated the problem and found out that the switch /CO is not passed to the linker link.exe, although -g -debug etc. are passed to dmd.exe

Sounds like a Code::Blocks problem, and can probably be handled there.
(link flags are possible to pass on to DMD, using the -L flag to it...)

> Does anybody else use Code::Blocks for D?

I am using Code::Blocks, but mostly interested in the GNU compilers...
(Working on adding support for Mac OS X, and for GDC, to Code::Blocks)

--anders



More information about the Digitalmars-d mailing list