Languages

Menu
Sites
Language
Accessing native libraries (like so, dll) via Tizen.Net

Is there a way to access native functions (like we do for dlls in Windows .net) in Tizen.Net.

I understand that we can use .so files for this, but have not found any online material related to this.

Is there guide or any post available for accesing .so files in Tizen.Net?

Responses

1 Replies
Morten Nielsen

I'm interested in this too. I assume you can just use C-exports and then p/invoke. This works on Xamarin for Android and iOS, so it probably will with Tizen. The big question is how to compile the .so files for Tizen and how these should be packaged with your app, as these things differ greatly between the Xamarin platforms.