Hi Greg, For the sake of completeness (I know you know that I try to do all sorts of "crazy" stuff ;-) ) In my application I make extensive use of modules. Every module on the server-side has a set of up to 3 frontend modules (Main, User-Settings, System-Settings) Depending on the logged in users permissions the main loader application loads all of the modules the user is allowed to use.
Inside each module I create a Crux context, which becomes a child context, accessing services of the main loader application. Chris Am 27.09.20, 07:02 schrieb "Greg Dove" <[email protected]>: I'd be keen to hear others who are using/have used modules in Royale. Outside of very simple examples I see issues with release builds. For those that use them (with success) what build settings have you used? In particular: -are you using link-report as output from the application and input to the modules, as was the case in Flex? -are you switching off any ADVANCED_OPTIMIZATIONS in GCC to get modules to work? thanks, Greg
