Path: news.mathworks.com!not-for-mail
From: "Matthew Wade" <cosmicspacepig@googlemail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Mex32w error
Date: Thu, 6 Dec 2007 10:27:54 +0000 (UTC)
Organization: ttz-Bremerhaven
Lines: 78
Message-ID: <fj8ira$3o1$1@fred.mathworks.com>
References: <fj6vie$d4$1@fred.mathworks.com>
Reply-To: "Matthew Wade" <cosmicspacepig@googlemail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1196936874 3841 172.30.248.37 (6 Dec 2007 10:27:54 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 6 Dec 2007 10:27:54 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1052756
Xref: news.mathworks.com comp.soft-sys.matlab:441149



I used Dependency Walker which told me that two dlls 
(dwmapi.dll and efsadu.dll) were not found, so I installed 
them and the new error message from DW is:

due to a missing export function in an implicitly dependent 
module

This relates to the funcion:

mxCreateDoubleMatrix_700

As the code was compiled on another person's computer 
(possibly running a different version of Matlab), could 
this then be the problem!

Ideas please...

Thanks

Matt






"Matthew Wade" <cosmicspacepig@googlemail.com> wrote in 
message <fj6vie$d4$1@fred.mathworks.com>...
> Hi,
> 
> I am running a Simulink model developed by a colleague 
(Im 
> in Germany, he is in Spain, so it is difficult to 
> troubleshoot over email). 
> 
> A previous version of the model worked fine, he changed a 
> few entries in an Excel file where the parameters are 
> stored, now the updated model does not work. This only 
> applies to my system - his works fine.
> 
> The error message I get is:
> 
> ??? Invalid MEX-file 'C:\Programme\MATLAB71
> \work\agrobiogas\gui\agrobiogas_model\reactor.mexw32': 
Die 
> angegebene Prozedur wurde nicht gefunden.
> 
> .
> 
> ??? Invalid MEX-file 'C:\Programme\MATLAB71
> \work\agrobiogas\gui\agrobiogas_model\reactor2.mexw32': 
Die 
> angegebene Prozedur wurde nicht gefunden.
> 
> .
> 
> ??? Error using ==> sim
> --> Error while obtaining sizes from MEX S-
> function 'reactor' in 'anaerobio_2R/S-Function'. MATLAB 
> error message:
> Invalid MEX-file 'C:\Programme\MATLAB71
> \work\agrobiogas\gui\agrobiogas_model\reactor.mexw32': 
Die 
> angegebene Prozedur wurde nicht gefunden.
> 
> That bit in german is "module is not found".
> 
> I have tried many things like using the Simulink debugger 
> and reusing the old model. But even with the old model I 
> now get the error - which I did not get before. Very 
> strange. 
> 
> Any ideas!!
> 
> Thanks
> Matt
>