|
|
|
|
|
by gpm
2612 days ago
|
|
I think it has less to do with OS then you think. It has more to do with compilers/programming languages. On Windows and Android if I'm interfacing to a Rust/Python/Java (on Windows)/C++ (on Android) library I still do it by going through C. |
|
And on Windows, .NET MSIL or COM are much better ways to expose libraries.
Naturally one can still do it in an old fashion way.