I can't import simulink generated shared library to visual studio

조회 수: 2 (최근 30일)
Why do I get an errore when I try to add simulink generated shared library to visual studio? I used Shared Library Target (ert_shrlib.tlc) to generate a shared library directly. The error is: Please make sure that the file is accessible, and that it is a valid assembly or COM component.

채택된 답변

Titus Edelhofer
Titus Edelhofer 2014년 4월 9일
Hi,
this sounds like if your Visual Studio Project is a .NET project instead of a C/C++ project ...?
Titus
  댓글 수: 2
Jernej
Jernej 2014년 4월 10일
Thank you for your answer. My application needs to be written in C#. Is it possible to use simulink generated dll in visual C# console application.
Titus Edelhofer
Titus Edelhofer 2014년 4월 10일
Yes, it is. You will need to use the native interface to unmanaged code (google for C# and DllImport).
Titus

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by