From help-octave-request at bevo dot che dot wisc dot edu Mon Mar 9 12:48:02 1998 Subject: Re: Linking to Vista From: Joao Cardoso To: svensen at cns dot mpg dot de (Markus Svensen) Cc: help-octave at bevo dot che dot wisc dot edu Date: Mon, 9 Mar 1998 18:46:44 +0000 (WET) > > Is there anyone who has any experience in linking to 3rd party library > routines (Vista or others) from dynamically linked Octave functions? > try Matwrap from http://www.klab.caltech.edu/~holt/matwrap you only have to edit the library header file and it generates an .oct file that give you acess to (almost all) the library API. Joao