does visual studio 2005 support earlier vc++6.0 MFC projects?
-
I need to purchase a visual studio for my project/study. but heard from microsoft product vender that, there is only visual studio 2005 now.... does visual studio 2005 support earlier vc++6.0 MFC projects? :~
-
I need to purchase a visual studio for my project/study. but heard from microsoft product vender that, there is only visual studio 2005 now.... does visual studio 2005 support earlier vc++6.0 MFC projects? :~
Visual Studio 2005 supports VC++ 6.0 MFC. But once you convert to Visual studio 2005 version you cannot run it again VC++ 6.0. Visual Studion 2005 does not provide that backward compatibility. Karthik M
-
I need to purchase a visual studio for my project/study. but heard from microsoft product vender that, there is only visual studio 2005 now.... does visual studio 2005 support earlier vc++6.0 MFC projects? :~
zeus_master wrote:
heard from microsoft product vender that, there is only visual studio 2005...
...that can be purchased from him/her. You can always find a copy of VC++ v6 from other resources.
zeus_master wrote:
does visual studio 2005 support earlier vc++6.0 MFC projects?
Opening a VC++ v6 project with VS 2005 will cause it to be converted. Is that what you meant?
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
-
zeus_master wrote:
heard from microsoft product vender that, there is only visual studio 2005...
...that can be purchased from him/her. You can always find a copy of VC++ v6 from other resources.
zeus_master wrote:
does visual studio 2005 support earlier vc++6.0 MFC projects?
Opening a VC++ v6 project with VS 2005 will cause it to be converted. Is that what you meant?
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
I'v download a the visual studio 2005 express editions from microsoft homepage.but there seems no MFC resource. Opening a VC++ v6 project with VS 2005 cause it to be converted. while build the project in vs2005, the error occurs. information is all of the follow files cann't be found. and the MFC resources cann't be found. #include // MFC core and standard components #include // MFC extensions #include // MFC Automation classes #include // MFC support for Internet Explorer 4 Common Controls I found on microsoft homepage that vs 2005 express editions doesn't support MFC. but I want to know the other Version such as VS 2005 standard edition and vs 2005 professional edition can support MFC? :^)
-
I'v download a the visual studio 2005 express editions from microsoft homepage.but there seems no MFC resource. Opening a VC++ v6 project with VS 2005 cause it to be converted. while build the project in vs2005, the error occurs. information is all of the follow files cann't be found. and the MFC resources cann't be found. #include // MFC core and standard components #include // MFC extensions #include // MFC Automation classes #include // MFC support for Internet Explorer 4 Common Controls I found on microsoft homepage that vs 2005 express editions doesn't support MFC. but I want to know the other Version such as VS 2005 standard edition and vs 2005 professional edition can support MFC? :^)
zeus_master wrote:
but I want to know the other Version such as VS 2005 standard edition and vs 2005 professional edition can support MFC?
Yes.
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb