hard off wrote:
ok, sorry to have caused a fuss.
last question: hypothetically, if miller was to include >~ and <~ into vanilla, would they load properly then?
yes of course.
again: the only problem with these objects is that you cannot have files (e.g. binary files containing the code for these objects; or abstractions) that are include characters like ">" on certain platforms.
the only solution for this is to use filenames that are named differently than the actual class.
this solution can be implenmented in various ways:
"pd.lib" or "pd")
classname), so ">~" resides in "0x3e0x7e.pd"
so it's rather simple, BUT:
if they can be easily built as externals)
somehow (the mapping from ">~" to "gt~" is rather arbitrary)
is: the filename mangling part has been taken out); and the implementation of it as an external loader has only created problems for everyone.
mfgasdr IOhannes