Martin Peach wrote:
Is it maybe an issue of the tilde and the ~ not being the same thing? partconv~ and partconv_tilde are not the same name. Martin
they are the same by definition :-) (the setup-function for "object~" IS "object_tilde_setup()")
and you shouldn't use "__declspec(dllexport)" directly since it makes the code non-portable: instead use the macro "EXTERN", which is defined in m_pd.h, depending on which system you are running.
mfga.dr. IOhannes