digitalmars.D - Code::Blocks
- Michael (3/3) Apr 11 2006 On the Wiki, there is a Linux patch for getting Code::Blocks to work wit...
- Sean Kelly (5/7) Apr 11 2006 If I had to guess I'd say Emacs with WinDbg for debugging :-)
- Olli Aalto (5/8) Apr 11 2006 Just take the newest nightly build, it has the D support built-in for
- Michael (3/11) Apr 11 2006 Hmm Im using the nightly build now, but it crashes inside wxmsw26u_gcc_c...
- Olli Aalto (4/18) Apr 11 2006 Hmm... I've never got it to crash, and I've used several nightly builds....
- Michael (3/21) Apr 12 2006 Mine was 11.04.06. Never mind im just gonna stick with Visual Studio 200...
- Olli Aalto (3/6) Apr 12 2006 Tried it anyway and worked fine for me. :|
- Cris (3/3) Apr 30 2006 It crashes on few occasions when % is generated in compiler output.
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
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
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
In article <e1gn9b$2hn3$1 digitaldaemon.com>, Olli Aalto says...Michael wrote:Hmm Im using the nightly build now, but it crashes inside wxmsw26u_gcc_cb.dll when I press the build button :(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
Michael wrote:In article <e1gn9b$2hn3$1 digitaldaemon.com>, Olli Aalto says...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.Michael wrote:Hmm Im using the nightly build now, but it crashes inside wxmsw26u_gcc_cb.dll when I press the build button :(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
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...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.Michael wrote:Hmm Im using the nightly build now, but it crashes inside wxmsw26u_gcc_cb.dll when I press the build button :(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 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.
Apr 12 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. :)
Apr 30 2006