SFML community forums

General => General discussions => Topic started by: mastermemorex on July 13, 2010, 03:20:20 pm

Title: Visual C++ Express does not support solution folders
Post 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.
Title: Visual C++ Express does not support solution folders
Post by: Laurent on July 13, 2010, 03:47:00 pm
Quote
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?
Title: Visual C++ Express does not support solution folders
Post by: mastermemorex on July 14, 2010, 09:46:04 pm
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
Title: Visual C++ Express does not support solution folders
Post by: Nexus on July 14, 2010, 10:16:22 pm
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.