Regarding VC++ Project template for in VS2005

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!
 
D

David Wilkinson

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top