Hi David, after rereading the message of Iohannes, you could also try "-lib sIgpAtch". It should run on Win98 too, although this is for sure not the recommended platform.
T
----- Original Message ----- From: "David Kendall" dkendall@calarts.edu To: "IOhannes zmoelnig" zmoelnig@iem.kug.ac.at Cc: pd-list@iem.kug.ac.at Sent: Tuesday, December 23, 2003 9:16 PM Subject: Re: [PD] Re: [PD-announce] sIgpAck 0.02 for win32
Now when I add the flag -lib sIgpAck_setup() when I load Pd-0.37 (on windows), I still get the message sIgpAck_setup(): can't load library Is there something that needs to go between the parentheses? Is there
still
something else to try? I'm running Pd on windows98 (!!!) ... could that
have
something to do with it? David
it said "-lib sIgpAtch" and not "-lib sigpack" note the upper/lower-cases! actually the "-lib" flags means 2 things: a) open the specified file (with an added suffix , like dll). since you are on windows the case of the filename doesn't matter. however there is still the 2nd thingie: b) try to execute a specially named function; this function is named <libraryname>_setup(); in your case it is sIgpAck_setup(). and although the windows filesystem is not case-sensitive (as noted above), C is, and most externals are written in C (or C++ which is the same in terms of case-sensitivity) these are 2 completely different things.
mfg.a.sdr IOhannes
ciao
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list