Mex problem to link ext lib in C++

  • Follow


Hello all,
I am trying to use in matlab quantlib (which is an open-source lib) but when I include the header file (#include "ql/quantlib.hpp") in the mex function a fatal error occurs: C1083 no such file or directory.

anyone exprienced this problem?
thx
P
0
Reply Paolo 7/16/2010 2:13:05 PM

"Paolo " <tarpanelli@libero.it> wrote in message <i1ppdh$crq$1@fred.mathworks.com>...
> Hello all,
> I am trying to use in matlab quantlib (which is an open-source lib) but when I include the header file (#include "ql/quantlib.hpp") in the mex function a fatal error occurs: C1083 no such file or directory.
> 
> anyone exprienced this problem?
> thx
> P

Are you sure its in the Path
0
Reply kk 7/20/2010 8:54:04 AM


1 Replies
243 Views

(page loaded in 0.022 seconds)

Similiar Articles:











7/24/2012 6:03:14 AM


Reply: