Lesson 2 – Creating a Test Method
446
After compilation is done successfully, the object file 
(class_source.o) is generated under the <project_dir>/
Debug/ directory.
Building a Shared Library
To generate the executable shared library file that includes all 
class source files, do one of the following:
 • Click on Build on the bottom of the Project window 
 • Select Build from the Build pull-down menu of the Project 
window.
You can also build the executable shared library file from the Text 
Editor window, and select Build from the Compile pull-down 
menu of the Text Editor window. 
This command compiles and links all class source files in your 
project directory. If any errors occur, the error messages are 
displayed in the Compile window. For how to quickly ascertain 
where the error occurred, see <~HotLink>“Compiling a Class 
Source File” on page 445.