![]() | Application Builder User's Guide | WideStudio Index Table of contents |
Create a Class Library
The application builder has a function to create a class library comprised of your classes. The output of the project is usually an executable file, but you can select a mode to turn it into a shared library of classes.
Check the [Class library] radio button to make the project output be a class library. The following figure shows the [Compiling] section of the project settings dialog.In the following, [output] is the output file name which is specified in the [Linking] section.
[Generating a class library]
System library name UNIX lib[output].so (shared library) lib[output].a (static library) Windows lib[output].dll (dynamic link library)
See section:[How to use the new classes of the import libraries] to use these libraries from other projects.
Copyright(C) WideStudio Development Team, 1999-2004 | Last modified: May 25, 2004 |