Re: dynamic loading

2006-08-23 Thread Arshavir Grigorian
Thanks for all the posts.

Re: dynamic loading

2006-08-21 Thread James Smith
For the project I work on many of our Modules derive from a common Root module which contains the following dynamic_use call which is exactly the same as a use line - but does not fail fatally if the module isn't there - it also nicely means that the code isn't loaded up front (as if all blocks of

Re: dynamic loading

2006-08-21 Thread John ORourke
Arshavir Grigorian wrote: I am wondering if anyone has experience with a framework for dynamically loading certain modules into an application and executing certain code based on whether a certain module is loaded (available or not). By "dynamically", I do not mean loading run-time, only being a

Re: dynamic loading

2006-08-21 Thread Philip M. Gollucci
Arshavir Grigorian wrote: Hi, I am wondering if anyone has experience with a framework for dynamically loading certain modules into an application and executing certain code based on whether a certain module is loaded (available or not). By "dynamically", I do not mean loading run-time, only bei

RE: dynamic loading

2006-08-21 Thread Garrett, Philip \(MAN-Corporate\)
Arshavir Grigorian wrote: > Hi, > > I am wondering if anyone has experience with a framework for > dynamically loading certain modules into an application and executing > certain code based on whether a certain module is loaded (available or > not). By "dynamically", I do not mean loading run-time