There is another prepared Dylan source file with the changes we need to implement the game-saving facility.
piece-shapes.dylan.
saving.dylan and click Open.
saving.dylan below piece-shapes.dylan in the list of project sources.
Now we can rebuild the executable Reversi application.
Towards the end of the build, the link warning dialog appears again, asking whether we want to link the application executable despite there being serious warnings. Again, we do want to link the application.
Notice the message in the status bar at the bottom of the Reversi project window after rebuilding Reversi:
Build completed. 5 serious warnings, 1 warning.
In the next section, we look at what serious warnings and warnings are, and how the environment helps us deal with them.