Forum Discussion
BeiBeiHe
Mar 01, 2023Copper Contributor
How do I convert the C# .dll file to .so file
Requirements: I wrote a standalone module (a separate dll file) in C#, mainly through COM real-time monitoring of a hardware, based on Win7 system. Originally to WPF program call, now Android system...
IzaiahRonald
May 10, 2023Copper Contributor
If you want to leverage the existing C# code in the DLL and minimize the need for a complete rewrite, you can consider using Xamarin or Unity. Xamarin allows you to write cross-platform applications using C#https://eatsleepsniff.com/ while Unity is a game development platform that supports C#. Both options provide frameworks and tools to integrate the DLL functionality into an Android application.