필터 지우기
필터 지우기

Shared libraries created in Matlab 2011a can't be initialized in Windows 8 but works fine in 7

조회 수: 1 (최근 30일)
I'm facing an issue with a dll created from Matlab 2011a using MSVC++ 2010 compiler. The libABCInitialize() function works fine when the application is running in Windows7 but in Windows 8, this causes an access violation exception in m_interpreter.dll.
Any pointers to fixing this issue is greatly appreciated.

채택된 답변

Tushar Sinha
Tushar Sinha 2014년 6월 17일
As per the link below, MATLAB 2011a has been tested only up to Windows 7 so it is expected for dlls created from R2011a not to work properly on Windows 8.
The only way to fix this will be to recompile the dll again using R2012a and later versions. The link below shows a platform support roadmap for different Windows versions.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by