Thread overview
Code::Blocks
Apr 11, 2006
Michael
Apr 11, 2006
Sean Kelly
Apr 11, 2006
Olli Aalto
Apr 11, 2006
Michael
Apr 12, 2006
Olli Aalto
Apr 12, 2006
Michael
Apr 12, 2006
Olli Aalto
Apr 30, 2006
Cris
April 11, 2006
On the Wiki, there is a Linux patch for getting Code::Blocks to work with DMD, but no Windows one. Has anyone had any luck with Windows?

Bye the way, what IDE does Walter use for D programming?



April 11, 2006
Michael wrote:
> 
> Bye the way, what IDE does Walter use for D programming?

If I had to guess I'd say Emacs with WinDbg for debugging :-)

There are a few IDE problems on DSource, if you haven't already checked:

http://www.dsource.org


Sean
April 11, 2006
Michael wrote:
> On the Wiki, there is a Linux patch for getting Code::Blocks to work with DMD,
> but no Windows one. Has anyone had any luck with Windows?
> 

Just take the newest nightly build, it has the D support built-in for windows. It works great except you have to build executables with it. It fails to build static/shared libs for some reason.

O.
April 11, 2006
In article <e1gn9b$2hn3$1@digitaldaemon.com>, Olli Aalto says...
>
>Michael wrote:
>> On the Wiki, there is a Linux patch for getting Code::Blocks to work with DMD, but no Windows one. Has anyone had any luck with Windows?
>> 
>
>Just take the newest nightly build, it has the D support built-in for windows. It works great except you have to build executables with it. It fails to build static/shared libs for some reason.
>
>O.

Hmm Im using the nightly build now, but it crashes inside wxmsw26u_gcc_cb.dll when I press the build button :(


April 12, 2006
Michael wrote:
> In article <e1gn9b$2hn3$1@digitaldaemon.com>, Olli Aalto says...
>> Michael wrote:
>>> On the Wiki, there is a Linux patch for getting Code::Blocks to work with DMD,
>>> but no Windows one. Has anyone had any luck with Windows?
>>>
>> Just take the newest nightly build, it has the D support built-in for windows. It works great except you have to build executables with it. It fails to build static/shared libs for some reason.
>>
>> O.
> 
> Hmm Im using the nightly build now, but it crashes inside wxmsw26u_gcc_cb.dll
> when I press the build button :(
> 

Hmm... I've never got it to crash, and I've used several nightly builds.  At moment I have the one from 19.3.06. What's yours? I can try to test it.

O.

April 12, 2006
Mine was 11.04.06. Never mind im just gonna stick with Visual Studio 2003 & language extensions.

In article <e1i7n6$14r0$1@digitaldaemon.com>, Olli Aalto says...
>
>Michael wrote:
>> In article <e1gn9b$2hn3$1@digitaldaemon.com>, Olli Aalto says...
>>> Michael wrote:
>>>> On the Wiki, there is a Linux patch for getting Code::Blocks to work with DMD, but no Windows one. Has anyone had any luck with Windows?
>>>>
>>> Just take the newest nightly build, it has the D support built-in for windows. It works great except you have to build executables with it. It fails to build static/shared libs for some reason.
>>>
>>> O.
>> 
>> Hmm Im using the nightly build now, but it crashes inside wxmsw26u_gcc_cb.dll when I press the build button :(
>> 
>
>Hmm... I've never got it to crash, and I've used several nightly builds.
>  At moment I have the one from 19.3.06. What's yours? I can try to test it.
>
>O.
>


April 12, 2006
Michael wrote:
> Mine was 11.04.06. Never mind im just gonna stick with Visual Studio 2003 &
> language extensions.
> 

Tried it anyway and worked fine for me. :|

O.
April 30, 2006
It crashes on few occasions when % is generated in compiler output.

It also cannot add debug information. It is actually a problem in the linking phase.

Altogether it is a great IDE for D if these few issues could be fixed. :)