Click to See Complete Forum and Search --> : .NET DLL/COM with VC6 application


CPPQUEST
October 14th, 2004, 09:26 PM
I am trying to create a Com server or DLL in VC++.NET (hopefully using the .net) that can be used by legacy VC++6 code.

Could someone give me pointers on what project type I should select and things like that? I am getting a bit confused with the MFC projects separated from managed project types in the VC.NET IDE. I don't necessarily need MFC support in my COM server or dll but I definitely want to use .NET.

Also, Keep in mind, I want to use this .NET dll with my old VC6 application.

Thank you.