- Home /
Question by
KaiserJohan · Nov 26, 2011 at 12:01 PM ·
c#androidiosc++
C++ windows DLL and Android?
Hello,
I'm making a C++ DLL which contains windows code such as LoadLibrary etc. Will Unity parse this code to assembler code (like it does with C# dlls?) for use on Android/iOS?
Comment
Answer by Baroque · Jan 07, 2017 at 05:37 PM
Since you are using C++, which is (usually) compiled into native, platform-specific code, you will need to compile your code for Android yourself using the Android NDK: https://developer.android.com/ndk/