Re: Plug-in architecture



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]