Re: [LAD] LADSPA plugin invisible

From: Tim Goetze <tim@email-addr-hidden>
Date: Sun Dec 02 2007 - 16:58:42 EET

[Rémi Thébault]
>I join my source code, my Makefile and the compiled library (x86).
>If somebody could have a look or just give some piece of advice on how
>to make a plugin recognized, this would be a great help for me.

Since you are compiling as C++, you need

extern "C" {
 /* your exported symbols go here */
}

enclosing at least the functions that you want to export (_init,
_fini, ladspa_descriptor).

Cheers, Tim

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Received on Sun Dec 2 20:15:02 2007

This archive was generated by hypermail 2.1.8 : Sun Dec 02 2007 - 20:15:02 EET