[PD] iemguts on windows 2

IOhannes m zmoelnig zmoelnig at iem.at
Tue Jun 5 13:20:39 CEST 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2012-06-04 20:25, Tebjan Halm - VVVV wrote:
> 
> int glist_getindex(t_glist *x, t_gobj *y);
> 
> but no body of it. does anyone know where it is and why the
> compiler can't find the reference?

you see a forward declaration of a function defined by pd, but not
exposed through it's headers.

for older versions of Pd (<0.43) most of those private functions will
definitely be _unavailable_ on w32 (where you have to explicitely
export symbols in order to make them available for other dlls; un*x is
a usually less strict about exporting symbols).
with 0.43 a number of those "private" functions have been marked as
exported, so they might work with w32 as well.

iemguts uses non-public functions quite a lot (hence it's power and name)

fgmasdr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/N64cACgkQkX2Xpv6ydvQhKACfagFbwgms5LjJLs2hoCnk5SoS
mFUAniQOnblwCO7DnUwibjj0d/tz3yhz
=hnLh
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2307 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20120605/6222f6b2/attachment.bin>


More information about the Pd-list mailing list