Recent Posts

MSVC Crossplatform Development Part 5

11 minute read

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...

MSVC Crossplatform Development Part 4

3 minute read

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...

MSVC Crossplatform Development Part 3

10 minute read

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...

MSVC Crossplatform Development Part 2

4 minute read

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...