.mdl to .dll
이전 댓글 표시
I want to convert my .mdl to .dll as I have to use it for Hyperworks Motionsolve.I built a simple model in simulink for example (involving 1 input, output port and 1 discrete statespace block), chose the following configuration parameters:
Type: fixed step
Solver:ode3(bogaki)
Target file : grt.tlc (create VC/C++ solution file for the grt target)
Language : C++
Make command : make_rtw
Template makefile :RTW.MSVCBuild
I chose the compiler as MS visual studio 2010 by the 'mex -setup' command in matlab command window. I use the windows 7 OS 32bit, Matlab R2011b
When the build button is selected, throws error -
Invoke error, dispatch exception
Source:Microsoft Visual Studio.Shell.10.0
Description: index
What might be the problem? Looking forward for your help
채택된 답변
추가 답변 (1개)
댓글 수: 3
Kaustubha Govind
2012년 9월 6일
Akash: I don't know much about COM, but you might need to figure out why Visual Studio won't start as a COM Server. For a start, you may want to find the ProgID corresponding to your Visual Studio installation and try starting it from MATLAB using the actxserver command.
Arvind Pandey
2013년 3월 20일
Hi Kaustabha/Ashish We have a similar issue. we want to convert .mdl to .exe using grt_malloc.tlc with description of visual c/c++ option. Exe is getting generated but We are getting same above error(invoke error). we tried using "actxserver('visualstudio.DTE.10.0')" command as suggested by you. But unable to understand outcome, as we are still getting the error. Please suggest how to proceed & get rid the above error.
Kaustubha Govind
2013년 3월 21일
Arvind: Please contact MathWorks Tech Support regarding this issue, I'm not sure how this can be resolved.
카테고리
도움말 센터 및 File Exchange에서 Texas Instruments C2000 Processors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!