hello everybody,
i've got a strange behaviour of [prepend] on windows. with this patch : #N canvas 161 188 466 316 10; #X obj 99 14 t a b; #X msg 129 42 set; #X msg 89 119 test; #N canvas 0 0 474 324 pset 0; #X obj 99 14 t a b; #X msg 129 42 set; #X obj 99 -24 inlet; #X obj 88 131 outlet; #X text 95 66 prepend; #X obj 92 99 t b a; #X connect 0 0 4 0; #X connect 0 1 1 0; #X connect 1 0 4 1; #X connect 2 0 0 0; #X connect 4 0 5 0; #X connect 5 0 3 0; #X connect 5 1 3 0; #X restore 183 87 pd pset; #X msg 181 119 test; #X msg 99 -22 test; #X text 96 72 prepend; #X connect 0 1 1 0; #X connect 3 0 4 0; #X connect 5 0 0 0; #X connect 5 0 3 0;
at the object creation, the standard object box appears, when i send the test message, the box disappear (only inlet and outlet of prepend stay on the canvas), when i reopen the patch, i've got the error message :prepend could not create (and the box have totally disappear)
it's atrange because it works on osx... i use the cvs version of miXed (compiled on osx and windows ) and pd 0.38 and pd 0.37-4
any suggestions????
thanks in advance nicolas
hi this is done by the machine
at the creation, i've for [obj] and not text
..... thanks nico Le 2 mai 05, à 09:09, Krzysztof Czaja a écrit :
hi nico,
nico wrote: ...
i've got a strange behaviour of [prepend] on windows.
...
#X text 95 66 prepend;
have you manually changed "obj" to "text", or was it auto-transformed? I am going to boot a windows machine later today, will check.
Krzysztof
nico wrote: ...
i've got a strange behaviour of [prepend] on windows.
...
i use the cvs version of miXed (compiled on osx and windows ) and pd 0.38 and pd 0.37-4
ok, I can reproduce it running Miller's pd and mingw-compiled cyclone... sorry, it cannot be done -- mingw-compiled externals are not compatible with vc build of pd... mscyclone should be somewhere on my page.
Krzysztof
...
i've got a strange behaviour of [prepend] on windows.
...
i use the cvs version of miXed (compiled on osx and windows ) and pd 0.38 and pd 0.37-4
ok, I can reproduce it running Miller's pd and mingw-compiled cyclone...
cool...
sorry, it cannot be done -- mingw-compiled externals are not compatible with vc build of pd... mscyclone should be somewhere on my page.
which compiler should i use for windows?
should i compile pd with mingw?
i didn't find the binaries on your page, can you send the link...
thanks a lot
Krzysztof
nicolas
nico wrote: ...
which compiler should i use for windows?
should i compile pd with mingw?
yes, if you are going to compile cvs externals with mingw, then, for the time being, there is no other option than compiling pd with it too.
i didn't find the binaries on your page, can you send the link...
http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone-0.1-alpha54-dll.zip
k