CS370 Final Project Submission Instructions:
-
Obtain a blank CD (available in the back of KEC119)
-
Navigate to your final project directory, e.g. CS370_Project
-
Double-click the .sln file to load the project in Visual Studio 2013.
-
Click the green arrow in the toolbar to build and run your project (be sure it runs properly on the KEC123 lab computers).
-
Close Visual Studio.
-
Navigate into the Debug directory located in the same folder as the .sln file.
-
Copy the .exe file from this directory.
-
Navigate up one directory - back to where the .sln file is.
-
Navigate into the directory with the source files, e.g. CS370_Project subdirectory. Be sure you are in the directory with the .cpp files, image files, shader files, etc.
-
Paste the .exe file in the folder with the source files.
-
Navigate out to the folder where the outermost project directory is, e.g. H:/CS370.
-
Insert the blank CD and open the CD folder.
-
Drag-and-drop the CS370_Project outermost folder into the CD folder.
-
Burn the contents onto the CD (being sure to close the session if prompted).
-
After the CD has completed burning, eject the CD, reinsert it in the drive, open the CD folder, navigate into CS370_Project/CS370_Project (where the source files and executable are), and double-click on the executable file. Your program should execute WITHOUT launching Visual Studio.
-
Bring this CD to the final exam period.