Bugs item #2093470, was opened at 2008-09-04 12:37 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2093470...
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: v0.41.0 Status: Open Resolution: None
Priority: 8
Private: No Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Miller Puckette (millerpuckette) Summary: sys_register_loader not exported => no external loaders
Initial Comment: $ grep -n sys_register_loader pd-0.41-4/src/* pd-0.41-4/src/s_loader.c:216:void sys_register_loader(loader_t loader) $
(similar result from pd in SVN as of yesterday)
To be usable by externals (especially on Windows) it should be declared EXTERN in m_pd.h (along with the definition of loader_t).
See for example:
http://lists.puredata.info/pipermail/pd-dev/2007-12/010382.html
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-09-04 15:12
Message: Logged In: YES user_id=27104 Originator: NO
There is a patch (#1840431) for this sitting in the patch tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=1840431&gro...
This affects all platforms, not just Windows.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2093470...