[PD] flext external problem

Frank Barknecht barknech at ph-cip.uni-koeln.de
Sun Mar 24 19:29:46 CET 2002


Hi,

I'm trying to get familiar with the flext C++ interface to PD. For that, I
ported Millers dspobj~ example to flext. The attached source should create
a "mydsp" object with in inlet and one outlet. But I can't load this
object, PD complains about a missing symbol "__5mydspf". Does someone know,
why this simple external doesn't work? 

Thanks,
-- 
                                                 __    __
 Frank Barknecht       ____ ______   ____ __ trip\ \  / /wire ______
                      / __// __  /__/ __// // __  \ \/ /  __ \\  ___\	
                     / /  / ____/  / /  / // ____// /\ \\  ___\\____ \	
                    /_/  /_____/  /_/  /_//_____// /  \ \\_____\\_____\
                                                /_/    \_\ 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dspobj.cpp
Type: text/x-c++src
Size: 825 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20020324/df822769/attachment.cpp>
-------------- next part --------------
#N canvas 0 0 335 239 10;
#X obj 90 124 mydsp;
#X obj 90 96 sig~ 0;
#X msg 106 149 bang;
#X obj 90 177 print~;
#X floatatom 89 71;
#X msg 202 37 \; pd dsp 1;
#X connect 0 0 3 0;
#X connect 1 0 0 0;
#X connect 2 0 3 0;
#X connect 4 0 1 0;


More information about the Pd-list mailing list