Well, thanks, it's not even ignorance it's blindness, the solution is so simple that I didn't figure it out, you save me hours of tries with several compilers.
PS: nmake15 used with mingw gcc just gave me dll that doesn't load too, so the problem rather come from mingw/gcc or ld.
IOhannes m zmoelnig a écrit :
Patrice Colet wrote:
I tried to make DLLs of nrepeat and nnrepeat, but it seems I'm too ignoramus to find out how to proceed, I've entered those lines in the msys shell
i haven't had a look at the tutorial files, but i was wondering why you couldn't build [nrepeat] (i haen't seen [nnrepeat] on the website, so i don't know what it does) with [repeat] or with the [s]/[r] idiom claude has proposed.
see attached patch for a solution using zexy's [repeat].
mfgasdr IOhannes
#N canvas 328 242 450 300 10; #X obj 84 52 inlet; #X obj 84 75 t a b; #X obj 84 103 repeat $1; #X obj 84 144 t a b; #X obj 114 164 i; #X obj 144 204 + 1; #X obj 114 183 t f f; #X obj 114 232 outlet counter; #X obj 84 251 outlet count; #X msg 132 144 0; #X obj 142 52 inlet repititions; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 1 1 9 0; #X connect 2 0 3 0; #X connect 3 0 8 0; #X connect 3 1 4 0; #X connect 4 0 6 0; #X connect 5 0 4 1; #X connect 6 0 7 0; #X connect 6 1 5 0; #X connect 9 0 4 1; #X connect 10 0 2 1;