User Tools

Site Tools


dll_deployment_example.htm
Navigation:  Guide to Examples >====== DLL Deployment Example ====== Previous pageReturn to chapter overviewNext page

The following example applications demonstrate how to break up a large application into manageable smaller applications, link these applications into DLLs (Dynamic Linked Libraries), and reference them from a central application (linked to an executable)

These applications are located in the following folder, and are described below:

\(Clarion Root)\EXAMPLES\DLLTUTOR

ALLFILES.APP

This application is the “global” application, where all file structures and Global template data can be referenced by the other applications.

REPORTS.APP

As the application name implies, this application contains all reports referenced by the main application, and also imports ALLFILES.DLL as the reference for data sources.

UPDATES.APP

This application contains all Browses and Forms used by the main application.

DLLTUTOR.APP

This application is the main executable target. The only procedures native to this application are the main menu and splash screen. All other procedures referenced by this application are located in a DLL.

For more information regarding DLL Deployment Strategies, please see the Development and Deployment topic in the Online User's Guide.

dll_deployment_example.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1