On 4/10/06, IOhannes m zmoelnig zmoelnig@iem.at wrote:
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.
i wasnt really worried about portability since i just wanted the binary for windows - i'm sure makefiles etc already exist for other systems. i'll change it though, because its the proper thing to do like.
still cant get it to work by the way..