OLD | NEW |
1 Windows | 1 Windows |
2 ======= | 2 ======= |
3 | 3 |
4 Prerequisites | 4 Prerequisites |
5 ------------- | 5 ------------- |
6 | 6 |
7 Make sure the following have been installed: | 7 Make sure the following have been installed: |
8 | 8 |
9 * [Visual C++ 2013 Express or later, available for | 9 * [Visual C++ 2013 Express or later, available for |
10 free](https://www.visualstudio.com/downloads/download-visual-studio-vs#d-exp
ress-windows-8) | 10 free](https://www.visualstudio.com/downloads/download-visual-studio-vs#d-exp
ress-windows-8) |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 that "One or more project s in the solution were not loaded | 123 that "One or more project s in the solution were not loaded |
124 correctly"... but there's probably nothing to worry about. | 124 correctly"... but there's probably nothing to worry about. |
125 | 125 |
126 5. In the "Debug" menu, click on "Start Debugging" (or just press | 126 5. In the "Debug" menu, click on "Start Debugging" (or just press |
127 F5). If you get a dialog saying that the project is out of date, | 127 F5). If you get a dialog saying that the project is out of date, |
128 click on "Yes" to rebuild it. | 128 click on "Yes" to rebuild it. |
129 | 129 |
130 6. Once the build is complete, you should see a window with various | 130 6. Once the build is complete, you should see a window with various |
131 example graphics. To move through the sample app, use the | 131 example graphics. To move through the sample app, use the |
132 following keypresses: | 132 following keypresses: |
133 - right-arrow key: cycle through different test pages | 133 - right- and left-arrow key: cycle through different test pages |
134 - left-arrow key: cycle through rendering methods for each test page | 134 - 'D' key: cycle through rendering methods for each test page |
135 - other keys are defined in SampleApp.cpp’s | 135 - other keys are defined in SampleApp.cpp’s |
136 SampleWindow::onHandleKey() and SampleWindow::onHandleChar() | 136 SampleWindow::onHandleKey() and SampleWindow::onHandleChar() |
137 methods | 137 methods |
OLD | NEW |