Any documented process to link to native c/c++ lib source for all plateforms ? #4207
Unanswered
itsicmaster
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've linked my c/c++ lib using p/invoke (using swig as it is large) to my POC MAUI app. I've just compiled it using llvm for Android plateform for now. It is loaded ok. But it is a rather complicated setup with shared c++ proj, c++ Android proj and net standard wrapper in bethween and manual deploy to MAUI proj for now. Don't know if it is the right way to do it after all. Any hints ?
This lib also need some files and directories that I can't deploy to my Android device for now (it work in a pure Android app). So it something that work today ? I use <MauiAsset Include="Resources\Raw* /> and Microsoft.Maui.Essentials.FileSystem stuff.
Beta Was this translation helpful? Give feedback.
All reactions