Hi I am trying to implement an FEM software into C# to build a GUI around it. Unfortunately I am not a c++ programer and all my software runs in c#. I thought it would be quite easy to do that, but the software I wanted to import is not a DLL, but an include(.h).
So is there any more or less easy way to implement c++ libraries in c#, to name them I am talking of these FEM open-source products - www.ofeli.org and www.oofem.org.
Thanks in advance.