![]() |
How to create a class libraryThe application builder has a function to create the class library which includes your classes. The output of project is usually a executable, but you can appoint a mode to turn it into a class library which is a shared library.Check the radio button:[Class library] to generate output of project as a class library. The following figure is section:[Compiling] of project settings dialog. ![]() [Generating a class library] The following [output] is the output file name which is appointed with section:[Linking]
See section:[How to use the new classes of the import libraries] to use these libraries from other project. Document Release 3.0 For Use with Wide Studio Release 3.0, Summer 2002
|