The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Windows Phone 8.1/10
ArtemMetra


Joined: 23 Oct 2013
Posts: 16
Hallo everybody,
I have a small question about building an SDL2 App for WindowsPhone 8.1/10.
Is there an exampleproject which start in the WindowsPhone 8.1 Simulator available?
If not, are there any tutorials about that topic? I got VS 12 13 15.

Thank you very much.

Best regards,
Artem
Re: Windows Phone 8.1/10
DLudwig


Joined: 09 Feb 2012
Posts: 179
ArtemMetra wrote:
Hallo everybody,
I have a small question about building an SDL2 App for WindowsPhone 8.1/10.
Is there an exampleproject which start in the WindowsPhone 8.1 Simulator available?
If not, are there any tutorials about that topic? I got VS 12 13 15.


There are instructions in the SDL file, docs/README-winrt.md, for VS 2013 + Windows Phone 8.1, for setting up an app project.

Win 10 / UWP (Universal Windows Platform, i.e. Windows 10's flavor of WinRT) support is still pending, but the setup procedure will probably be pretty much the same, just with VS 2015.

Cheers!
-- David L.