Lines Matching refs:can
26 - Visual Studio 2017 can be used, however it is recommended that you install
27 the Visual C++ 2015 build tools. These build tools can be installed
35 - Visual C++ 2012 can only build apps that target versions 8.0 of Windows,
40 Visual C++ 2013 Update 4, can create app projects for Windows Phone 8.0,
46 Windows can found at the following web pages:
89 * using Direct3D 11.x APIs outside of SDL. Non-XAML / Direct3D-only apps can
108 by WinRT. Different OS-provided cursors can, however, be created via
142 synchronized across multiple devices. This process can occur while an
143 application runs, and can cause existing save-data to be overwritten
152 can be written to immediately, without first needing to create directories.
158 Apps that wish to get their Roaming folder's path can do so either by using
217 SDL/WinRT can be built in multiple variations, spanning across three different
223 however, provide a system whereby an app can reference the MSVC projects of
280 working with a completely C++ based project, this step can usually be
282 9. **Optional: to disable precompiled headers (which can produce
318 Metadata' file (.winmd) for your app. Not doing so can lead to build errors.**
327 At this point, you can add in SDL-specific source code. Be sure to include a
329 should be able to create a single `SDL_Window` (WinRT apps can only have one
333 you can start adding them to the project now. If not, or if you would like to
402 A list of unsupported C APIs can be found at
405 General information on using the C runtime in WinRT can be found at
408 A list of supported Win32 APIs for WinRT apps can be found at
411 That list can be found at
420 out of your app, press the Windows key. Alternatively, you can choose to run
443 Microsoft's Remote Debugger can be found at
476 Try adding the following to your linker flags. In MSVC, this can be done by
493 cursor can cause mouse-position reporting to fail.
497 files can be found in `src/main/winrt/`. Adding them to an app's Visual C++
501 #### SDL's Visual Studio project file fails to open, with message, "The system can't find the file …
503 This can be caused for any one of a few reasons, which Visual Studio can
508 1. open a copy of Visual Studio without opening a project file. This can be
510 2. show Visual Studio's Output window. This can be done by going to VS'