<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/160434</link>
    <title>MATLAB Central Newsreader - Mex32w error</title>
    <description>Feed for thread: Mex32w error</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 05 Dec 2007 19:52:46 -0500</pubDate>
      <title>Mex32w error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/160434#404751</link>
      <author>Matthew Wade</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
I am running a Simulink model developed by a colleague (Im &lt;br&gt;
in Germany, he is in Spain, so it is difficult to &lt;br&gt;
troubleshoot over email). &lt;br&gt;
&lt;br&gt;
A previous version of the model worked fine, he changed a &lt;br&gt;
few entries in an Excel file where the parameters are &lt;br&gt;
stored, now the updated model does not work. This only &lt;br&gt;
applies to my system - his works fine.&lt;br&gt;
&lt;br&gt;
The error message I get is:&lt;br&gt;
&lt;br&gt;
??? Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
\work\agrobiogas\gui\agrobiogas_model\reactor.mexw32': Die &lt;br&gt;
angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&lt;br&gt;
.&lt;br&gt;
&lt;br&gt;
??? Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
\work\agrobiogas\gui\agrobiogas_model\reactor2.mexw32': Die &lt;br&gt;
angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&lt;br&gt;
.&lt;br&gt;
&lt;br&gt;
??? Error using ==&amp;gt; sim&lt;br&gt;
--&amp;gt; Error while obtaining sizes from MEX S-&lt;br&gt;
function 'reactor' in 'anaerobio_2R/S-Function'. MATLAB &lt;br&gt;
error message:&lt;br&gt;
Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
\work\agrobiogas\gui\agrobiogas_model\reactor.mexw32': Die &lt;br&gt;
angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&lt;br&gt;
That bit in german is &quot;module is not found&quot;.&lt;br&gt;
&lt;br&gt;
I have tried many things like using the Simulink debugger &lt;br&gt;
and reusing the old model. But even with the old model I &lt;br&gt;
now get the error - which I did not get before. Very &lt;br&gt;
strange. &lt;br&gt;
&lt;br&gt;
Any ideas!!&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Matt</description>
    </item>
    <item>
      <pubDate>Thu, 06 Dec 2007 10:27:54 -0500</pubDate>
      <title>Re: Mex32w error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/160434#404872</link>
      <author>Matthew Wade</author>
      <description>I used Dependency Walker which told me that two dlls &lt;br&gt;
(dwmapi.dll and efsadu.dll) were not found, so I installed &lt;br&gt;
them and the new error message from DW is:&lt;br&gt;
&lt;br&gt;
due to a missing export function in an implicitly dependent &lt;br&gt;
module&lt;br&gt;
&lt;br&gt;
This relates to the funcion:&lt;br&gt;
&lt;br&gt;
mxCreateDoubleMatrix_700&lt;br&gt;
&lt;br&gt;
As the code was compiled on another person's computer &lt;br&gt;
(possibly running a different version of Matlab), could &lt;br&gt;
this then be the problem!&lt;br&gt;
&lt;br&gt;
Ideas please...&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;
Matt&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Matthew Wade&quot; &amp;lt;cosmicspacepig@googlemail.com&amp;gt; wrote in &lt;br&gt;
message &amp;lt;fj6vie$d4$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am running a Simulink model developed by a colleague &lt;br&gt;
(Im &lt;br&gt;
&amp;gt; in Germany, he is in Spain, so it is difficult to &lt;br&gt;
&amp;gt; troubleshoot over email). &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; A previous version of the model worked fine, he changed a &lt;br&gt;
&amp;gt; few entries in an Excel file where the parameters are &lt;br&gt;
&amp;gt; stored, now the updated model does not work. This only &lt;br&gt;
&amp;gt; applies to my system - his works fine.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The error message I get is:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ??? Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
&amp;gt; \work\agrobiogas\gui\agrobiogas_model\reactor.mexw32': &lt;br&gt;
Die &lt;br&gt;
&amp;gt; angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; .&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ??? Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
&amp;gt; \work\agrobiogas\gui\agrobiogas_model\reactor2.mexw32': &lt;br&gt;
Die &lt;br&gt;
&amp;gt; angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; .&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ??? Error using ==&amp;gt; sim&lt;br&gt;
&amp;gt; --&amp;gt; Error while obtaining sizes from MEX S-&lt;br&gt;
&amp;gt; function 'reactor' in 'anaerobio_2R/S-Function'. MATLAB &lt;br&gt;
&amp;gt; error message:&lt;br&gt;
&amp;gt; Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
&amp;gt; \work\agrobiogas\gui\agrobiogas_model\reactor.mexw32': &lt;br&gt;
Die &lt;br&gt;
&amp;gt; angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; That bit in german is &quot;module is not found&quot;.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have tried many things like using the Simulink debugger &lt;br&gt;
&amp;gt; and reusing the old model. But even with the old model I &lt;br&gt;
&amp;gt; now get the error - which I did not get before. Very &lt;br&gt;
&amp;gt; strange. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any ideas!!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&amp;gt; Matt&lt;br&gt;
&amp;gt; </description>
    </item>
    <item>
      <pubDate>Thu, 13 Dec 2007 15:45:13 -0500</pubDate>
      <title>Re: Mex32w error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/160434#406070</link>
      <author>Markus </author>
      <description>&quot;Matthew Wade&quot; &amp;lt;cosmicspacepig@googlemail.com&amp;gt; wrote in&lt;br&gt;
message &amp;lt;fj8ira$3o1$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I used Dependency Walker which told me that two dlls &lt;br&gt;
&amp;gt; (dwmapi.dll and efsadu.dll) were not found, so I installed &lt;br&gt;
&amp;gt; them and the new error message from DW is:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; due to a missing export function in an implicitly dependent &lt;br&gt;
&amp;gt; module&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; This relates to the funcion:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; mxCreateDoubleMatrix_700&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; As the code was compiled on another person's computer &lt;br&gt;
&amp;gt; (possibly running a different version of Matlab), could &lt;br&gt;
&amp;gt; this then be the problem!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Ideas please...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Matt&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Matthew Wade&quot; &amp;lt;cosmicspacepig@googlemail.com&amp;gt; wrote in &lt;br&gt;
&amp;gt; message &amp;lt;fj6vie$d4$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I am running a Simulink model developed by a colleague &lt;br&gt;
&amp;gt; (Im &lt;br&gt;
&amp;gt; &amp;gt; in Germany, he is in Spain, so it is difficult to &lt;br&gt;
&amp;gt; &amp;gt; troubleshoot over email). &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; A previous version of the model worked fine, he changed a &lt;br&gt;
&amp;gt; &amp;gt; few entries in an Excel file where the parameters are &lt;br&gt;
&amp;gt; &amp;gt; stored, now the updated model does not work. This only &lt;br&gt;
&amp;gt; &amp;gt; applies to my system - his works fine.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; The error message I get is:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; ??? Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
&amp;gt; &amp;gt; \work\agrobiogas\gui\agrobiogas_model\reactor.mexw32': &lt;br&gt;
&amp;gt; Die &lt;br&gt;
&amp;gt; &amp;gt; angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; .&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; ??? Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
&amp;gt; &amp;gt; \work\agrobiogas\gui\agrobiogas_model\reactor2.mexw32': &lt;br&gt;
&amp;gt; Die &lt;br&gt;
&amp;gt; &amp;gt; angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; .&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; ??? Error using ==&amp;gt; sim&lt;br&gt;
&amp;gt; &amp;gt; --&amp;gt; Error while obtaining sizes from MEX S-&lt;br&gt;
&amp;gt; &amp;gt; function 'reactor' in 'anaerobio_2R/S-Function'. MATLAB &lt;br&gt;
&amp;gt; &amp;gt; error message:&lt;br&gt;
&amp;gt; &amp;gt; Invalid MEX-file 'C:\Programme\MATLAB71&lt;br&gt;
&amp;gt; &amp;gt; \work\agrobiogas\gui\agrobiogas_model\reactor.mexw32': &lt;br&gt;
&amp;gt; Die &lt;br&gt;
&amp;gt; &amp;gt; angegebene Prozedur wurde nicht gefunden.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; That bit in german is &quot;module is not found&quot;.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I have tried many things like using the Simulink debugger &lt;br&gt;
&amp;gt; &amp;gt; and reusing the old model. But even with the old model I &lt;br&gt;
&amp;gt; &amp;gt; now get the error - which I did not get before. Very &lt;br&gt;
&amp;gt; &amp;gt; strange. &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Any ideas!!&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks&lt;br&gt;
&amp;gt; &amp;gt; Matt&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
I get the exact same error message, when I try to load a&lt;br&gt;
mexw32 file with LoadLibrary in VC++. For legacy reasons I&lt;br&gt;
have a 2006a version on my computer, and loading a mexw32&lt;br&gt;
file created with 2006a works fine. Seems to me there is an&lt;br&gt;
issue in 2007b.</description>
    </item>
  </channel>
</rss>

