Filter löschen
Filter löschen

Model Advisor check failed: *.dll is not a Wind32 valid application

2 Ansichten (letzte 30 Tage)
Vittorio Giai Pron
Vittorio Giai Pron am 24 Mär. 2021
Beantwortet: surya venu am 15 Apr. 2024
The following model advisor check failed. In english it means that the .dll file is not a Wind32 Valid application.
How can I solve this issue? The compiler configuration seem to be OK.
Here you can see the Compiler configuration.

Antworten (1)

surya venu
surya venu am 15 Apr. 2024
Hi,
There are two .dll files that the Model Advisor is failing on because they are not valid Win32 applications. A DLL is a type of file that contains code that can be used by other programs. In this case, it appears that the Simulink model you are trying to run is referencing these .dll files, but they are not formatted correctly for your Windows.
There are a couple of reasons why you might be getting this error:
  • The .dll files are corrupt or damaged.
  • The .dll files are not designed for the version of Windows you are using (e.g. 32-bit vs 64-bit).
Here are a few things you can try to fix the error:
  • Try reinstalling MATLAB that installed the .dll files.
Make sure that the version of MATLAB that your installing is supported in 32-bit systems (Assuming you are using 32-bit system). R2016a (and all later versions) have no 32 bit version for any platform.
Hope it helps.

Kategorien

Mehr zu Manual Performance Optimization finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by