Regarding VC++ Project template for in VS2005

  • Thread starter Thread starter Art
  • Start date Start date
A

Art

I have to use Windows Forms(Managed C++) and also existing VC6
backend static libraries(MFC) in my GUI Application

Can anybody suggest me which template in VS2005 is more appropriate
for this scenario:

1) VC++ project using "Windows Form Application" template.
2) VC++ project using the template "MFC Application" and then add CLR
support.

Thanks a lot!
 
Art said:
I have to use Windows Forms(Managed C++) and also existing VC6
backend static libraries(MFC) in my GUI Application

Can anybody suggest me which template in VS2005 is more appropriate
for this scenario:

1) VC++ project using "Windows Form Application" template.
2) VC++ project using the template "MFC Application" and then add CLR
support.

Art:

You cannot use static libraries compiled in VC6 in a VS205 project. Can
you not recompile the libraries using VS2005?
 
Back
Top