SFML community forums
Help => General => Topic started by: ingwik on December 20, 2013, 09:39:58 pm
-
I thought hit me tonight. Is it possible to make sfml-games that can be used both on a pc and a phone with win 8.1 by using common Visual studio and c++? And if not, why?
-
I don't think so. Correct me if I'm wrong, but you can't program for Windows phones using the regular Win32 API (and thus SFML).
-
It seems that I need the phone SDk and vs 2012 together with win 8
( http://msdn.microsoft.com/library/windowsphone/develop/ff402529(v=vs.105).aspx )
I'm not experienced enough to tell if I can use the SDK together with SFML or if a Project can use the SDK or SFML. Thus this topic.
If it is possible to make windows phone apps in SFML, I would indeed be very happy.
-
You can deploy for Windows' Modern UI and Windows Phone (afaik), but you can't do it with SFML, because the technology is based around DirectX and as Laurent said not Win32 API, so about anything Windows related in SFML's source code would not work in that environment.
-
Pity, but then I know. Thanks for your time and knowledge.