08-17-2023 07:17 AM
What is the proper way to share code between applications on the same machine using the G web development software. I have created a library, packaged it, and then installed the package, and that works. However, if I need to add or change the code in the library, I have to uninstall the library package first or I can't build the library package.
Solved! Go to Solution.
08-17-2023 11:28 AM
When developing Add-ons its helpful to know that you can configure the global Add-ons enabled in a project in the gwebproject settings.
For example in the screenshot below:
What is the proper way to share code between applications on the same machine using the G web development software.
Add-ons are particularly great when you need to share libraries for developers on multiple machines. If you are just on a single machine you can also manage them from a different directory and add them as links. Just mentioning as another option depending on your use case.
In the screenshot below: