Previous Next
Testing the changes (Windows only)

  1. In the Source Editor, choose Target > Make File complex.o to compile the file.
    A Shell tool opens and SNiFF+ compiles the file. After successful compilation, let's build and run the executable to see the effects of your modifications.
  2. In the Source Editor, choose Target > Update Makefiles to generate the Make Support Files for all the projects.
    A dialog appears asking you whether the dependencies information should also be updated.
  3. Press Yes.
  4. In the Project Editor, choose Target > Make > all to build the shared project's executable.
    The project's Make command is recursively executed in the Shell tool. Upon completion, you should have an executable named
    complex.exe in:
    <complex_dir>/user/complex
  5. Run the executable to assure yourself that it executes properly. To find out how to do so, see Running the executable.
  6. Close all open tools except the Source Editor and the Launch Pad.