generate a DLL by RTW without having Visual Studio
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi folks,
I could use some help to understand the requirements of RealTime Workshop0
I was wondering it is possible to generate a DLL by RTW without setting the mex Does it require to have VIsual Studio C++ (or equivalent compilers) installed on the computer ?
thanks for reading
댓글 수: 0
채택된 답변
Friedrich
2013년 5월 27일
Hi,
generating a DLL means compiling which means invoking a Compiler at some point. So yes you need a Compiler installed in order to generate a DLL.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!