Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Visual C++ Express does not support solution folders  (Read 2315 times)

0 Members and 1 Guest are viewing this topic.

mastermemorex

  • Newbie
  • *
  • Posts: 2
    • View Profile
Visual C++ Express does not support solution folders
« 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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Visual C++ Express does not support solution folders
« Reply #1 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?
Laurent Gomila - SFML developer

mastermemorex

  • Newbie
  • *
  • Posts: 2
    • View Profile
Visual C++ Express does not support solution folders
« Reply #2 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

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Visual C++ Express does not support solution folders
« Reply #3 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.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: