From sources-request at octave dot org Sun Oct 3 05:07:10 2004 Subject: Dynamic Loading & Multiple functions. From: Muthu To: sources at octave dot org Date: Sun, 3 Oct 2004 03:05:13 -0700 (PDT) Greetings to OCtave members, GNU Octave can load functions dynamically, and Ive been using it for sometime now. I would like to know if there is a method to load multiple functions form the same file without using octave_dynamic_loader::load() method? eg: I want gtk_get() & gtk_set() functions to be called from Octave. But currently I am using the thing like two separate shared objects gtk_get.oct and gtk_set.oct. This is very tedious, and memory/time consuming. Can someone who knows the octave sources well explain how dynamic loading takesplace inside the octave interpreter. I have seen the in the fft program in the /DLD-FUNCTIONS directory of the GNU Octave sources, we have two dynamically loaded functions. Please help. Yours Truly Muthu. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail