Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Linking Matlab Compiler to Visual C++ compiler ???
Posted:
Dec 30, 2012 11:13 PM
|
|
"Animesh Pandey" <apanimesh061@gmail.com> wrote in message news:kbn14j$1la$1@newscl01ah.mathworks.com... > I am using Matlab 2010 and VS2010. I have the Matlab Compiler Runtime > installed in my system. Whenever if run command mcc -setup I get only one > compiler lcc. This compiler gives a lot of errors when used to build a C++ > shared library using deployment tool. It builds only C Shared libraries > correctly. > > Can I also connect VC++ compiler with MCC ????
Make sure that the compiler you're trying to use is supported with the version of MATLAB you're using and that if you need to install any additional components that they are installed.
http://www.mathworks.com/support/sysreq/previous_releases.html
Also make sure you've used "mbuild -setup"
> How should I do that ??
If those don't resolve the problem, send the FULL text of the error messages you receive when you try to build the library to Technical Support. [Please DON'T send it to me directly; I don't work with MATLAB Compiler often enough to be able to diagnose a problem like that as quickly as Support would be able to.]
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|