Path: news.mathworks.com!not-for-mail
From: "Erez " <tom.erez.no@spam.gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: MEX 'specified procedure could not be found' in 2007b
Date: Tue, 16 Oct 2007 14:23:28 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 22
Message-ID: <ff2hh0$d6n$1@fred.mathworks.com>
Reply-To: "Erez " <tom.erez.no@spam.gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1192544608 13527 172.30.248.35 (16 Oct 2007 14:23:28 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 16 Oct 2007 14:23:28 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 310359
Xref: news.mathworks.com comp.soft-sys.matlab:433214


Hello,

I am a user of the "ndfun" function, created by Peter
Boettcher to enable matrix operations on n-dimensional arrays.

After switching to 2007b, I re-compiled it from the C code
(with the BLAS and LAPACK libraries in the command line, as
the help page suggested) with no problem.

Now, when I try to use it, I get the following error:

??? Invalid MEX-file 'D:\.....\ndfun.mexw32': The
specified procedure could not be found.

This is not an issue of version incompatibility, as I have
just compiled it on this very system (hence a different
issue from the one reported here:
www.mathworks.com/matlabcentral/newsreader/view_thread/153618 )

Any ideas?

-Tom