|
Water Lin <WaterLin@ymail.invalid> writes:
> I am using Matlab 7 and Visual Studio 2005. I want to write a program in
> Visual C++ 2005 and use functions in Matlab 7.
>
> Here is my reference:
> -----------
> http://wibirama.com/dip/wp-content/uploads/2008/11/matlab-and-ms-studio.pdf
>
> I did exactly the same as this document described. I also use the same
> test code in this document. But after I compiled the code successfully
> and try to run the exe file, the exe shows an error like this:
> -----------
> This application has failed to start because libmx.dll was not
> found. Re-installing the application may fix this problem.
> -----------
>
> I don't know why and I also can't google the match reason. Is it
> possible to use Matlab 7 with Visual C++ 2005? What's wrong?
I don't know why. But after I reboot my computer and run following
command in Matlab, it works. The command is:
-----------
mbuild -setup
Anyway, thanks.
Water Lin
--
Water Lin's notes and pencils: http://en.waterlin.org
Email: WaterLin@ymail.com
|