Getting OpenFrameworks 0.8.0 to Work on Windows

by twestpha in Circuits > Computers

5460 Views, 1 Favorites, 0 Comments

Getting OpenFrameworks 0.8.0 to Work on Windows

1.PNG
This Instructable covers how to install a copy of OpenFrameworks onto a personal machine

Download and Extract OpenFrameworks 0.8.0

2.PNG
3.PNG
4.PNG
Go to the OpenFrameworks site and go to the downloads section, then click on the download for Windows: Visual Studio. Extract this download into C:\Program Files or C:\Program Files (x86) depending on your machine.

Fire Up Visual Studio 2012 (Any Version Above Express)

5.PNG
6.png
7.PNG
Fire up visual studio 2012, which can be downloaded here if necessary.
Then, click File > Open > Project/Solution or press <Ctrl>+<Shift>+<O>.
Finally, navigate to the path C:\Program Files\of_v0.8.0_vs_release\examples\empty\emptyExample and select emptyExample.sln

8.PNG
Compile the emptyExample without changing anything. Then copy the emptyExample and name it what you wish. Remember to keep the copy in the same directory as the EmptyExample Project. Finally, you are free to modify the testApp.cpp and Main.cpp files to your hearts content.