[PD] Can't load external I put together and want to test

Claude Heiland-Allen claude at mathr.co.uk
Tue Dec 26 17:40:58 CET 2017


On 26/12/17 16:33, Alexandros wrote:
> load_object: Symbol "sync_phasor_tilde_setup" not found
> 
> There is a sync_phasor_tilde_setup() method in my code though. It's this:
> 
> void sync_phasor_tilde_setup(void)

Maybe this should be:

extern void sync_phasor_tilde_setup(void)

For Windows there may be other incantations necessary (?), but for your 
Linux it should be enough, if indeed the missing extern is the problem.


Claude
-- 
https://mathr.co.uk



More information about the Pd-list mailing list