Quote:
quote:Originally posted by BSkelding
I know .NET has the ability to allow for different parts of a project to be written in differnet languages.
|
This is not true. You can create a
solution that includes multiple
projects and each
project can be based in a different .NET supported language. It may be possible to bring the C++ code into a .NET class library project. You may need to do some converting to it however. Otherwise, I echo what Yehuda suggested. Compile the C++ to an ActiveX COM object and then include a reference to it in your .NET project.