RE: getting symbols from dynamic modules

2006-10-22 Thread Freddie Unpenstein
Yeah yeah... I'm running a little behind. Nothing unusual there. ;) On Mon 09/18, Tor Lillqvist < [EMAIL PROTECTED] > wrote: > Felix Kater writes: > > g_module_* is a great thing -- I just wonder if there is a way > > to not create function pointers for each single function I need > > but jus

Re: getting symbols from dynamic modules

2006-09-18 Thread Tor Lillqvist
(Keeping discussion on the list) Felix Kater writes: > Wow! That's cool. I'll keep that in mind for my next own modules -- > however, in my case, I've got some DLLs given, and I can't modify them. > These DLLs provide some hundreds of functions... Ah ok. > Since the function's declarations a

getting symbols from dynamic modules

2006-09-18 Thread Tor Lillqvist
Felix Kater writes: > g_module_* is a great thing -- I just wonder if there is a way to not > create function pointers for each single function I need but just > import all of them at once? Define a "suite" struct containing all the function pointers for your module, and then export just one fu

getting symbols from dynamic modules

2006-09-18 Thread Felix Kater
Hi, g_module_* is a great thing -- I just wonder if there is a way to not create function pointers for each single function I need but just import all of them at once? Felix ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gn