Patches item #1353230, was opened at 2005-11-10 15:40 Message generated for change (Comment added) made by xovo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1353230...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: wishlist Status: Open Resolution: None Priority: 5 Submitted By: Thomas Grill (xovo) Assigned to: Nobody/Anonymous (nobody) Summary: class loader hook
Initial Comment: Hi all, i'd like to propose a loader hook functionality, so that external logic can be used if the loading of a PD external binary object has failed. This opens up two possibilites: 1) it allows to use external objects written in languages other than C (above all scripting languages) which cannot provide an exposed class_setup function to be used in the same way as traditional C-coded externals. 2) it allows to create external object functionality more dynamically, since the exact name need not be known (and fixed into binary) beforehand.
The attached patch is for s_loader.c. The sys_loader function would still have to be exposed in m_pd.h
gr~~~
----------------------------------------------------------------------
Comment By: Thomas Grill (xovo)
Date: 2005-11-23 11:12
Message: Logged In: YES user_id=350252
here's a "diff -uw" patch from the pd root directory involving both m_pd.h and s_loader.c
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1353230...