Creating your own workspace

It is a good idea to keep all your VCC code in your own workspace. You can then import your workspace into a combined workspace when you want to start testing the whole system. You can create your own workspace as follows:

  1. Create a folder on the e: drive called NameWorkspace, where Name is your own name.
  2. Create a text file called cds.lib in this new folder.
  3. If you want to use any of the modules that are provided for the SLIP project, you must add the line "include e:\Slip0203Workspace\cds.lib" to your cds.lib file.

To use your new workspace in VCC, right click on Project Folder at the top of the library list and choose Select Workspace. Finally select your folder and click OK.

Next...