Comprehensive customization tool for unique character design. Special focus on the multiplayer experience. CPU 2. Download Summer Athletics in. If you have an older machine with an older version of Microsoft Office, or if you're using Open Office or Microsoft Works, and lack the latest versions of PowerPoint installed on your machine, a user can still view and open PowerPoint presentations by utilizing PowerPoint Viewer PowerPoint Viewer is a free application which is downloadable from Microsoft.
Users can view , print and open presentations using this app, but it is "read only" and not possible to edit. However, PowerPoint Viewer allows transitions, slides and videos to behave in an identical manner to the most recent iteration of PowerPoint. Its memory requirements are relatively moderate, requiring a minimum of MB of RAM, and Megabytes of hard drive storage. For the display, it takes a resolution of x to function at optimum levels. The hardware graphic acceleration needs a 9.
The user's system configuration is the determining factor for a user's graphics and product functionality. Users should note however, that some Microsoft PowerPoint features will not be watchable by this viewer, specifically presentations regarding Information Rights Management IRM and macro running and links to external sites or embedded and linked objects. PowerPoint Viewer is extremely easy to download , one simply clicks the download button on the Microsoft page and saves the file to the hard disk.
The setup program can be activated by double clicking on the PowerPointViewer. PowerPoint Viewer will only register with the.
The program will launch if these file types are double clicked on a registered machine. If you have ever received an email attachment from a work or school colleague containing a PowerPoint presentation in a more recent format than your Microsoft Office package can support, then this PowerPoint Viewer is the ideal solution to your needs.
It saves the need to spend on the latest version of Office simply to open attachments. If it's urgent that you wish to open the PowerPoint to edit it, this can be done on an open source version of PowerPoint, without loss of resolution or quality. Its reliability and user friendly nature make PowerPoint Viewer an ideal download. Download PowerPoint Viewer 1. Switch Editions? Channel: directx 11 feature level 9.
Mark channel Not-Safe-For-Work? Are you the publisher? Claim or contact us about this channel. Viewing all 25 articles. Learn more. Asked 7 years, 9 months ago. Modified 6 years, 8 months ago. Viewed 1k times. Improve this question. SystemsThinker SystemsThinker 7 7 bronze badges. The DX runtimes compiled for that version most likely cap out at DX9 since DX11 would logically take advantage of certain system capabilities only available through MSVC 12 or higher, which in turn is only supported on Vista, 7, and 8.
Are you setting any feature level limits or overrides via dxcpl. Or are you building a Windows Store app? There are tools you might be inadvertently using that force 9. Other than that, there doesn't seem to be anything wrong with your code. I am building a Win app and a static lib project.
I tried my project in VS10 and the same problem persisted. I have been reading more and I think this is a common problem with NVidia laptops. I am going try something when I get the chance, involving switching my primary graphics device to my more powerful one all the time, although I thought I only had one device.
This is proven by me trying to install drivers and failing. The WDDM specifications require optional features to be supported if the hardware can support it. So when a graphics driver supports one of the optional features that were added in a particular version of Windows, it usually means that the graphics driver supports the other features added in that version of Windows. For example, if a device driver supports shadows on feature level 9, then you know the device driver is at least WDDM 1.
Note If a Microsoft Direct3D device supports feature level The runtime always sets the following groupings of members identically. Feature level Windows RT tablet devices can support a variety of feature levels and optional features, are optimized for reduced power consumption, and use integrated graphics instead of discrete GPUs. Windows Store apps for ARM devices must support feature level 9.
DirectX apps for Windows RT should take advantage of optional features that can save power and cycles - such as simple instancing - when they are available.
Windows Phone 8 mobile devices support feature level 9. The rest of this article describes the optional features available in Direct3D Features are described in chronological order by when they were added so you can get a sense for what features are in different versions of Direct3D