필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Vittorio Giai Pron
Vittorio Giai Pron 2021년 3월 24일
답변: surya venu 2024년 4월 15일
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.

답변 (1개)

surya venu
surya venu 2024년 4월 15일
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.

카테고리

Help CenterFile Exchange에서 Manual Performance Optimization에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by