MSVC Crossplatform Development Part 6
Swig Now it is time to look at things from the C# side. We will use Swig to generate the wrapper code.
Swig Now it is time to look at things from the C# side. We will use Swig to generate the wrapper code.
Android Native App To test the android library, we’ll add another application. Android Native Applications are running in an OpenGL loop. Without extra libra...
C++ Android Library So far we didn’t do anything crossplatformy, but that’s gonna change now. In this part, we will create a dynamic native library for Andro...
C++ Application So far, we got a Shared Items Project and a Windows DLL. In this part a console application will be added. This application offers the most d...
C++ Windows DLL We’ve got a Shared Items Project ready, but no actual library has been built so far. In this part we will add a Windows DLL in native C++. I...