SFML community forums
General => General discussions => Topic started by: mastermemorex on July 13, 2010, 03:20:20 pm
-
Hi,
My problem is that I am using Visual Express C++ 2008 and the Express versions does not support Solution Folders. Yes, I know that is very annoying.
May I suggest to create a indepen .sln for the samples.
-
My problem is that I am using Visual Express C++ 2008 and the Express versions does not support Solution Folders
And? This doesn't prevent from loading and using the projects, is it?
-
For the moment by opening any of the .vcproj it works fine. Although I receive a popup window with this message:
"some of the properties associated to the solution could not be read"
But it seems to compile fine except wxwidgets with this error:
c:\projects\sfml-1.6\samples\wxwidgets\wxsfmlcanvas.hpp(9) : fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory
-
Have you downloaded and installed wxWidgets?
By the way, I would rather open .sln instead of .vcproj files, since they stand for whole project solutions.