Re: [PD-dev] allow only one instance of external object

2008-03-23 Thread best boy
thing? thanks olli Date: Sun, 23 Mar 2008 10:43:36 + From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: pd-dev@iem.at Subject: Re: [PD-dev] allow only one instance of external object best boy wrote: hi is there a way to keep track of the number of opened instances of an external

Re: [PD-dev] allow only one instance of external object

2008-03-23 Thread best boy
: [EMAIL PROTECTED] Subject: Re: [PD-dev] allow only one instance of external object Date: Sat, 22 Mar 2008 23:43:23 -0400 To: [EMAIL PROTECTED] Check out nqpoly4 or polypoly, they are both included in Pd-extended and in SVN..hc On Mar 22, 2008, at 11:33 PM, best boy wrote: hi is there a way to keep

[PD-dev] allow only one instance of external object

2008-03-22 Thread best boy
hi is there a way to keep track of the number of opened instances of an external? if so, can anyone point me to an example object? thanks olli _ Testen Sie Live.com - das Zentrum Ihrer Online-Welt, das Sie mit aktuellen

[PD-dev] calling external code(.dll) from pd-external(win32xp)

2008-03-12 Thread best boy
hi, are there any examples (source.c) for calling a dll from within a pd external? thanks olli _ Testen Sie Live.com - die schnelle, personalisierte Homepage, über die Sie auf alle für Sie relevanten Inhalte zentral zugreifen

Re: [PD-dev] calling external code(.dll) from pd-external(win32xp)

2008-03-12 Thread best boy
] calling external code(.dll) from pd-external(win32xp) Date: Wed, 12 Mar 2008 18:16:27 + best boy wrote: hi, are there any examples (source.c) for calling a dll from within a pd external? This little bit from s_loader.c shows how pd loads externals, which are dlls on Windows

Re: [PD-dev] calling external code(.dll) from pd-external(win32xp)

2008-03-12 Thread best boy
best boy maybe this is a misunderstanding. i try to explain. i want to write a pd external (which will be a dll on win). this pd external should contain code to call functions from another dll which is not pd-related I think you would still use the same two functions: LoadLibrary