> I am currently using Dev-Cpp but it is getting very "old" and > it is unstable.
Is this on Windows? Or some other OS? > I want to change to an other ide. What do you > say about wxdev-c++? No idea - I'm not a big fan of IDE's, I find they start out looking all nice, but end up getting in the way of doing what I want to do, because they constrain you to working in certain patterns... I know that some people who were using Dev-Cpp switched to Code::blocks - maybe that would suit you? If it is on Windows, the M$ tools are available for free now anyway, so if you like IDE's, that's worth a look. Note that fltk comes with project files for most of the M$ IDE's already, so that makes them trivially easy to use. > I must admit that I have difficulties to compile even the > "Hallo World" program. What should I add to the compile > parameters apart from the directory of fltk in the "include"? I don't understand; Are you saying that *you* don't know how to compile the "Hello World" example, or that you don't understand how to configure the IDE to do so? Anyway: Assuming a Windows platform, I'd like to suggest that, purely as a learning exercise, you follow the examples described in these How-To's: http://www.fltk.org/articles.php?L598 http://www.fltk.org/articles.php?L599 They will show you how to build fltk apps on Windows with mingw *at the command line*. Hopefully, the insights you gain by doing that will allow you to understand what is needed to configure the IDE (since the IDE really just runs the command line for you.) Hope that helps, -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

