What kind of app could run under Vista?
Windows API
22
Posts
6
Posters
0
Views
1
Watching
-
If I convert an app from vc6.0(mfc) to vs2005, could it run under vista?
All depends on the nature of the application. The first thing to do is to get it running successfully in VC++ 2005 on Windows XP. Then you'll just have to try it on Vista and see what issues arise. The main potential hazard is security changes.
Kevin
-
All depends on the nature of the application. The first thing to do is to get it running successfully in VC++ 2005 on Windows XP. Then you'll just have to try it on Vista and see what issues arise. The main potential hazard is security changes.
Kevin
Thank you very much for your kindness. Just same as what I have thought.