William Best

Results 8 comments of William Best

If you like I could implement this feature. CMake started supporting Windows Apps (Store/Phone) in version 3.0. CMake has Generators for Visual Studio 11 (2012) and above learned to generate...

Here is the commands in CMake for Windows Store Windows 8.1 for Visual Studio 2013 Platform:Win32 cmake -DCMAKE_SYSTEM_NAME:STRING=WindowsStore -DCMAKE_SYSTEM_VERSION:STRING=8.1 . -G "Visual Studio 12 2013 Win32" Platform:x64 cmake -DCMAKE_SYSTEM_NAME:STRING=WindowsStore -DCMAKE_SYSTEM_VERSION:STRING=8.1...

I looked at your Python code base and I'm not sure how to implement this feature. In the configs directory add configurations for: win32store-vstudio-debug.yml win32store-vstudio-release.yml win64store-vstudio-debug.yml win64store-vstudio-release.yml armstore-vstudio-debug.yml armstore-vstudio-release.yml win32phone-vstudio-debug.yml...

Yes, I agree you need actual hardware because the Android and Windows Phone Emulators run under Hyper-V. I will give this a try. I will create a simple example. It...

I started to implement Windows Store Apps and Windows Phone Apps for fips. I forked your fips git repository. I added the configs for Windows Store and Windows Phone. https://github.com/wpbest/fips.git...

I created two CMake project examples for Windows Store and Windows Phone. Windows Store: https://github.com/wpbest/cmake-win-store-app.git Windows Phone: https://github.com/wpbest/fips-win-phone-app.git I'm going to dive in and get fips working with Windows Store...

I installed the Python Wing IDE and debugged through the fips build functionality. It seems to get Windows Store and Windows Phone support we just need to modify the mocros...

How far did @tallytalwar get with the Windows port? Was it a Windows 10 UWP (Universal Windows Platform) Application? Yes, Visual Studio 2015 and ANGLE make sense. I already have...