Creating Libraries that Support Multiple Project Types

Originally published at: Creating Libraries that Support Multiple Project Types – Xojo Programming Blog

Libraries, introduced in Xojo 2025r3, make it easy to reuse your classes and interface items such as windows, webpages, and mobile screens across projects. As compiled code, Libraries ensure your projects always use a specific version of your functionality while allowing you to share features with other Xojo users without exposing your intellectual property. Think…

3 Likes