[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Errors running .m files - FFGrab undefined
From: |
Laurent Hoeltgen |
Subject: |
Re: Errors running .m files - FFGrab undefined |
Date: |
Sun, 10 Feb 2013 16:59:11 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
On 10/02/13 15:36, svla299 wrote:
Hi Laurent,
Thank you for your reply. I'm using the code as is. I haven't compiled
FFGrab.cpp for octave and I actually don't know how to do that. Could point
me to some direction?
Regards,
Stelios
--
View this message in context:
http://octave.1599824.n4.nabble.com/Errors-running-m-files-FFGrab-undefined-tp4649705p4649712.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave
Hi,
for using mex and oct files with octave you can check the manual:
http://www.gnu.org/software/octave/doc/interpreter/Dynamically-Linked-Functions.html#Dynamically-Linked-Functions
Regards,
Laurent