Creating and using a static library for the CAMsymbolic function class


This discussion and linked screen shots assumes the use of Visual Studion 2005 IDE. With suitable adaption, the procedure also works for the Eclipse IDE.

It is assumed that you have downloaded the CAMsymfun repository to a directory within your course solution directory. Specifically, you have a directory structure of a form similar to

           ====================
            157courseDirectory
           ====================
               |           
               |--------------|---------------|------------------|                           
              =========     =========       ===========     ============
               Assign1       Assign2   ***   CAMsymfun       SymFunTest
              =========     =========       ===========     ============
  1. Creating a CAMsymfun project and building the static library CAMsymfun.lib.

  2. Using the CAMsymfun library in a project -- running the test code.