Skip to content

IjwHost on Linux? #66117

Answered by teo-tsirpanis
Moonfish asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @Moonfish, C++/CLI is a Windows-only technology and not recommnded to build new code on top of.

The best option is to port the native library to C# (newer language features like function pointers will make this easier), and if that is not feasible, you can make the C++ library entirely native and design a communication layer between the native and managed parts of your app through P/Invokes.

You can discuss more about it on https://developercommunity.visualstudio.com/t/netcore-ccli-for-linux-and-macos/873014.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by teo-tsirpanis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants