Code::Blocks Forums
		User forums => General (but related to Code::Blocks) => Topic started by: bud on January 28, 2007, 07:25:18 am
		
			
			- 
				wxDev-C++
http://wxdsgn.sourceforge.net/
wxDev-C++ is an extension of Dev-C++ by Colin Laplace et. al.
			 
			
			- 
				Yes, this is good IDE but in doesn't work under Linux!!! I use this IDE only for GUI development. It doesn't have folding. So you can't organize you code in proper way.
			
 
			
			- 
				wxDevC++ is a Good IDE.
But it has few drawbacks.
- It is available only in Windows.
 - It supports GCC and MSVC 2005.
 - It doesn't support multiple targets (AFAIK, please correct me if I'm wrong)
 - The Form Designer has one peculiar problem. The design area is non-scrollable, i.e. if you increase the form size in design mode beyond it's limit there's no scroll-bar to help you.
 - Code-completion is buggy. The IDE crashes very often due to this.
 - Not much flexible. It allows you to use external makefiles; but not flexible with wxWidgets configurations. Whereas in C::B you get more flexibility (in terms of compilers, platforms, external makefiles, almost any wxWidgets configuration) to control the project.
 
It has some advantages, too.
- Great for beginners. Comes with compiled wx libs (so no headache of compiling wx for beginners). Easiest to start coding with wxWidgets.
 - Integrated form designer is quite helpful for beginners.
 
IMHO, wxDevC++ is very good IDE for beginners who want to learn wxWidgets. Once the user is bit familiar with wx, they will find C::B to be far more useful.  :D
			 
			
			- 
				Ick. After coding for >30 minutes, it randomly spews stack overflow errors and crashes your system. Terrible.
			
 
			
			- 
				On my compute wxDevC++ engine do not crash... It works pretty stable. But in has limitations. As code blocks as well. Hope that wxSmith soon will be good enough. The main problem of wxDevC++ is that we can't add custom component without Borland Delphi. Hope Byo will add that functionality soon. In That case wxSmith will have a lot of components, contributed by community. The same story was happond for Delphi 10 years ago, when they presented customizable component palette. 
			
 
			
			- 
				wxDev-C++ is much buggier than Code::Blocks 
			
 
			
			- 
				In my experience, wxDev-C++ is a GREAT way to get started with wxWidgets programming, but when proficient enough, Code::Blocks seems like a sure-fire hit. It's just much cleaner, even the nightlies...
FlyingIsFun1217 :)
			 
			
			- 
				Yes indeed I used Dev-C++ in the past when I were making little programs
			
 
			
			- 
				Kudos for form designer.
The rest sounds terrible though. I prefer code::blocks over dev-cpp for coding though, so even with a form designer I would find it hard to do so, and it is not like I actually do much GUI programming in C++, if I did I would take this project much more seriously once it is more stable.