How to Mix VC++ with C# and VB in 2005

I'm a little confused about what's the best way to interface VC++ with VB or C#. It seems like things are changed a bit in VC++ 2005.

Let's say I'll have my application written in VB, but I'd like to have some functions written in VC++. What is the best way to do this in VS 2005 Do I just create a DLL VC project

Thanks.



Answer this question

How to Mix VC++ with C# and VB in 2005

  • Bloom326984

    Yes, you need to create a DLL project. I'm sure this was the same in VS 2003, you cannot mix different languages in the same project.
  • How to Mix VC++ with C# and VB in 2005