www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Code::Blocks

reply Michael <Michael_member pathlink.com> writes:
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?
Apr 11 2006
next sibling parent Sean Kelly <sean f4.ca> writes:
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
Apr 11 2006
prev sibling parent reply Olli Aalto <odeamus dystopia.fi> writes:
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.
Apr 11 2006
parent reply Michael <Michael_member pathlink.com> writes:
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 :(
Apr 11 2006
parent reply Olli Aalto <olli.aalto cardinal.fi> writes:
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.
Apr 11 2006
parent reply Michael <Michael_member pathlink.com> writes:
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.
Apr 12 2006
parent reply Olli Aalto <olli.aalto cardinal.fi> writes:
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.
Apr 12 2006
parent Cris <central_p hotmail.com> writes:
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. :)
Apr 30 2006