Tagged Questions
0
votes
2answers
53 views
what will effected if vs2010 install on already contain vs2005 in a system?
I have an issue that I am using Visual Studio 2005 on my system with Windows XP SP1 as an operating system. Now I want to install Visual Studio 2010 with SP3 without uninstalling VS2005.
My question ...
1
vote
3answers
169 views
VS2005 - Runtime errors, exceptions [closed]
Recently I changed something in VS2005 that now it doesn't show errors at runtime, for e.g
int f()
{
f();
}
int main()
{
f();
}
The program just ends with showing no errors at runtime caused ...
1
vote
1answer
100 views
Incuding directories of VS2010 for VS2005
Can I use new SDK directories that comes with VS2010 for VS2005 ?