.mdl to .dll
Show older comments
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
Accepted Answer
More Answers (1)
3 Comments
Kaustubha Govind
on 6 Sep 2012
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
on 20 Mar 2013
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
on 21 Mar 2013
Arvind: Please contact MathWorks Tech Support regarding this issue, I'm not sure how this can be resolved.
Categories
Find more on Texas Instruments C2000 Processors in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!