Home > Archive > Matlab > December 2006 > problem to run S-function builder block
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
problem to run S-function builder block
|
|
| Susan Hanke 2006-12-22, 7:14 pm |
| Hello,
I have a problem to run a S-function bilder bloc. Using the same
matlab version, the block runs on one computer and not on another.
The following massage is displayed:
"Error while obtaining sizes from MEX S-function 'my_model_function'
in 'my_model/S-Function Builder'. MATLAB error message:
Invalid MEX-file 'F:\models\my_model_function.dll': Das angegebene
Modul wurde nicht gefunden. (the indicated module could not be
found.)"
But the .dll exists in the ndicated directory.
I would be gratefull for every hint.
Thank you, Susan
| |
|
| Susan Hanke wrote:
>
>
> Hello,
>
> I have a problem to run a S-function bilder bloc. Using the same
> matlab version, the block runs on one computer and not on another.
> The following massage is displayed:
>
> "Error while obtaining sizes from MEX S-function
> 'my_model_function'
> in 'my_model/S-Function Builder'. MATLAB error message:
> Invalid MEX-file 'F:\models\my_model_function.dll': Das angegebene
> Modul wurde nicht gefunden. (the indicated module could not be
> found.)"
>
> But the .dll exists in the ndicated directory.
>
> I would be gratefull for every hint.
>
> Thank you, Susan
Hi Susan,
This message usually means there is a dependent dynamic library
missing or not in path. You can use the utility depends.exe (try
google for this) to find the dependent libraries.
Navan
|
|
|
|
|