importing C# dll into C++.net ???

Hello,
 
I've been developing a FEM library and it is written in C++.
I want to develop a new UI for it so thought of creating it in C#.
 
Can i create the UI in C# and still use the code in C++.net
Question is can i use the C# lib in C++.net and not vice-versa.
 
Please let me know.
 
Thanks.



Answer this question

importing C# dll into C++.net ???

  • BinaryWave

    Hey,

    My understanding is, that the the CLR will compile everything into MSIL, to there should be no problem interchanging classes and .dll into each other.

    I use it occasionaly for VB.NET and C#



  • importing C# dll into C++.net ???