Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
requesting advice on using QtSharp/CppSharp
-
Hello,
I need to use the wonderful C++ application littlenavmap in a C# project.
Would CppSharp/QtSharp help me accomplish this?
If not, are there any other projects which can be used to write bindings?Thank you
-
You can use C++/CLI (that is C++ building for CLR) to build a simple wrapper on the unmanaged C++ code that can be exposed directly to C#. If you want an example of exposing a Qt API to .Net you can check here
-
This post is deleted!