Hello, this is my first post here so please be easy an a noob!
We are building a cross-platform application. (Details here: www.freeswitch.org) The main Windows developer uses Visual Studio but we don't expect everyone who wants to try our app to have to buy the full version so we recommend using VC++ Express 2008. One thing we've noticed is that we get a number of these warnings:
"Solution folders are not supported in this version of the application"
We believe we know why this occurs - the main dev used Visual Studio - but our question is this: can these warnings be suppressed? They don't actually affect our ability to build the solution. Once I click past all the warnings (like 65 times!) I can just press F7 and the solution is built without any further issues. We are trying to lower the barrier to entry for new ones and these warning dialogs tend to scare people away.
Any assistance on how to suppress these warnings - or condense them into one warning for all folders instead of a single warning for every folder - would be most appreciated.
Thanks!
-MC