Programming windows desktop and android apps
-
If you want to target both Windows and Android, then you need to install two versions of the libraries. They are incompatible with each other.
-
It's necessary both different versions of the library or only to change the compiler?
-
Both.
When you build a library, it is tied to the compiler.
-
Thanks for the info!! :)