Deploying an application with libraries
Deploying an application written with libraries is done the same way you deploy every application. An issue to be aware of is the issue of the libraries files (dlls) themselves. As mentioned earlier, dll files should be located the same place as your main application.
Merged libraries will automatically be merged into your main application file. In this case there is only one file to deploy.
Non-Merged libraries should be manually be taken care of. Either use SetupBuilder to add them to your .cab file, of otherwise copy them and deploy with your application. You have to make sure you copy them to the same folder from which your application is run later, otherwise the application will fail to run.
Copyright
You should be aware of copyrights applied to the libraries
you use. Unless otherwise stated, all Basic4ppc libraries are redistributable,
and you may use them freely in your application for any legal purpose (including
commercial projects).
Next page: Frequently Asked Questions