Re: Plug-in architecture
- From: Paul Davis <paul linuxaudiosystems com>
- To: Bart Verstraete <bartverstraete telenet be>
- Cc: gtkmm-list gnome org
- Subject: Re: Plug-in architecture
- Date: Fri, 23 Sep 2005 09:06:25 -0400
On Fri, 2005-09-23 at 14:19 +0200, Bart Verstraete wrote:
> Hi,
>
> I am a bit stuck. I wanne build a plug-in architecture for my app but I
> can't get started. I did some resarch:
>
> http://www.codeguru.com/Cpp/misc/misc/plug-insadd-ins/article.php/c3879/
> http://www.scorpioncity.com/xprog.html#c4
> http://www.flipcode.com/articles/article_winplugins.shtml
> http://www.codeproject.com/library/piarchitecture.asp
> all of them seem to be mfc based(jeez thats diff. to read, lol) exept
> the second one thats for linux, but the code is from the year 1999 and
> the lib he uses to load the .o .so .dll ... I can't find it anymore.
> Can you load with gtkmm dyn libs(the dll files)?
gtkmm is a wrapper around GTK+, which is a graphical user toolkit. it
has nothing to do with loading shared objects.
glibmm is a wrapper around glib, a low level library used by GTK. glib
contains functions for loading, unloading and generally managing
dynamically loaded shared objects.
www.gtk.org has documentation on glib.
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]