> I am trying to tech myself C++ using Stroustrup's > "Programming: Principles and Practice using C++" which uses > Visual Studio and FLTK. Only problem is, I don't have and > can't afford Visual Studio. > > I can get Visual C++ 2008 and 2010 express, but so far I have > had no luck getting fltk.dsw (FLTK 1.1.10) to work with 2010 express. > > It gives me the error message "The project file > 'C:\blah\blah\blah\fltk-1.1.10\visualc\blah.dsp' cannot be loaded." > > Is there some version combination of FLTK and Visual C++ > Express that might work?
I think this ought to work - I don't use the MS tools at all, I always use the Mingw/gcc tools instead on windows (HowTo here: http://www.fltk.org/articles.php?L598 ) However, Greg does use the MS tools and AFAIK they all work OK. OK - now I see that Greg has posted a reply too, so he'll probably sort you out! > Stroustrup's book is based on Visual Studio 2005. I don't have Stroustrup's book, but I have a recollection someone said it was based on fltk-2 rather than fltk-1.1? If so, that's a pity as fltk-2 is currently unmaintained... Fltk-1.1 is the stable tree, but the API is not identical, so the examples my not work quite as written (if they expect fltk-2 API). SELEX Galileo Ltd 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

