Thomas Wuensche <[EMAIL PROTECTED]> writes:
> The stars I'm about to write need a custom message type.
> I would like to dynamically load these stars. Is it pos-
> sible to dynamically load the code defining the message
> type, too? Or do I need to statically build the message
> type code into Ptolemy?

I think you should be able to perm-link the message type code.

> And one more question: During development it would be
> helpful to be able not only to load a star dynamically,
> but also unload it. This would allow to use a new version
> of the star without shutting down Ptolemy (what I do now).
> Is there a possibility to unload a dynamically loaded star?

No, but why do you need to unload it?  Just recompile and link it in
again.  When you rerun your universe, the new version is used.

                        regards, tom lane

----------------------------------------------------------------------------
Posted to the ptolemy-hackers mailing list.  Please send administrative
mail for this list to: [EMAIL PROTECTED]

Reply via email to