help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

call c++ dlls in octave


From: Allahyari Rahim
Subject: call c++ dlls in octave
Date: Wed, 17 Dec 2008 07:45:04 +0000 (GMT)

Hi,
i want to call my dll with octave 3.0.3
but i don't know how can i solve this problem.
i have used dll in Matlab like this
 
" myPath = 'C:\TWUClib\Win32\lib';
  hfile =  'C:\TWUClib\Win32\include\TWUClib-base.h';
  loadlibrary([myPath '\TWUClib'],hfile);
  signal=calllib('TWUClib','TWUopenSignal2',url,'','',TWOO_default);
"
i tried to use mkoctfile to build oct file.and ... but can't continue.
can anybody help me.
thanks
Allahyari


reply via email to

[Prev in Thread] Current Thread [Next in Thread]