All Questions
3 questions
0
votes
1
answer
309
views
How to manage a bigger project in VC++?
I've been writing small snippets or single projects for quite long time, but this time I came across a 'solution', which requires more than one project to be attached.
So, why does this needed? ...
4
votes
5
answers
6k
views
Rebuild fails where Clean/Build succeeds in Visual Studio 2010
I've created two projects in a solution, a static library called vm and a console application called vmx. I use the new approach of Framework and References to create the dependency of vm for vmx. I ...
13
votes
9
answers
3k
views
How to develop seamlessly in both VC++ 2010 and VC++ 2008 on the same work?
I'd like to synchronize a VC++ 2010 project with a VC++ 2008 one. Is it even possible? Basically, if I'm adding/deleting/renaming a file to a project in VS2010, I'd like it to be added/deleted/renamed ...