From: Avesh on
I had the same problem. This is what I did
Go into the optimiser directory and type,

mex -v qp.c pr_loqo.c

it should create a file called qp.mex***. copy paste this file into svm directory. This will work

regards,
Avesh


"Srinivasan Amarnathan" <srinivasanms16(a)gmail.com> wrote in message <hnb9ok$bbk$1(a)fred.mathworks.com>...
> i am getting error as
>
>
> ??? Invalid MEX-file 'D:\poject\codeings\qp.dll': D:\poject\codeings\qp.dll is not a valid Win32 application.
>
> .
>
> Error in ==> dctwithsri at 156
> [alpha lambda how] = qp(H, c, A, b, vlb, vub, x0, neqcstr);
>
>
> some one help me to overcome this error ...................